update stub for svdb/merge (#2066)

update stub

Co-authored-by: Annick Renevey <47788523+rannick@users.noreply.github.com>
master
Ramprasad Neethiraj 2 years ago committed by GitHub
parent 847bebc0ab
commit 513b5fcab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ process SVDB_MERGE {
stub:
def prefix = task.ext.prefix ?: "${meta.id}"
"""
touch ${prefix}_sv_merge.vcf
touch ${prefix}_sv_merge.vcf.gz
cat <<-END_VERSIONS > versions.yml
"${task.process}":

@ -12,3 +12,10 @@
- svdb/merge
files:
- path: output/svdb/test_sv_merge.vcf.gz
- name: svdb merge test_svdb_merge_noprio stub
command: nextflow run ./tests/modules/svdb/merge -entry test_svdb_merge_noprio -c ./tests/config/nextflow.config -c ./tests/modules/svdb/merge/nextflow.config -stub
tags:
- svdb
- svdb/merge
files:
- path: output/svdb/test_sv_merge.vcf.gz

Loading…
Cancel
Save