mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
22 lines
895 B
YAML
22 lines
895 B
YAML
|
- name: gatk4 selectvariants test_gatk4_selectvariants_vcf_input
|
||
|
command: nextflow run tests/modules/gatk4/selectvariants -entry test_gatk4_selectvariants_vcf_input -c tests/config/nextflow.config
|
||
|
tags:
|
||
|
- gatk4/selectvariants
|
||
|
- gatk4
|
||
|
files:
|
||
|
- path: output/gatk4/test.selectvariants.vcf.gz
|
||
|
- path: output/gatk4/test.selectvariants.vcf.gz.tbi
|
||
|
- path: output/gatk4/versions.yml
|
||
|
md5sum: a35d78af179f43652274bc7405d5a785
|
||
|
|
||
|
- name: gatk4 selectvariants test_gatk4_selectvariants_gz_input
|
||
|
command: nextflow run tests/modules/gatk4/selectvariants -entry test_gatk4_selectvariants_gz_input -c tests/config/nextflow.config
|
||
|
tags:
|
||
|
- gatk4/selectvariants
|
||
|
- gatk4
|
||
|
files:
|
||
|
- path: output/gatk4/test.selectvariants.vcf.gz
|
||
|
- path: output/gatk4/test.selectvariants.vcf.gz.tbi
|
||
|
- path: output/gatk4/versions.yml
|
||
|
md5sum: c943f3579a369968ca63444eb43fb6e7
|