mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
6400317623
* initial commit * tested Co-authored-by: Cipriano <rrn8@cdc.gov> Co-authored-by: Sateesh <33637490+sateeshperi@users.noreply.github.com> Co-authored-by: Maxime U. Garcia <max.u.garcia@gmail.com>
21 lines
895 B
YAML
21 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
|