Update stub for ucsc/wigtobigwig (#2065)

update stub
master
Ramprasad Neethiraj 2 years ago committed by GitHub
parent b63b9f752d
commit 8572bc8865
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -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

Loading…
Cancel
Save