mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-15 06:03: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
26 lines
905 B
YAML
26 lines
905 B
YAML
- name: gatk4 applybqsr test_gatk4_applybqsr
|
|
command: nextflow run tests/modules/gatk4/applybqsr -entry test_gatk4_applybqsr -c tests/config/nextflow.config
|
|
tags:
|
|
- gatk4/applybqsr
|
|
- gatk4
|
|
files:
|
|
- path: output/gatk4/test.bam
|
|
md5sum: af56f5dd81b95070079d54670507f530
|
|
|
|
- name: gatk4 applybqsr test_gatk4_applybqsr_intervals
|
|
command: nextflow run tests/modules/gatk4/applybqsr -entry test_gatk4_applybqsr_intervals -c tests/config/nextflow.config
|
|
tags:
|
|
- gatk4/applybqsr
|
|
- gatk4
|
|
files:
|
|
- path: output/gatk4/test.bam
|
|
md5sum: 0cbfa4be143e988d56ce741b5077510e
|
|
|
|
- name: gatk4 applybqsr test_gatk4_applybqsr_cram
|
|
command: nextflow run tests/modules/gatk4/applybqsr -entry test_gatk4_applybqsr_cram -c tests/config/nextflow.config
|
|
tags:
|
|
- gatk4/applybqsr
|
|
- gatk4
|
|
files:
|
|
- path: output/gatk4/test.bam
|
|
md5sum: 720ef7453fc3c9def18bbe396062346c
|