0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <set_environment version="1.0">
|
4
|
4 <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR/bin</environment_variable>
|
0
|
5 </set_environment>
|
|
6 <package name="snpEff" version="3.0f">
|
|
7 <install version="1.0">
|
|
8 <actions>
|
7
|
9 <action type="download_by_url">http://sourceforge.net/projects/snpeff/files/snpEff_latest_core.zip</action>
|
4
|
10 <action type="move_file">
|
|
11 <source>SnpSift.jar</source>
|
|
12 <destination>$INSTALL_DIR/bin</destination>
|
|
13 </action>
|
|
14 <action type="move_file">
|
|
15 <source>snpEff.jar</source>
|
|
16 <destination>$INSTALL_DIR/bin</destination>
|
|
17 </action>
|
|
18 <action type="move_directory_files">
|
|
19 <source_directory>scripts</source_directory>
|
|
20 <destination_directory>$INSTALL_DIR/bin</destination_directory>
|
|
21 </action>
|
|
22 <action type="move_file">
|
|
23 <source>snpEff.config</source>
|
|
24 <destination>$INSTALL_DIR/bin</destination>
|
|
25 </action>
|
|
26 <action type="set_environment">
|
6
|
27 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
4
|
28 </action>
|
0
|
29 </actions>
|
|
30 </install>
|
|
31 <readme>
|
|
32 </readme>
|
|
33 </package>
|
|
34
|
|
35 </tool_dependency>
|
|
36
|