mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
8214b73700
* Started (again) to work on bgzipping SVDB_MERGE output * Updated test yml * SVDB_MERGE now bgzips output * Fixed singularity, renamed tests in test.yml Co-authored-by: Cloud User <centos@oskar-instance.novalocal>
14 lines
572 B
YAML
14 lines
572 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
|