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