0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="vt" version="5c735ab14b5603d9f14da6ee0e63d86ba3779934">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
|
6 <action type="shell_command">git clone --recursive https://github.com/atks/vt.git</action>
|
1
|
7 <action type="shell_command">git reset --hard 53148a95008ce9cdda87322bbd23965ed780ca74</action>
|
0
|
8 <action type="shell_command">make</action>
|
|
9 <action type="move_file">
|
|
10 <source>vt</source>
|
|
11 <destination>$INSTALL_DIR/bin</destination>
|
|
12 </action>
|
|
13 <action type="set_environment">
|
|
14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
15 <environment_variable name="VT_ROOT_PATH" action="set_to">$INSTALL_DIR/bin</environment_variable>
|
|
16 </action>
|
|
17 </actions>
|
|
18 </install>
|
|
19 <readme>
|
|
20 vt is a variant tool set that discovers short variants from Next Generation Sequencing data.
|
|
21 http://genome.sph.umich.edu/wiki/Vt
|
|
22 https://github.com/atks/vt
|
|
23 </readme>
|
|
24 </package>
|
|
25 </tool_dependency>
|
|
26
|
|
27
|
|
28
|