|
0
|
1 <tool id="snpSift_annotate" name="SnpSift Annotate" version="1.0">
|
|
|
2 <description>Annotate SNPs from dbSnp</description>
|
|
|
3 <!--
|
|
|
4 You will need to change the path to wherever your installation is.
|
|
|
5 You can change the amount of memory used, just change the -Xmx parameter (e.g. use -Xmx2G for 2Gb of memory)
|
|
|
6 -->
|
|
|
7 <command>java -Xmx6G -jar /home/pcingola/tools/SnpSift.jar annotate -q $dbSnp $input > $output </command>
|
|
|
8 <inputs>
|
|
|
9 <param format="Tabular" name="input" type="data" label="VCF input"/>
|
|
|
10 <param format="Tabular" name="dbSnp" type="data" label="dbSnp in VCF format"/>
|
|
|
11 </inputs>
|
|
|
12 <outputs>
|
|
|
13 <data format="tabular" name="output" />
|
|
|
14 </outputs>
|
|
|
15
|
|
|
16 <help>
|
|
|
17
|
|
|
18 This is typically used to annotate IDs from dbSnp.
|
|
|
19
|
|
|
20 For details about this tool, please go to http://snpeff.sourceforge.net/SnpSift.html#annotate
|
|
|
21
|
|
|
22 </help>
|
|
|
23 </tool>
|
|
|
24
|