We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ea13e commit b3296daCopy full SHA for b3296da
Amplicon/Illumina/Workflow_Documentation/SW_AmpIllumina-B/workflow_code/main.nf
@@ -7,6 +7,9 @@ c_bright_green = "\u001b[32;1m";
7
c_blue = "\033[0;34m";
8
c_reset = "\033[0m";
9
10
+params.help = false
11
+params.debug = false
12
+
13
/**************************************************
14
* HELP MENU **************************************
15
**************************************************/
@@ -92,6 +95,11 @@ if (params.help) {
92
95
}
93
96
94
97
98
99
+/************************************************
100
+*********** Show pipeline parameters ************
101
+*************************************************/
102
103
if(params.debug){
104
log.info """
105
Nextflow AmpIllumina Consensus Pipeline: $workflow.manifest.version
0 commit comments