Mercurial > repos > jjohnson > snpeff
comparison snpSift_int.xml @ 5:192a236898f5
Add test cases for SnpSift
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Mon, 25 Mar 2013 08:51:33 -0500 |
parents | c07c403fc470 |
children | ec16dae84230 |
comparison
equal
deleted
inserted
replaced
4:fe23d90249ee | 5:192a236898f5 |
---|---|
19 </outputs> | 19 </outputs> |
20 <stdio> | 20 <stdio> |
21 <exit_code range=":-1" level="fatal" description="Error: Cannot open file" /> | 21 <exit_code range=":-1" level="fatal" description="Error: Cannot open file" /> |
22 <exit_code range="1:" level="fatal" description="Error" /> | 22 <exit_code range="1:" level="fatal" description="Error" /> |
23 </stdio> | 23 </stdio> |
24 <tests> | |
25 <test> | |
26 <param name="input" ftype="vcf" value="annotate_5.vcf"/> | |
27 <param name="bed" ftype="bed" value="interval.bed"/> | |
28 <output name="output"> | |
29 <assert_contents> | |
30 <has_text text="872687" /> | |
31 <not_has_text text="1195966" /> | |
32 </assert_contents> | |
33 </output> | |
34 </test> | |
35 | |
36 </tests> | |
37 | |
24 <help> | 38 <help> |
25 | 39 |
26 You can filter using intervals (BED file) | 40 You can filter using intervals (BED file) |
27 | 41 |
28 For details about this tool, please go to http://snpeff.sourceforge.net/SnpSift.html#intervals | 42 For details about this tool, please go to http://snpeff.sourceforge.net/SnpSift.html#intervals |