annotate tool_dependencies.xml @ 2:5f0f9a9b59e3 draft

Add package reqguirement for KronaTools
author Jim Johnson <jj@umn.edu>
date Mon, 29 Oct 2012 14:10:07 -0500
parents 53258f6dddd3
children 3398919bc103
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
53258f6dddd3 Add tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
1 <?xml version="1.0"?>
53258f6dddd3 Add tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
2 <tool_dependency>
53258f6dddd3 Add tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
3 <package name="KronaTools" version="2.2">
53258f6dddd3 Add tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
4 <install version="1.0">
53258f6dddd3 Add tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
5 <actions>
53258f6dddd3 Add tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
6 <action type="download_by_url">http://sourceforge.net/projects/krona/files/KronaTools%20%28Mac%2C%20Linux%29/KronaTools-2.2.tar</action>
53258f6dddd3 Add tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
7 <!-- Instaead of $INSTALL_DIR/ this could be in a data dir -->
53258f6dddd3 Add tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
8 <action type="make_directory">$INSTALL_DIR/taxonomy</action>
53258f6dddd3 Add tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
9 <action type="shell_command">perl install.pl --prefix $INSTALL_DIR --taxonomy $INSTALL_DIR/taxonomy</action>
53258f6dddd3 Add tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
10 <action type="shell_command">./updateTaxonomy.sh</action>
53258f6dddd3 Add tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
11 <!-- copy javascript to galaxy/static/krona/ dir
53258f6dddd3 Add tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
12 <action type="shell_command">./deployResources.sh /static/krona</action>
53258f6dddd3 Add tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
13 -->
53258f6dddd3 Add tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
14 <action type="set_environment">
53258f6dddd3 Add tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
53258f6dddd3 Add tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
16 </action>
53258f6dddd3 Add tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
17 </actions>
53258f6dddd3 Add tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
18 </install>
53258f6dddd3 Add tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
19 <readme>http://sourceforge.net/p/krona/home/krona/</readme>
53258f6dddd3 Add tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
20 </package>
53258f6dddd3 Add tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
21 </tool_dependency>