mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-14 21:53:10 +00:00
27 lines
1.1 KiB
YAML
27 lines
1.1 KiB
YAML
|
- name: gatk4 reblockgvcf test_gatk4_reblockgvcf
|
||
|
command: nextflow run ./tests/modules/gatk4/reblockgvcf -entry test_gatk4_reblockgvcf -c ./tests/config/nextflow.config -c ./tests/modules/gatk4/reblockgvcf/nextflow.config
|
||
|
tags:
|
||
|
- gatk4/reblockgvcf
|
||
|
- gatk4
|
||
|
files:
|
||
|
- path: output/gatk4/test.reblock.g.vcf.gz
|
||
|
- path: output/gatk4/test.reblock.g.vcf.gz.tbi
|
||
|
|
||
|
- name: gatk4 reblockgvcf test_gatk4_reblockgvcf_intervals
|
||
|
command: nextflow run ./tests/modules/gatk4/reblockgvcf -entry test_gatk4_reblockgvcf_intervals -c ./tests/config/nextflow.config -c ./tests/modules/gatk4/reblockgvcf/nextflow.config
|
||
|
tags:
|
||
|
- gatk4/reblockgvcf
|
||
|
- gatk4
|
||
|
files:
|
||
|
- path: output/gatk4/test.reblock.g.vcf.gz
|
||
|
- path: output/gatk4/test.reblock.g.vcf.gz.tbi
|
||
|
|
||
|
- name: gatk4 reblockgvcf test_gatk4_reblockgvcf_dbsnp
|
||
|
command: nextflow run ./tests/modules/gatk4/reblockgvcf -entry test_gatk4_reblockgvcf_dbsnp -c ./tests/config/nextflow.config -c ./tests/modules/gatk4/reblockgvcf/nextflow.config
|
||
|
tags:
|
||
|
- gatk4/reblockgvcf
|
||
|
- gatk4
|
||
|
files:
|
||
|
- path: output/gatk4/test.reblock.g.vcf.gz
|
||
|
- path: output/gatk4/test.reblock.g.vcf.gz.tbi
|