comparison snpSift_annotate.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 13b6ad2ddace
comparison
equal deleted inserted replaced
4:fe23d90249ee 5:192a236898f5
18 </stdio> 18 </stdio>
19 19
20 <outputs> 20 <outputs>
21 <data format="vcf" name="output" /> 21 <data format="vcf" name="output" />
22 </outputs> 22 </outputs>
23 23 <tests>
24 <test>
25 <param name="input" ftype="vcf" value="annotate_1.vcf"/>
26 <param name="dbSnp" ftype="vcf" value="db_test_1.vcf"/>
27 <output name="output">
28 <assert_contents>
29 <has_text text="rs76166080" />
30 </assert_contents>
31 </output>
32 </test>
33 </tests>
24 <help> 34 <help>
25 35
26 This is typically used to annotate IDs from dbSnp. 36 This is typically used to annotate IDs from dbSnp.
27 37
28 For details about this tool, please go to http://snpeff.sourceforge.net/SnpSift.html#annotate 38 For details about this tool, please go to http://snpeff.sourceforge.net/SnpSift.html#annotate