annotate tool_dependencies.xml @ 1:c9fbf44a96f7 draft default tip

planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit 8ae28ea5f8b137ff7403efbb968152aa6aae22bf
author chrisd
date Tue, 11 Oct 2016 03:47:35 -0400
parents 6e3417efcef3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6e3417efcef3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit e5dfdf9aa83af409ee99a0259ceb23b305b8f949-dirty
chrisd
parents:
diff changeset
1 <?xml version="1.0"?>
6e3417efcef3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit e5dfdf9aa83af409ee99a0259ceb23b305b8f949-dirty
chrisd
parents:
diff changeset
2 <tool_dependency>
6e3417efcef3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit e5dfdf9aa83af409ee99a0259ceb23b305b8f949-dirty
chrisd
parents:
diff changeset
3 <package name="resistomeanalyzer" version="0.1">
6e3417efcef3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit e5dfdf9aa83af409ee99a0259ceb23b305b8f949-dirty
chrisd
parents:
diff changeset
4 <install version="1.0">
6e3417efcef3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit e5dfdf9aa83af409ee99a0259ceb23b305b8f949-dirty
chrisd
parents:
diff changeset
5 <actions>
6e3417efcef3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit e5dfdf9aa83af409ee99a0259ceb23b305b8f949-dirty
chrisd
parents:
diff changeset
6 <action type="shell_command">git clone --recursive https://github.com/cdeanj/resistomeanalyzer.git</action>
6e3417efcef3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit e5dfdf9aa83af409ee99a0259ceb23b305b8f949-dirty
chrisd
parents:
diff changeset
7 <action type="shell_command">make</action>
6e3417efcef3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit e5dfdf9aa83af409ee99a0259ceb23b305b8f949-dirty
chrisd
parents:
diff changeset
8 <action type="move_file">
6e3417efcef3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit e5dfdf9aa83af409ee99a0259ceb23b305b8f949-dirty
chrisd
parents:
diff changeset
9 <source>resistome</source>
6e3417efcef3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit e5dfdf9aa83af409ee99a0259ceb23b305b8f949-dirty
chrisd
parents:
diff changeset
10 <destination>$INSTALL_DIR/bin</destination>
6e3417efcef3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit e5dfdf9aa83af409ee99a0259ceb23b305b8f949-dirty
chrisd
parents:
diff changeset
11 </action>
6e3417efcef3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit e5dfdf9aa83af409ee99a0259ceb23b305b8f949-dirty
chrisd
parents:
diff changeset
12 <action type="set_environment">
6e3417efcef3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit e5dfdf9aa83af409ee99a0259ceb23b305b8f949-dirty
chrisd
parents:
diff changeset
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
6e3417efcef3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit e5dfdf9aa83af409ee99a0259ceb23b305b8f949-dirty
chrisd
parents:
diff changeset
14 </action>
6e3417efcef3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit e5dfdf9aa83af409ee99a0259ceb23b305b8f949-dirty
chrisd
parents:
diff changeset
15 </actions>
6e3417efcef3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit e5dfdf9aa83af409ee99a0259ceb23b305b8f949-dirty
chrisd
parents:
diff changeset
16 </install>
6e3417efcef3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit e5dfdf9aa83af409ee99a0259ceb23b305b8f949-dirty
chrisd
parents:
diff changeset
17 <readme>Compiling resistome_analyzer requires a C++ compiler</readme>
6e3417efcef3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit e5dfdf9aa83af409ee99a0259ceb23b305b8f949-dirty
chrisd
parents:
diff changeset
18 </package>
6e3417efcef3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit e5dfdf9aa83af409ee99a0259ceb23b305b8f949-dirty
chrisd
parents:
diff changeset
19 </tool_dependency>