mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
20 lines
801 B
YAML
20 lines
801 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
|
||
|
|
||
|
- 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
|