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
19 lines
819 B
YAML
19 lines
819 B
YAML
- name: gatk4 fastqtosam test_gatk4_fastqtosam_single_end
|
|
command: nextflow run tests/modules/gatk4/fastqtosam -entry test_gatk4_fastqtosam_single_end -c tests/config/nextflow.config -c ./tests/modules/gatk4/fastqtosam/nextflow.config
|
|
tags:
|
|
- gatk4
|
|
- gatk4/fastqtosam
|
|
files:
|
|
- path: output/gatk4/test.bam
|
|
- path: output/gatk4/versions.yml
|
|
md5sum: 381cdb2496b2fcc7bbc371a6e4156c7e
|
|
|
|
- name: gatk4 fastqtosam test_gatk4_fastqtosam_paired_end
|
|
command: nextflow run tests/modules/gatk4/fastqtosam -entry test_gatk4_fastqtosam_paired_end -c tests/config/nextflow.config -c ./tests/modules/gatk4/fastqtosam/nextflow.config
|
|
tags:
|
|
- gatk4
|
|
- gatk4/fastqtosam
|
|
files:
|
|
- path: output/gatk4/test.bam
|
|
- path: output/gatk4/versions.yml
|
|
md5sum: 1d07c90cbd31992c9ba003f02d1b3502
|