0
|
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">cp -rp * $INSTALL_DIR/dist/</action>
|
|
12 </actions>
|
|
13 </install>
|
|
14 <readme>
|
|
15 </readme>
|
|
16 </package>
|
|
17
|
|
18 </tool_dependency>
|
|
19
|