nf-core_modules/deprecated/cutadapt/test/nextflow.config
2020-08-05 16:09:25 +01:00

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
}