mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
parent
b63b9f752d
commit
8572bc8865
2 changed files with 10 additions and 0 deletions
|
@ -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…
Reference in a new issue