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
28 lines
1.3 KiB
YAML
28 lines
1.3 KiB
YAML
- name: gatk4 calculatecontamination test_gatk4_calculatecontamination_tumor_only
|
|
command: nextflow run tests/modules/gatk4/calculatecontamination -entry test_gatk4_calculatecontamination_tumor_only -c tests/config/nextflow.config
|
|
tags:
|
|
- gatk4/calculatecontamination
|
|
- gatk4
|
|
files:
|
|
- path: output/gatk4/test.contamination.table
|
|
md5sum: 5fdcf1728cf98985ce31c038eb24e05c
|
|
|
|
- name: gatk4 calculatecontamination test_gatk4_calculatecontamination_matched_pair
|
|
command: nextflow run tests/modules/gatk4/calculatecontamination -entry test_gatk4_calculatecontamination_matched_pair -c tests/config/nextflow.config
|
|
tags:
|
|
- gatk4/calculatecontamination
|
|
- gatk4
|
|
files:
|
|
- path: output/gatk4/test.contamination.table
|
|
md5sum: 5fdcf1728cf98985ce31c038eb24e05c
|
|
|
|
- name: gatk4 calculatecontamination test_gatk4_calculatecontamination_segmentation
|
|
command: nextflow run tests/modules/gatk4/calculatecontamination -entry test_gatk4_calculatecontamination_segmentation -c tests/config/nextflow.config
|
|
tags:
|
|
- gatk4/calculatecontamination
|
|
- gatk4
|
|
files:
|
|
- path: output/gatk4/test.contamination.table
|
|
md5sum: 5fdcf1728cf98985ce31c038eb24e05c
|
|
- path: output/gatk4/test.segmentation.table
|
|
md5sum: 91f28bfe4727a3256810927fc5eba92f
|