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
751 B
YAML
17 lines
751 B
YAML
- name: gatk4 getpileupsummaries test_gatk4_getpileupsummaries_just_variants
|
|
command: nextflow run tests/modules/gatk4/getpileupsummaries -entry test_gatk4_getpileupsummaries_just_variants -c tests/config/nextflow.config
|
|
tags:
|
|
- gatk4
|
|
- gatk4/getpileupsummaries
|
|
files:
|
|
- path: output/gatk4/test.pileups.table
|
|
md5sum: 0d19674bef2ff0700d5b02b3463dd210
|
|
|
|
- name: gatk4 getpileupsummaries test_gatk4_getpileupsummaries_separate_sites
|
|
command: nextflow run tests/modules/gatk4/getpileupsummaries -entry test_gatk4_getpileupsummaries_separate_sites -c tests/config/nextflow.config
|
|
tags:
|
|
- gatk4
|
|
- gatk4/getpileupsummaries
|
|
files:
|
|
- path: output/gatk4/test.pileups.table
|
|
md5sum: 0d19674bef2ff0700d5b02b3463dd210
|