Skip to content

Commit

Permalink
add tests for gvcf when one interval group
Browse files Browse the repository at this point in the history
  • Loading branch information
FriederikeHanssen committed Aug 5, 2023
1 parent 9812e70 commit a3bf92c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions tests/test_joint_germline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,35 @@
- path: results/variant_calling/haplotypecaller/testT/testT.haplotypecaller.g.vcf.gz.tbi
- path: results/haplotypecaller
should_exist: false
- name: Run joint germline variant calling with haplotypecaller all intervals at once
command: nextflow run main.nf -profile test_cache,targeted --input ./tests/csv/3.0/mapped_joint_bam.csv --tools haplotypecaller --step variant_calling --joint_germline --outdir results --nucleotides_per_second 100
tags:
- germline
- joint_germline
- variant_calling
files:
- path: results/csv/variantcalled.csv
md5sum: d2dffdbd2b4f1f26a06637592d24dab3
- path: results/multiqc
- path: results/preprocessing/recalibrated/test/test.recal.cram
should_exist: false
- path: results/preprocessing/recalibrated/test/test.recal.cram.crai
should_exist: false
- path: results/reports/bcftools/haplotypecaller/joint_variant_calling/joint_germline.bcftools_stats.txt
# Not stable enough
- path: results/reports/vcftools/haplotypecaller/joint_variant_calling/joint_germline.FILTER.summary
# Not stable enough
- path: results/reports/vcftools/haplotypecaller/joint_variant_calling/joint_germline.TsTv.count
# Not stable enough
- path: results/reports/vcftools/haplotypecaller/joint_variant_calling/joint_germline.TsTv.qual
# Not stable enough
- path: results/variant_calling/haplotypecaller/joint_variant_calling/joint_germline.vcf.gz
# binary changes md5sums on reruns
- path: results/variant_calling/haplotypecaller/joint_variant_calling/joint_germline.vcf.gz.tbi
# binary changes md5sums on reruns
- path: results/variant_calling/haplotypecaller/testN/testN.haplotypecaller.g.vcf.gz
- path: results/variant_calling/haplotypecaller/testN/testN.haplotypecaller.g.vcf.gz.tbi
- path: results/variant_calling/haplotypecaller/testT/testT.haplotypecaller.g.vcf.gz
- path: results/variant_calling/haplotypecaller/testT/testT.haplotypecaller.g.vcf.gz.tbi
- path: results/haplotypecaller
should_exist: false

0 comments on commit a3bf92c

Please sign in to comment.