mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
17 lines
583 B
YAML
17 lines
583 B
YAML
- name: gatk4 mergevcfs
|
|
command: nextflow run ./tests/software/gatk4/mergevcfs -entry test_gatk4_mergevcfs -c tests/config/nextflow.config
|
|
tags:
|
|
- gatk4
|
|
- gatk4_mergevcfs
|
|
files:
|
|
- path: output/gatk4/test.merged.vcf.gz
|
|
md5sum: f25850b7bd4d362b5ea67d4453e9df55
|
|
|
|
- name: gatk4 mergevcfs refdict
|
|
command: nextflow run ./tests/software/gatk4/mergevcfs -entry test_gatk4_mergevcfs_refdict -c tests/config/nextflow.config
|
|
tags:
|
|
- gatk4
|
|
- gatk4_mergevcfs
|
|
files:
|
|
- path: output/gatk4/test.merged.vcf.gz
|
|
md5sum: f25850b7bd4d362b5ea67d4453e9df55
|