You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thanks for the great tool. I use it within the nextflow pipelinebigbio/quantms and try to analyze the ProteoBench DDA ion quant module. Therefore I subselected the relevant rows from the SDRF file provide along side PXD028735. The file is the following.
However for OpenMS ProteomicsLFQ this produces an invalid experimental design file. The concentration duplicates for the mixture of samples are not reduced leading to a an error saying ((Fraction Group, Fraction, Label) combination can only appear once), whos combination are indeed not unique.
First of all thanks for the great tool. I use it within the nextflow pipeline
bigbio/quantms
and try to analyze the ProteoBench DDA ion quant module. Therefore I subselected the relevant rows from the SDRF file provide along side PXD028735. The file is the following.dda_lfq_proteobench_SDRF.sdrf.txt
If I parse this for openms as describe in the latest nfcore workflow step:
https://github.com/bigbio/quantms/blob/655b159251206d862039d8e3990558607355c62b/modules/local/sdrfparsing/main.nf
so translated for the example this would be
However for OpenMS
ProteomicsLFQ
this produces an invalid experimental design file. The concentration duplicates for the mixture of samples are not reduced leading to a an error saying((Fraction Group, Fraction, Label) combination can only appear once)
, whos combination are indeed not unique.instead of
I can fix it manueally by removing duplicated
raw
file entries from the SDRF file, but I wonder if this should be handled better?The text was updated successfully, but these errors were encountered: