nf-core_modules/tests/modules/ucsc/bedtobigbed/nextflow.config
Matthieu Muffato c736d26b7e
bedToBigBed AutoSql option (#1981)
* Added missing "ucsc" tags (as per the convention)

* Added support for the -as input file

* Added a test
2022-09-09 09:27:47 +01:00

8 lines
195 B
Text

process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
withName: UCSC_BEDTOBIGBED_AS {
ext.args = "-type=bed3+3"
}
}