Skip to content
Snippets Groups Projects
Commit e10e80b9 authored by Olivier Langella's avatar Olivier Langella
Browse files

scan_in_xtandem member removed

parent 4080b433
No related branches found
No related tags found
No related merge requests found
...@@ -31,8 +31,6 @@ public class Peptide implements Comparable<Peptide>, GrpPeptide, Serializable { ...@@ -31,8 +31,6 @@ public class Peptide implements Comparable<Peptide>, GrpPeptide, Serializable {
protected transient HashSampleScan hashSampleScan = null; protected transient HashSampleScan hashSampleScan = null;
protected int scan_in_xtandem;
private float RT; private float RT;
private float mhplus_obser; private float mhplus_obser;
...@@ -96,7 +94,6 @@ public class Peptide implements Comparable<Peptide>, GrpPeptide, Serializable { ...@@ -96,7 +94,6 @@ public class Peptide implements Comparable<Peptide>, GrpPeptide, Serializable {
this.modifList = new ArrayList<Modifs>(); this.modifList = new ArrayList<Modifs>();
this.RT = 0; this.RT = 0;
this.validate = true; this.validate = true;
this.scan_in_xtandem = 0;
this.hashSampleScan = null; this.hashSampleScan = null;
} }
...@@ -151,9 +148,6 @@ public class Peptide implements Comparable<Peptide>, GrpPeptide, Serializable { ...@@ -151,9 +148,6 @@ public class Peptide implements Comparable<Peptide>, GrpPeptide, Serializable {
.getHashSampleScanInstance(i, .getHashSampleScanInstance(i,
hashSampleScan.getGrpMsSample()); hashSampleScan.getGrpMsSample());
} }
// on conserve un lien vers le numéro de scan xtandem
if (this.scan_in_xtandem == 0)
this.scan_in_xtandem = i;
} }
public void set_charge(int i) { public void set_charge(int i) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment