-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add name of each ID step #176
Conversation
Co-authored-by: Julianus Pfeuffer <[email protected]>
Co-authored-by: Julianus Pfeuffer <[email protected]>
Tests changed, move them to test-datasets (#167)
|
Very nice. Can we maybe call the output of msstats also after the input SDRF/experimental design? And in the msstats step If the input was pxd000123.sdrf.tsv |
You mean when run the msstats step, pxd000123_msstats_out.csv is displayed, right? Because the current msstats doesn't need the sdrf file, it doesn't seem to be able to |
I guess the name of the output should be based on the sdrf file name. I guess this is the suggestion from @jpfeuffer . |
But if you name the output from ProteomicsLFQ etc based on the experimental design you can also parse that in msstats. |
If the input to msstats is called pxd123_msstats_in.csv then you can just name the output pxd123_msstats_out.csv |
sorry, Currently msstats does not require an experimental design file or sdrf. So the names of the following outputs need to be dynamically adjusted? quantms/modules/local/openms/proteomicslfq/main.nf Lines 15 to 18 in 91ba6c1
quantms/modules/local/openms/msstatsconverter/main.nf Lines 23 to 27 in 91ba6c1
|
Yes Just use the input names of the exp_design. Yes, dynamically. In PLFQ and MSStatsconverter. Then use those names in Msstats |
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).