2021-11-15 15:43:06 +00:00
|
|
|
# We can't use an md5sum or check file contents because:
|
|
|
|
# a) the path to the file is embedded inside it,
|
|
|
|
# b) the file is binary so we can't check for text inside it.
|
|
|
|
- name: gatk4 indexfeaturefile test_gatk4_indexfeaturefile_bed
|
2021-11-26 07:58:40 +00:00
|
|
|
command: nextflow run ./tests/modules/gatk4/indexfeaturefile -entry test_gatk4_indexfeaturefile_bed -c ./tests/config/nextflow.config -c ./tests/modules/gatk4/indexfeaturefile/nextflow.config
|
2021-11-15 15:43:06 +00:00
|
|
|
tags:
|
|
|
|
- gatk4
|
|
|
|
- gatk4/indexfeaturefile
|
|
|
|
files:
|
|
|
|
- path: output/gatk4/genome.bed.idx
|
|
|
|
|
|
|
|
- name: gatk4 indexfeaturefile test_gatk4_indexfeaturefile_bed_gz
|
2021-11-26 07:58:40 +00:00
|
|
|
command: nextflow run ./tests/modules/gatk4/indexfeaturefile -entry test_gatk4_indexfeaturefile_bed_gz -c ./tests/config/nextflow.config -c ./tests/modules/gatk4/indexfeaturefile/nextflow.config
|
2021-11-15 15:43:06 +00:00
|
|
|
tags:
|
|
|
|
- gatk4
|
|
|
|
- gatk4/indexfeaturefile
|
|
|
|
files:
|
|
|
|
- path: output/gatk4/genome.bed.gz.tbi
|
|
|
|
md5sum: 2eb6ed0a0b049efe4caa1413089dcd74
|
|
|
|
|
|
|
|
# We can't use an md5sum or check file contents because:
|
|
|
|
# a) the path to the file is embedded inside it,
|
|
|
|
# b) the file is binary so we can't check for text inside it.
|
|
|
|
- name: gatk4 indexfeaturefile test_gatk4_indexfeaturefile_vcf
|
2021-11-26 07:58:40 +00:00
|
|
|
command: nextflow run ./tests/modules/gatk4/indexfeaturefile -entry test_gatk4_indexfeaturefile_vcf -c ./tests/config/nextflow.config -c ./tests/modules/gatk4/indexfeaturefile/nextflow.config
|
2021-11-15 15:43:06 +00:00
|
|
|
tags:
|
|
|
|
- gatk4
|
|
|
|
- gatk4/indexfeaturefile
|
|
|
|
files:
|
|
|
|
- path: output/gatk4/test.genome.vcf.idx
|
|
|
|
|
|
|
|
- name: gatk4 indexfeaturefile test_gatk4_indexfeaturefile_vcf_gz
|
2021-11-26 07:58:40 +00:00
|
|
|
command: nextflow run ./tests/modules/gatk4/indexfeaturefile -entry test_gatk4_indexfeaturefile_vcf_gz -c ./tests/config/nextflow.config -c ./tests/modules/gatk4/indexfeaturefile/nextflow.config
|
2021-11-15 15:43:06 +00:00
|
|
|
tags:
|
|
|
|
- gatk4
|
|
|
|
- gatk4/indexfeaturefile
|
|
|
|
files:
|
|
|
|
- path: output/gatk4/test.genome.vcf.gz.tbi
|
|
|
|
md5sum: ea03cd1d1f178eefa656787537053c37
|