Skip to content

Commit

Permalink
removed legacy threads param
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagofilipe12 committed Jul 3, 2018
1 parent 400966b commit c69f3b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ Usage: nextflow run tiagofilipe12/pATLASflow [options] or nextflow run main.nf [
Main options:
--help Opens this help. It will open only when --help is provided. So, yes, this line is pretty useless since you already know that if you reached here.
--version Prints the version of the pipeline script.
--threads Number of threads that the pipeline will have to run. Default: 1
--mash_screen Enables mash screen run.
--assembly Enables mash dist run to use fasta file against plasmid db
--mapping Enables mapping pipeline.
Expand Down
2 changes: 0 additions & 2 deletions lib/Helper.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ class Help{
"provided. So, yes, this line is pretty useless since you already " +
"know that if you reached here.")
println(" --version Prints the version of the pipeline script.")
println(" --threads Number of threads that the pipeline will have to" +
" run. Default: 1")
println(" --mash_screen Enables mash screen run.")
println(" --assembly Enables mash dist run to use fasta file against " +
"plasmid db")
Expand Down

0 comments on commit c69f3b2

Please sign in to comment.