mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
967fb22ded
* Update versions * update checksums + remove variables as input for applyvqsr * sneak in removal of values and provide them via modules.config * update another checksum * more checksums * move vairable to config * remove controlfreec, wrong branch * add line break
21 lines
881 B
YAML
21 lines
881 B
YAML
- name: gatk4 applyvqsr test_gatk4_applyvqsr
|
|
command: nextflow run tests/modules/gatk4/applyvqsr -entry test_gatk4_applyvqsr -c tests/config/nextflow.config -c ./tests/modules/gatk4/applyvqsr/nextflow.config
|
|
tags:
|
|
- gatk4/applyvqsr
|
|
- gatk4
|
|
files:
|
|
- path: output/gatk4/test.vcf.gz
|
|
- path: output/gatk4/test.vcf.gz.tbi
|
|
- path: output/gatk4/versions.yml
|
|
md5sum: ce9c443375683e7f2958fe958759ad29
|
|
|
|
- name: gatk4 applyvqsr test_gatk4_applyvqsr_allele_specific
|
|
command: nextflow run tests/modules/gatk4/applyvqsr -entry test_gatk4_applyvqsr_allele_specific -c tests/config/nextflow.config -c ./tests/modules/gatk4/applyvqsr/nextflow.config
|
|
tags:
|
|
- gatk4/applyvqsr
|
|
- gatk4
|
|
files:
|
|
- path: output/gatk4/test.vcf.gz
|
|
- path: output/gatk4/test.vcf.gz.tbi
|
|
- path: output/gatk4/versions.yml
|
|
md5sum: 521353d12d576de2864f1d18a3e54f14
|