Restruct DIA-NN step 3,4,5#179
Conversation
|
|
This comment is stopping the PR #164 (comment) |
| @@ -1,48 +0,0 @@ | |||
| name: librarygeneration | |||
| ${time_corr_only} \\ | ||
| $args \\ | ||
| |& tee diann.log | ||
| |& tee ${mzML.baseName}_diann.log |
There was a problem hiding this comment.
I feel like --gen-spec-lib should not be here but let's wait for input
|
LFQ failing. See my other msstats issue. |
jpfeuffer
left a comment
There was a problem hiding this comment.
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.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).