Skip to content

Commit d95d300

Browse files
committed
fix expected test outputs
1 parent 3f15db6 commit d95d300

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/test_annotation.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
- annotation
55
- snpeff
66
files:
7-
- path: results/variant_annotation/GM12878/GM12878.haplotypecaller.filtered_snpEff.ann.vcf.gz
8-
- path: results/variant_annotation/GM12878/GM12878.haplotypecaller.filtered_snpEff.ann.vcf.gz.tbi
7+
- path: results/annotation/haplotypecaller/GM12878/GM12878.haplotypecaller.filtered_snpEff.ann.vcf.gz
8+
- path: results/annotation/haplotypecaller/GM12878/GM12878.haplotypecaller.filtered_snpEff.ann.vcf.gz.tbi
99
- path: results/reports/multiqc_report.html
1010
- name: Run VEP
1111
command: nextflow run main.nf -profile test,docker --annotate_tools vep --skip_multiqc --outdir results --download_cache
1212
tags:
1313
- annotation
1414
- vep
1515
files:
16-
- path: results/variant_annotation/GM12878/GM12878.haplotypecaller.filtered_VEP.ann.vcf.gz
17-
- path: results/variant_annotation/GM12878/GM12878.haplotypecaller.filtered_VEP.ann.vcf.gz.tbi
16+
- path: results/annotation/haplotypecaller/GM12878/GM12878.haplotypecaller.filtered_VEP.ann.vcf.gz
17+
- path: results/annotation/haplotypecaller/GM12878/GM12878.haplotypecaller.filtered_VEP.ann.vcf.gz.tbi
1818
- name: Run snpEff followed by VEP
1919
command: nextflow run main.nf -profile test,docker --annotate_tools merge --skip_multiqc --outdir results --download_cache
2020
tags:
@@ -23,5 +23,5 @@
2323
- snpeff
2424
- vep
2525
files:
26-
- path: results/variant_annotation/GM12878/GM12878.haplotypecaller.filtered_snpEff_VEP.ann.vcf.gz
27-
- path: results/variant_annotation/GM12878/GM12878.haplotypecaller.filtered_snpEff_VEP.ann.vcf.gz.tbi
26+
- path: results/annotation/haplotypecaller/GM12878/GM12878.haplotypecaller.filtered_snpEff_VEP.ann.vcf.gz
27+
- path: results/annotation/haplotypecaller/GM12878/GM12878.haplotypecaller.filtered_snpEff_VEP.ann.vcf.gz.tbi

0 commit comments

Comments
 (0)