forked from nf-core/sarek
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_annotation.yml
More file actions
40 lines (40 loc) · 1.48 KB
/
test_annotation.yml
File metadata and controls
40 lines (40 loc) · 1.48 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
- name: Run snpEff
command: nextflow run main.nf -profile test,annotation,docker --tools snpeff
tags:
- annotation
- snpeff
files:
- path: results/annotation/test/test_snpEff.ann.vcf.gz
- path: results/annotation/test/test_snpEff.ann.vcf.gz.tbi
- path: results/reports/snpeff/test/test_snpEff.csv
- path: results/reports/snpeff/test/snpEff_summary.html
- path: results/reports/snpeff/test/test_snpEff.genes.txt
- path: results/multiqc
- name: Run VEP
command: nextflow run main.nf -profile test,annotation,docker --tools vep --skip_tools multiqc
tags:
- annotation
- vep
files:
- path: results/annotation/test/test_VEP.ann.vcf.gz
- path: results/annotation/test/test_VEP.ann.vcf.gz.tbi
- path: results/reports/EnsemblVEP/test/test_VEP.summary.html
- name: Run snpEff followed by VEP
command: nextflow run main.nf -profile test,annotation,docker --tools merge --skip_tools multiqc
tags:
- annotation
- merge
- snpeff
- vep
files:
- path: results/annotation/test/test_snpEff_VEP.ann.vcf.gz
- path: results/annotation/test/test_snpEff_VEP.ann.vcf.gz.tbi
- name: Run VEP with fasta
command: nextflow run main.nf -profile test,annotation,docker --tools vep --vep_include_fasta --skip_tools multiqc
tags:
- annotation
- vep
files:
- path: results/annotation/test/test_VEP.ann.vcf.gz
- path: results/annotation/test/test_VEP.ann.vcf.gz.tbi
- path: results/reports/EnsemblVEP/test/test_VEP.summary.html