comparison tool_dependencies.xml @ 3:458d28b65750

Correct name for tool_dependencies.xml
author Jim Johnson <jj@umn.edu>
date Fri, 14 Sep 2012 07:26:01 -0500
parents tool_dependency.xml@5248f48fa4ee
children ceaa79a5ee16
comparison
equal deleted inserted replaced
2:5248f48fa4ee 3:458d28b65750
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <set_environment version="1.0">
4 <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR/dist</environment_variable>
5 </set_environment>
6 <package name="snpEff" version="3.0f">
7 <install version="1.0">
8 <actions>
9 <action type="download_by_url">http://sourceforge.net/projects/snpeff/files/snpEff_latest_core.zip/download</action>
10 <action type="shell_command">mkdir -p $INSTALL_DIR/dist/</action>
11 <action type="shell_command">pwd</action>
12 <action type="shell_command">ls</action>
13 <action type="shell_command">cp -rp * $INSTALL_DIR/dist/</action>
14 </actions>
15 </install>
16 <readme>
17 </readme>
18 </package>
19
20 </tool_dependency>
21