You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nf-core_modules/tests/subworkflows/nf-core/annotation/snpeff/nextflow.config

15 lines
332 B
Plaintext

process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
withName: SNPEFF {
container = 'nfcore/snpeff:5.0.WBcel235'
publishDir = [ enabled: false ]
}
withName: TABIX_BGZIPTABIX {
ext.prefix = { "${meta.id}_snpEff.ann.vcf" }
}
}