mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
18 lines
711 B
YAML
18 lines
711 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
|
||
|
- gatk4/applyvqsr
|
||
|
files:
|
||
|
- path: output/gatk4/test.vcf.gz
|
||
|
- path: output/gatk4/test.vcf.gz.tbi
|
||
|
|
||
|
- 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
|
||
|
- gatk4/applyvqsr
|
||
|
files:
|
||
|
- path: output/gatk4/test.vcf.gz
|
||
|
- path: output/gatk4/test.vcf.gz.tbi
|