File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Amplicon/Illumina/Workflow_Documentation/SW_AmpIllumina-B/workflow_code Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ c_reset = "\033[0m";
12
12
**************************************************/
13
13
if (params. help) {
14
14
println ()
15
- println (" Nextflow Amp454IonTor Consensus Pipeline: $workflow . manifest . version " )
15
+ println (" Nextflow AmpIllumina Consensus Pipeline: $workflow . manifest . version " )
16
16
println (" USAGE:" )
17
17
println (" Example 1: Submit and run jobs with slurm in singularity containers." )
18
18
println (" > nextflow run main.nf -resume -profile slurm_sing --csv_file PE_file.csv --target_region 16S --F_primer AGAGTTTGATCCTGGCTCAG --R_primer CTGCCTCCCGTAGGAGT" )
@@ -90,7 +90,7 @@ if (params.help) {
90
90
}
91
91
92
92
log. info """
93
- Nextflow Amp454IonTor Consensus Pipeline: $workflow . manifest . version
93
+ Nextflow AmpIllumina Consensus Pipeline: $workflow . manifest . version
94
94
95
95
You have set the following parameters:
96
96
Input csv file : ${ params.csv_file}
You can’t perform that action at this time.
0 commit comments