Skip to content

fixed quant and mafft error

The quant values in the summary.txt file were in wrong order if multiple sample groups were specified in job-config. Column headers and content did not match.

Column-order in multiple sample group quant file per protein group(-row): SampleGroup1(mean), SampleGroup2(mean), SampleGroup1Sample1, SampleGroup1Sample2, ..., SampleGroup2Sample1, SampleGroup2Sample2 ... Order in group row summary file: SampleGroup1(mean), SampleGroup1Sample1, SampleGroup1Sample2, ..., SampleGroup2(mean), SampleGroup2Sample1, SampleGroup2Sample2 ...

new code changed order in summary.txt according to headline.

Edited by Henning Schiebenhöfer

Merge request reports