Skip to content
Snippets Groups Projects
Commit 76bc47cd authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Harmonize process comments

parent 81a24580
Branches
Tags
2 merge requests!37v0.0.1,!33Resolve "process_qc"
...@@ -280,7 +280,7 @@ fastqsTrim.into { ...@@ -280,7 +280,7 @@ fastqsTrim.into {
} }
/* /*
* getRefInfer: Dowloads appropriate reference for metadata inference * getRefInfer: dowloads appropriate reference for metadata inference
*/ */
process getRefInfer { process getRefInfer {
tag "${refName}" tag "${refName}"
...@@ -569,7 +569,7 @@ speciesInfer.into { ...@@ -569,7 +569,7 @@ speciesInfer.into {
/* /*
* getRef: Dowloads appropriate reference * getRef: downloads appropriate reference
*/ */
process getRef { process getRef {
tag "${species}" tag "${species}"
...@@ -754,7 +754,7 @@ dedupBam.into { ...@@ -754,7 +754,7 @@ dedupBam.into {
} }
/* /*
*Make BigWig files for output *makeBigWig: make BigWig files for output
*/ */
process makeBigWig { process makeBigWig {
tag "${repRID}" tag "${repRID}"
...@@ -780,7 +780,7 @@ process makeBigWig { ...@@ -780,7 +780,7 @@ process makeBigWig {
} }
/* /*
*Run countData and get the counts, tpm *countData: count data and calculate tpm
*/ */
process countData { process countData {
tag "${repRID}" tag "${repRID}"
...@@ -862,7 +862,7 @@ process fastqc { ...@@ -862,7 +862,7 @@ process fastqc {
} }
/* /*
*dataQC: run RSeQC to calculate transcript integrity numbers (TIN) *dataQC: calculate transcript integrity numbers (TIN) and bin as well as calculate innerdistance of PE replicates
*/ */
process dataQC { process dataQC {
tag "${repRID}" tag "${repRID}"
...@@ -905,7 +905,7 @@ process dataQC { ...@@ -905,7 +905,7 @@ process dataQC {
} }
/* /*
*aggrQC: aggregate QC from processes as wel as metadata and run MultiQC *aggrQC: aggregate QC from processes as well as metadata and run MultiQC
*/ */
process aggrQC { process aggrQC {
tag "${repRID}" tag "${repRID}"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment