Mercurial > repos > chrisd > resistome_analyzer
annotate tool_dependencies.xml @ 0:c590e36e113c draft
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit d70c0260c1b03b3f27c18b4b6f31b5122a2c01c3
| author | chrisd |
|---|---|
| date | Sun, 09 Oct 2016 03:54:57 -0400 |
| parents | |
| children | fce9a55cb059 |
| 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> |
|
c590e36e113c
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit d70c0260c1b03b3f27c18b4b6f31b5122a2c01c3
chrisd
parents:
diff
changeset
|
3 <package name="resistome_analyzer" version="0.1"> |
|
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> |
