mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
9 lines
172 B
Text
9 lines
172 B
Text
docker.enabled = true
|
|
params.outdir = './results'
|
|
|
|
params{
|
|
// Preprocessing options
|
|
cutadapt_min_length = 40
|
|
cutadapt_min_quality = 25
|
|
single_end = false
|
|
}
|