-
Notifications
You must be signed in to change notification settings - Fork 52
Description
We are using the DIA-NN based workflow with Bruker .d files. The pipeline runs on AWS with Nextflow 25.04.7 Quantms 1.6.0 and DIA-NN enterprise 2.2.0.
We are passing external arguments via ext.args = ... to individual workflow steps.
Currently, we sometimes want to pass --var-mod UniMod:35,15.994915,M --fixed-mod UniMod:-1,296.18,C. In our current testing we pass this to all 4 DIA-NN steps. Hence, to PRELIMINARY_ANALYSIS, ASSEMBLE_EMPIRICAL_LIBRARY, INDIVIDUAL_ANALYSIS, FINAL_QUANTIFICATION
Can we expect any unwanted side effects of passing the parameters to all 4 steps? Or is it fine to always just pass those extra args to all 4 steps and they will only take effect on the steps where they belong?
Can you give us an indication to which steps the parameters need to be passed and where they are simply ignored?
Thank you already