Mercurial > repos > chrisd > resistome_analyzer
annotate tool_dependencies.xml @ 17:a54c93a53507 draft default tip
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit 20f9d075eda4871b5ece73daa8705d4a6a27bb34
author | chrisd |
---|---|
date | Sun, 09 Oct 2016 06:15:43 -0400 |
parents | fce9a55cb059 |
children |
rev | line source |
---|---|
0
c590e36e113c
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit d70c0260c1b03b3f27c18b4b6f31b5122a2c01c3
chrisd
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
c590e36e113c
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit d70c0260c1b03b3f27c18b4b6f31b5122a2c01c3
chrisd
parents:
diff
changeset
|
2 <tool_dependency> |
1
fce9a55cb059
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit f0506b0a0b4a4366ab8ac96538af9c09b77a25ca
chrisd
parents:
0
diff
changeset
|
3 <package name="resistomeanalyzer" version="0.1"> |
0
c590e36e113c
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit d70c0260c1b03b3f27c18b4b6f31b5122a2c01c3
chrisd
parents:
diff
changeset
|
4 <install version="1.0"> |
c590e36e113c
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit d70c0260c1b03b3f27c18b4b6f31b5122a2c01c3
chrisd
parents:
diff
changeset
|
5 <actions> |
c590e36e113c
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit d70c0260c1b03b3f27c18b4b6f31b5122a2c01c3
chrisd
parents:
diff
changeset
|
6 <action type="shell_command">git clone --recursive https://github.com/cdeanj/resistomeanalyzer.git</action> |
c590e36e113c
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit d70c0260c1b03b3f27c18b4b6f31b5122a2c01c3
chrisd
parents:
diff
changeset
|
7 <action type="shell_command">make</action> |
c590e36e113c
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit d70c0260c1b03b3f27c18b4b6f31b5122a2c01c3
chrisd
parents:
diff
changeset
|
8 <action type="move_file"> |
c590e36e113c
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit d70c0260c1b03b3f27c18b4b6f31b5122a2c01c3
chrisd
parents:
diff
changeset
|
9 <source>resistome</source> |
c590e36e113c
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit d70c0260c1b03b3f27c18b4b6f31b5122a2c01c3
chrisd
parents:
diff
changeset
|
10 <destination>$INSTALL_DIR/bin</destination> |
c590e36e113c
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit d70c0260c1b03b3f27c18b4b6f31b5122a2c01c3
chrisd
parents:
diff
changeset
|
11 </action> |
c590e36e113c
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit d70c0260c1b03b3f27c18b4b6f31b5122a2c01c3
chrisd
parents:
diff
changeset
|
12 <action type="set_environment"> |
c590e36e113c
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit d70c0260c1b03b3f27c18b4b6f31b5122a2c01c3
chrisd
parents:
diff
changeset
|
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |
c590e36e113c
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit d70c0260c1b03b3f27c18b4b6f31b5122a2c01c3
chrisd
parents:
diff
changeset
|
14 </action> |
c590e36e113c
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit d70c0260c1b03b3f27c18b4b6f31b5122a2c01c3
chrisd
parents:
diff
changeset
|
15 </actions> |
c590e36e113c
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit d70c0260c1b03b3f27c18b4b6f31b5122a2c01c3
chrisd
parents:
diff
changeset
|
16 </install> |
c590e36e113c
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit d70c0260c1b03b3f27c18b4b6f31b5122a2c01c3
chrisd
parents:
diff
changeset
|
17 <readme>Compiling resistome_analyzer requires a C++ compiler</readme> |
c590e36e113c
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit d70c0260c1b03b3f27c18b4b6f31b5122a2c01c3
chrisd
parents:
diff
changeset
|
18 </package> |
c590e36e113c
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit d70c0260c1b03b3f27c18b4b6f31b5122a2c01c3
chrisd
parents:
diff
changeset
|
19 </tool_dependency> |