comparison tool_dependencies.xml @ 0:c07c403fc470

Uploaded
author jjohnson
date Thu, 17 Jan 2013 16:31:12 -0500
parents
children 192a236898f5
comparison
equal deleted inserted replaced
-1:000000000000 0:c07c403fc470
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="snpEff" version="3.1">
4 <install version="1.0">
5 <actions>
6 <action type="download_by_url">http://sourceforge.net/projects/snpeff/files/snpEff_v3_1_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