forked from nf-core/sarek
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest_annotation_vep.yml
28 lines (28 loc) · 1.21 KB
/
test_annotation_vep.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
28
- name: Run VEP
command: nextflow run main.nf -profile test,annotation --tools vep --skip_tools multiqc
tags:
- annotation
- vep
files:
- path: results/annotation/test/test_VEP.ann.vcf.gz
# binary changes md5sums on reruns.
- path: results/annotation/test/test_VEP.ann.vcf.gz.tbi
md5sum: 4cb176febbc8c26d717a6c6e67b9c905
- path: results/reports/EnsemblVEP/test/test_VEP.summary.html
# test_VEP.summary.html changes md5sums on reruns.
contains:
["<tr><td>Input file</td><td>test.vcf.gz</td></tr><tr><td>Output file</td><td>test_VEP.ann.vcf</td></tr>"]
- name: Run VEP with fasta
command: nextflow run main.nf -profile test,annotation --tools vep --vep_include_fasta --skip_tools multiqc
tags:
- annotation
- vep
files:
- path: results/annotation/test/test_VEP.ann.vcf.gz
# binary changes md5sums on reruns.
- path: results/annotation/test/test_VEP.ann.vcf.gz.tbi
md5sum: 4cb176febbc8c26d717a6c6e67b9c905
- path: results/reports/EnsemblVEP/test/test_VEP.summary.html
# text-based file changes md5sums on reruns.
contains:
["<tr><td>Input file</td><td>test.vcf.gz</td></tr><tr><td>Output file</td><td>test_VEP.ann.vcf</td></tr>"]