mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
5297d27fbf
* update svdb version and tests * update link
15 lines
533 B
YAML
15 lines
533 B
YAML
- name: svdb query
|
|
command: nextflow run ./tests/modules/svdb/query -entry test_svdb_query -c ./tests/config/nextflow.config -c ./tests/modules/svdb/query/nextflow.config
|
|
tags:
|
|
- svdb
|
|
- svdb/query
|
|
files:
|
|
- path: output/svdb/test_query.vcf
|
|
|
|
- name: svdb query multiple
|
|
command: nextflow run ./tests/modules/svdb/query -entry test_svdb_query_multiple -c ./tests/config/nextflow.config -c ./tests/modules/svdb/query/nextflow.config
|
|
tags:
|
|
- svdb
|
|
- svdb/query
|
|
files:
|
|
- path: output/svdb/test_query.vcf
|