Mercurial > repos > jjohnson > snpeff_with_dep
comparison tool_dependency.xml @ 0:388f178f9e13
Uploaded
author | jjohnson |
---|---|
date | Thu, 13 Sep 2012 22:33:33 -0400 |
parents | |
children | 5248f48fa4ee |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:388f178f9e13 |
---|---|
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 |