forked from nf-core/rnavar
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest_annotation.yml
27 lines (27 loc) · 1.26 KB
/
test_annotation.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
- name: Run snpEff
command: nextflow run main.nf -profile test,docker --annotate_tools snpeff --outdir results --download_cache
tags:
- annotation
- snpeff
files:
- path: results/annotation/haplotypecaller/GM12878/GM12878.haplotypecaller.filtered_snpEff.ann.vcf.gz
- path: results/annotation/haplotypecaller/GM12878/GM12878.haplotypecaller.filtered_snpEff.ann.vcf.gz.tbi
- path: results/reports/multiqc_report.html
- name: Run VEP
command: nextflow run main.nf -profile test,docker --annotate_tools vep --skip_multiqc --outdir results --download_cache
tags:
- annotation
- vep
files:
- path: results/annotation/haplotypecaller/GM12878/GM12878.haplotypecaller.filtered_VEP.ann.vcf.gz
- path: results/annotation/haplotypecaller/GM12878/GM12878.haplotypecaller.filtered_VEP.ann.vcf.gz.tbi
- name: Run snpEff followed by VEP
command: nextflow run main.nf -profile test,docker --annotate_tools merge --skip_multiqc --outdir results --download_cache
tags:
- annotation
- merge
- snpeff
- vep
files:
- path: results/annotation/haplotypecaller/GM12878/GM12878.haplotypecaller.filtered_snpEff_VEP.ann.vcf.gz
- path: results/annotation/haplotypecaller/GM12878/GM12878.haplotypecaller.filtered_snpEff_VEP.ann.vcf.gz.tbi