mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
513b5fcab9
update stub Co-authored-by: Annick Renevey <47788523+rannick@users.noreply.github.com>
21 lines
876 B
YAML
21 lines
876 B
YAML
- name: svdb merge test_svdb_merge
|
|
command: nextflow run ./tests/modules/svdb/merge -entry test_svdb_merge -c ./tests/config/nextflow.config -c ./tests/modules/svdb/merge/nextflow.config
|
|
tags:
|
|
- svdb
|
|
- svdb/merge
|
|
files:
|
|
- path: output/svdb/test_sv_merge.vcf.gz
|
|
- name: svdb merge test_svdb_merge_noprio
|
|
command: nextflow run ./tests/modules/svdb/merge -entry test_svdb_merge_noprio -c ./tests/config/nextflow.config -c ./tests/modules/svdb/merge/nextflow.config
|
|
tags:
|
|
- svdb
|
|
- 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
|