nf-core_modules/tools/cutadapt/test_single/nextflow.config

10 lines
173 B
Text
Raw Normal View History

2020-03-06 10:51:46 +00:00
docker.enabled = true
params.outdir = './results'
params{
//preprocessing options
cutadapt_min_length = 40
cutadapt_min_quality = 25
2020-03-06 13:23:12 +00:00
singleEnd = true
2020-03-06 10:51:46 +00:00
}