-
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
Restruct DIA-NN step 3,4,5 #179
Conversation
|
This comment is stopping the PR #164 (comment) |
@@ -1,48 +0,0 @@ | |||
name: librarygeneration |
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.
Why delete this file?
@@ -52,7 +52,7 @@ process DIANN_PRELIMINARY_ANALYSIS { | |||
${quick_mass_acc} \\ | |||
${time_corr_only} \\ | |||
$args \\ | |||
|& tee diann.log | |||
|& tee ${mzML.baseName}_diann.log |
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 feel like --gen-spec-lib should not be here but let's wait for input
LFQ failing. See my other msstats issue. |
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.
Thanks for the msstats fix. Please link the issue.
Co-authored-by: Julianus Pfeuffer <pfeuffer@informatik.uni-tuebingen.de>
Co-authored-by: Julianus Pfeuffer <pfeuffer@informatik.uni-tuebingen.de>
Looks VERY good from my side. The only thing I noticed, is that the results from the workflow that are uploaded in the GitHub Action (https://github.com/bigbio/quantms/actions/runs/2330274194) are 4GB for DIA 😆 We should reduce this. Do you think those are all important intermediate results? If so, we should change the config of the test profile. If not, just do not publish them with publishDir. |
Hmm yes, we definitely don't need it in CI. We actually could skip conversion by uploading mzML files for CI (which might also make it a bit faster). I think conversion is tested in the phospho CI step already. |
Can you also add IDs to some of the steps that are missing it?
|
Hi @daichengxin we decided that we will keep the converted mzmls by default. Can you add a config that "deletes" the publishDir in the Thermorawfileparser step for the test_dia profile? |
fixes #164
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).