mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
3b600af50e
* feat: update gatk4 from 4.2.0.0 to 4.2.3.0 * update md5checksum * commit all files * actually checksum was good, but I suspect something fishy with the tests
17 lines
605 B
YAML
17 lines
605 B
YAML
- name: gatk4 mergevcfs test_gatk4_mergevcfs
|
|
command: nextflow run tests/modules/gatk4/mergevcfs -entry test_gatk4_mergevcfs -c tests/config/nextflow.config
|
|
tags:
|
|
- gatk4/mergevcfs
|
|
- gatk4
|
|
files:
|
|
- path: output/gatk4/test.vcf.gz
|
|
md5sum: 5b289bda88d3a3504f2e19ee8cff177c
|
|
|
|
- name: gatk4 mergevcfs test_gatk4_mergevcfs_refdict
|
|
command: nextflow run tests/modules/gatk4/mergevcfs -entry test_gatk4_mergevcfs_refdict -c tests/config/nextflow.config
|
|
tags:
|
|
- gatk4/mergevcfs
|
|
- gatk4
|
|
files:
|
|
- path: output/gatk4/test.vcf.gz
|
|
md5sum: 5b289bda88d3a3504f2e19ee8cff177c
|