diff --git a/modules/ucsc/wigtobigwig/main.nf b/modules/ucsc/wigtobigwig/main.nf index 2cdc557d..4daff1f5 100644 --- a/modules/ucsc/wigtobigwig/main.nf +++ b/modules/ucsc/wigtobigwig/main.nf @@ -38,6 +38,7 @@ process UCSC_WIGTOBIGWIG { stub: def prefix = task.ext.prefix ?: "${meta.id}" + def VERSION = '377' // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions. """ touch ${prefix}.bw diff --git a/tests/modules/ucsc/wigtobigwig/test.yml b/tests/modules/ucsc/wigtobigwig/test.yml index ea1e12b0..aa478bc3 100644 --- a/tests/modules/ucsc/wigtobigwig/test.yml +++ b/tests/modules/ucsc/wigtobigwig/test.yml @@ -8,3 +8,12 @@ md5sum: b64af7003665dc51fae958216b06ed95 - path: output/ucsc/versions.yml md5sum: 7e14421c65faf5165389f34806acdb12 + +- name: ucsc wigtobigwig test_ucsc_wigtobigwig stub + command: nextflow run ./tests/modules/ucsc/wigtobigwig -entry test_ucsc_wigtobigwig -c ./tests/config/nextflow.config -c ./tests/modules/ucsc/wigtobigwig/nextflow.config -stub + tags: + - ucsc + - ucsc/wigtobigwig + files: + - path: output/ucsc/test.bw + - path: output/ucsc/versions.yml