mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 22:33:09 +00:00
Prettier
This commit is contained in:
parent
de70b0a01d
commit
a97bb69cd2
2 changed files with 3 additions and 1 deletions
|
@ -21,6 +21,7 @@ run_modules:
|
|||
- bowtie2
|
||||
- kraken
|
||||
- malt
|
||||
- custom_content
|
||||
|
||||
#extra_fn_clean_exts:
|
||||
# - '_fastp'
|
||||
|
|
|
@ -241,7 +241,8 @@ process {
|
|||
withName: PRINSEQPLUSPLUS {
|
||||
ext.args = [
|
||||
params.shortread_complexityfilter_prinseqplusplus_mode == 'dust' ? "-lc_dust=${params.shortread_complexityfilter_prinseqplusplus_dustscore}" : "-lc_entropy=${params.shortread_complexityfilter_entropy}",
|
||||
"-trim_qual_left=0 -trim_qual_left=0 -trim_qual_window=0 -trim_qual_step=0"
|
||||
"-trim_qual_left=0 -trim_qual_left=0 -trim_qual_window=0 -trim_qual_step=0",
|
||||
"-VERBOSE 2"
|
||||
].join(' ').trim()
|
||||
ext.prefix = { "${meta.id}-${meta.run_accession}" }
|
||||
publishDir = [
|
||||
|
|
Loading…
Reference in a new issue