Skip to content

Commit b3296da

Browse files
committed
Added help variable
1 parent 95ea13e commit b3296da

File tree

1 file changed

+8
-0
lines changed
  • Amplicon/Illumina/Workflow_Documentation/SW_AmpIllumina-B/workflow_code

1 file changed

+8
-0
lines changed

Amplicon/Illumina/Workflow_Documentation/SW_AmpIllumina-B/workflow_code/main.nf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ c_bright_green = "\u001b[32;1m";
77
c_blue = "\033[0;34m";
88
c_reset = "\033[0m";
99

10+
params.help = false
11+
params.debug = false
12+
1013
/**************************************************
1114
* HELP MENU **************************************
1215
**************************************************/
@@ -92,6 +95,11 @@ if (params.help) {
9295
}
9396

9497

98+
99+
/************************************************
100+
*********** Show pipeline parameters ************
101+
*************************************************/
102+
95103
if(params.debug){
96104
log.info """
97105
Nextflow AmpIllumina Consensus Pipeline: $workflow.manifest.version

0 commit comments

Comments
 (0)