1
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="KronaTools" version="2.2">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
|
6 <action type="download_by_url">http://sourceforge.net/projects/krona/files/KronaTools%20%28Mac%2C%20Linux%29/KronaTools-2.2.tar</action>
|
|
7 <!-- Instaead of $INSTALL_DIR/ this could be in a data dir -->
|
|
8 <action type="make_directory">$INSTALL_DIR/taxonomy</action>
|
|
9 <action type="shell_command">perl install.pl --prefix $INSTALL_DIR --taxonomy $INSTALL_DIR/taxonomy</action>
|
|
10 <action type="shell_command">./updateTaxonomy.sh</action>
|
|
11 <!-- copy javascript to galaxy/static/krona/ dir
|
|
12 <action type="shell_command">./deployResources.sh /static/krona</action>
|
|
13 -->
|
|
14 <action type="set_environment">
|
|
15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
16 </action>
|
|
17 </actions>
|
|
18 </install>
|
|
19 <readme>http://sourceforge.net/p/krona/home/krona/</readme>
|
|
20 </package>
|
|
21 </tool_dependency>
|