nf-core_modules/software/cutadapt/test/nextflow.config

10 lines
172 B
Text
Raw Normal View History

2020-03-06 10:51:46 +00:00
docker.enabled = true
params.outdir = './results'
2020-07-11 15:09:06 +00:00
params{
// Preprocessing options
2020-03-06 10:51:46 +00:00
cutadapt_min_length = 40
cutadapt_min_quality = 25
2020-07-11 15:09:06 +00:00
single_end = false
2020-03-06 10:51:46 +00:00
}