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

xtandempipeline (3.3.1-23) wheezy

parent 4a7e69e9
No related branches found
No related tags found
No related merge requests found
xtandempipeline (3.3.1-23) wheezy; urgency=low
* D. Chevret has suggested a fix in the protein ODS sheet : keep the same behaviour as previous version for specific uniques spectra
-- Olivier Langella <Olivier.Langella@moulon.inra.fr> Thu, 3 Oct 2013 08:20:51 +0200
xtandempipeline (3.3.1-22) wheezy; urgency=low
* new xtandemFiles objects to control X!Tandem analysis
......
......@@ -188,13 +188,13 @@ public class OdsProteinOutput {
// odsTable.writeCell("Specific uniques");
int numberOfProtInSg = sg.getHashSampleScanSetProtSet().size();
if (numberOfProtInSg == 1) {
// there is no specific scan, because there is only one protein
odsTable.writeCell("");
} else {
// if (numberOfProtInSg == 1) {
if (group.getSubGroupSet().size() > 1) {
odsTable.writeCell(group
.getNumberOfSpecificUniquePeptideInSubGroup(hashProt));
} else {
// there is no specific scan, because there is only one subgroup
odsTable.writeCell("");
}
// odsTable.writeCell("Uniques");
odsTable.writeCell(hashProt.getUniquePeptideHashSampleScan());
......
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