mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 13:23:09 +00:00
9 lines
152 B
Text
9 lines
152 B
Text
|
docker.enabled = true
|
||
|
params.outdir = './results'
|
||
|
|
||
|
params{
|
||
|
//preprocessing options
|
||
|
cutadapt_min_length = 40
|
||
|
cutadapt_min_quality = 25
|
||
|
}
|