forked from nf-core/sarek
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtest_annotation.yml
More file actions
76 lines (76 loc) · 3.11 KB
/
test_annotation.yml
File metadata and controls
76 lines (76 loc) · 3.11 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
- 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/multiqc
- path: results/reports/snpeff/test/snpEff_summary.html
- path: results/reports/snpeff/test/test_snpEff.csv
- path: results/reports/snpeff/test/test_snpEff.genes.txt
- 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
- path: results/reports/EnsemblVEP/test/test_snpEff_VEP.summary.html
- path: results/annotation/test/test_snpEff.ann.vcf.gz
should_exist: false
- path: results/annotation/test/test_snpEff.ann.vcf.gz.tbi
should_exist: false
- path: results/annotation/test/test_VEP.ann.vcf.gz
should_exist: false
- path: results/annotation/test/test_VEP.ann.vcf.gz.tbi
should_exist: false
- path: results/reports/snpeff/test/snpEff_summary.html
should_exist: false
- path: results/reports/snpeff/test/test_snpEff.csv
should_exist: false
- path: results/reports/snpeff/test/test_snpEff.genes.txt
should_exist: false
- path: results/reports/EnsemblVEP/test/test_VEP.summary.html
should_exist: false
- name: Run snpEff, VEP and both consecutively
command: nextflow run main.nf -profile test,annotation,docker --tools merge,snpeff,vep --skip_tools multiqc
tags:
- annotation
- merge
- snpeff
- vep
files:
- path: results/annotation/test/test_VEP.ann.vcf.gz
- path: results/annotation/test/test_VEP.ann.vcf.gz.tbi
- path: results/annotation/test/test_snpEff.ann.vcf.gz
- path: results/annotation/test/test_snpEff.ann.vcf.gz.tbi
- path: results/annotation/test/test_snpEff_VEP.ann.vcf.gz
- path: results/annotation/test/test_snpEff_VEP.ann.vcf.gz.tbi
- path: results/reports/EnsemblVEP/test/test_VEP.summary.html
- path: results/reports/EnsemblVEP/test/test_snpEff_VEP.summary.html
- path: results/reports/snpeff/test/snpEff_summary.html
- path: results/reports/snpeff/test/test_snpEff.csv
- path: results/reports/snpeff/test/test_snpEff.genes.txt
- 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