Skip to content

Commit

Permalink
#36 minor change to parameter explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
Negin Valizadegan committed Dec 3, 2021
1 parent 4a93549 commit fc187b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filter.nf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ params.genome3 = false /*genome fasta file, CHM13, must
params.krakendb = false /*kraken database file, must specify complete path. Required parameter*/
params.samplePath = false /*input folder, must specify complete path. Required parameter*/
params.taxdbPath = false /*location of blast taxa database. Required parameter*/
params.skipcdhit = false /* If set to true and used with flag --skipcdhit in terminal, cdhit would not be run. */
params.skipcdhit = false /* If set to true in config file, cdhit would not be run. */

/*Parameters to be used inside the pipeline */
params.outputDir = "./results" /*output folder, must specify path from current directory. Required parameter*/
Expand Down

0 comments on commit fc187b9

Please sign in to comment.