-
Notifications
You must be signed in to change notification settings - Fork 38
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
first PR about identification subworkflow #351
Conversation
|
Template update for nf-core/tools version 2.13.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Maybe one could have reused/refactored a bit more from the DDA workflow?
I.e. DDA(quant) consists of the main part of DDA_ID plus some quant steps.
tuple val(meta), path(idxml_file), path(spectrum_df) | ||
|
||
output: | ||
path "*_psm.csv", emit: psm_info |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@daichengxin would be good I think to continue following the previous stategy of quantms and export to a proper standard file format. Could we export here also to mzIdentML? @jpfeuffer Is that possible, or have another step that export the results to mzIdentml.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would do it in the same step. Especially if this step is specific to identification-only anyway.
I am not a big fan of mzIdentML. Why not the PSM section only as parquet of quantms.io?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was going to export PSM to parquet format in this step, but didn't have the right package/container for it.
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,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).