mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 06:59:54 +00:00
Add complexity filtering to test profile
This commit is contained in:
parent
b055df5ea0
commit
7f1a7fb4e7
1 changed files with 4 additions and 3 deletions
|
@ -24,8 +24,9 @@ params {
|
||||||
// TODO nf-core: Give any required params for the test so that command line flags are not needed
|
// TODO nf-core: Give any required params for the test so that command line flags are not needed
|
||||||
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/taxprofiler/samplesheet.csv'
|
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/taxprofiler/samplesheet.csv'
|
||||||
databases = 'https://raw.githubusercontent.com/nf-core/test-datasets/taxprofiler/database.csv'
|
databases = 'https://raw.githubusercontent.com/nf-core/test-datasets/taxprofiler/database.csv'
|
||||||
run_kraken2 = true
|
run_kraken2 = true
|
||||||
run_malt = true
|
run_malt = true
|
||||||
shortread_clipmerge = true
|
shortread_clipmerge = true
|
||||||
|
shortread_complexityfiltering = true
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue