comparison tool_dependencies.xml @ 0:3be0b4c0dd04 draft default tip

Uploaded
author galaxyp
date Mon, 13 May 2013 13:34:26 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:3be0b4c0dd04
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="snpEff" version="3.2">
4 <install version="1.0">
5 <actions>
6 <action type="download_by_url">http://sourceforge.net/projects/snpeff/files/snpEff_v3_2_core.zip</action>
7 <action type="move_directory_files">
8 <source_directory>.</source_directory>
9 <destination_directory>$INSTALL_DIR</destination_directory>
10 </action>
11 <action type="set_environment">
12 <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable>
13 </action>
14 <action type="set_environment">
15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/scripts</environment_variable>
16 </action>
17 </actions>
18 </install>
19 <readme>
20 </readme>
21 </package>
22 </tool_dependency>
23