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 {
}
/*
* getRefInfer: Dowloads appropriate reference for metadata inference
* getRefInfer: dowloads appropriate reference for metadata inference
*/
process getRefInfer {
tag "${refName}"
......@@ -569,7 +569,7 @@ speciesInfer.into {
/*
* getRef: Dowloads appropriate reference
* getRef: downloads appropriate reference
*/
process getRef {
tag "${species}"
......@@ -754,7 +754,7 @@ dedupBam.into {
}
/*
*Make BigWig files for output
*makeBigWig: make BigWig files for output
*/
process makeBigWig {
tag "${repRID}"
......@@ -780,7 +780,7 @@ process makeBigWig {
}
/*
*Run countData and get the counts, tpm
*countData: count data and calculate tpm
*/
process countData {
tag "${repRID}"
......@@ -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 {
tag "${repRID}"
......@@ -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 {
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