mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
ee915a43e4
* update svdb merge * fix undefined variable error * remove prio join in the script block * fix error * fix error again * update tests and refactor
14 lines
534 B
YAML
14 lines
534 B
YAML
- name: 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
|
|
- name: 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
|