Skip to content

Commit

Permalink
Add comments to subworkflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasscheid committed Oct 3, 2023
1 parent 758e8f2 commit cff9bc9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion subworkflows/local/map_alignment.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Perform the quantification of the samples when the parameter --skip_quantification is not provided
* Align retention times of runs to be able to quantify them.
*/
include { OPENMS_MAPALIGNERIDENTIFICATION } from '../../modules/local/openms_mapaligneridentification'
include {
Expand Down
2 changes: 1 addition & 1 deletion subworkflows/local/process_feature.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Perform the quantification of the samples when the parameter --skip_quantification is not provided
* Perform the quantification by extracting the feature intensities and group runs corresponding to the same sample and condition.
*/

include { OPENMS_IDMERGER } from '../../modules/local/openms_idmerger'
Expand Down
6 changes: 6 additions & 0 deletions subworkflows/local/quant.nf
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Perform the quantification of the samples when the parameter --skip_quantification is not provided
* This workflow splits the merged percolator output into the individual runs and filters them based on the q-value
* It then aligns the retention times of the runs and merges the idxml files together to use them as id_ext in featurefinder
* Finally, it performs the quantification and emits the consensusXML file
*/
include { OPENMS_IDRIPPER } from '../../modules/local/openms_idripper'
include { OPENMS_IDSCORESWITCHER } from '../../modules/local/openms_idscoreswitcher'
include { PYOPENMS_IDFILTER } from '../../modules/local/pyopenms_idfilter'
Expand Down

0 comments on commit cff9bc9

Please sign in to comment.