Mercurial > repos > rnateam > mafft
annotate tool_dependencies.xml @ 4:f0606dfd5195 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 9d8962636c9b7e9370770ce343de332201ff9fe3-dirty
author | rnateam |
---|---|
date | Tue, 23 Feb 2016 07:28:36 -0500 |
parents | a4e086689fae |
children |
rev | line source |
---|---|
0
a4e086689fae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 1fc2105007248c6b9460c0f3a98e6589477d0b13
rnateam
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
a4e086689fae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 1fc2105007248c6b9460c0f3a98e6589477d0b13
rnateam
parents:
diff
changeset
|
2 <tool_dependency> |
a4e086689fae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 1fc2105007248c6b9460c0f3a98e6589477d0b13
rnateam
parents:
diff
changeset
|
3 <package name="mafft" version="7.221"> |
a4e086689fae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 1fc2105007248c6b9460c0f3a98e6589477d0b13
rnateam
parents:
diff
changeset
|
4 <install version="1.0"> |
a4e086689fae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 1fc2105007248c6b9460c0f3a98e6589477d0b13
rnateam
parents:
diff
changeset
|
5 <actions> |
a4e086689fae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 1fc2105007248c6b9460c0f3a98e6589477d0b13
rnateam
parents:
diff
changeset
|
6 <action type="download_by_url">https://raw.githubusercontent.com/bgruening/download_store/master/MAFFT/mafft-7.221-with-extensions-src.tgz</action> |
a4e086689fae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 1fc2105007248c6b9460c0f3a98e6589477d0b13
rnateam
parents:
diff
changeset
|
7 <action type="change_directory">./core</action> |
a4e086689fae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 1fc2105007248c6b9460c0f3a98e6589477d0b13
rnateam
parents:
diff
changeset
|
8 <action type="shell_command">sed -i "s|\(PREFIX = \).*$|\1$INSTALL_DIR|" Makefile</action> |
a4e086689fae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 1fc2105007248c6b9460c0f3a98e6589477d0b13
rnateam
parents:
diff
changeset
|
9 <action type="shell_command">make clean; make; make install</action> |
a4e086689fae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 1fc2105007248c6b9460c0f3a98e6589477d0b13
rnateam
parents:
diff
changeset
|
10 <action type="change_directory">../extensions</action> |
a4e086689fae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 1fc2105007248c6b9460c0f3a98e6589477d0b13
rnateam
parents:
diff
changeset
|
11 <action type="shell_command">sed -i "s|\(PREFIX = \).*$|\1$INSTALL_DIR|" Makefile</action> |
a4e086689fae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 1fc2105007248c6b9460c0f3a98e6589477d0b13
rnateam
parents:
diff
changeset
|
12 <action type="shell_command">make clean; make; make install</action> |
a4e086689fae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 1fc2105007248c6b9460c0f3a98e6589477d0b13
rnateam
parents:
diff
changeset
|
13 <action type="set_environment"> |
a4e086689fae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 1fc2105007248c6b9460c0f3a98e6589477d0b13
rnateam
parents:
diff
changeset
|
14 <environment_variable name="MAFFT_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> |
a4e086689fae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 1fc2105007248c6b9460c0f3a98e6589477d0b13
rnateam
parents:
diff
changeset
|
15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |
a4e086689fae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 1fc2105007248c6b9460c0f3a98e6589477d0b13
rnateam
parents:
diff
changeset
|
16 </action> |
a4e086689fae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 1fc2105007248c6b9460c0f3a98e6589477d0b13
rnateam
parents:
diff
changeset
|
17 </actions> |
a4e086689fae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 1fc2105007248c6b9460c0f3a98e6589477d0b13
rnateam
parents:
diff
changeset
|
18 </install> |
a4e086689fae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 1fc2105007248c6b9460c0f3a98e6589477d0b13
rnateam
parents:
diff
changeset
|
19 <readme> |
a4e086689fae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 1fc2105007248c6b9460c0f3a98e6589477d0b13
rnateam
parents:
diff
changeset
|
20 </readme> |
a4e086689fae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 1fc2105007248c6b9460c0f3a98e6589477d0b13
rnateam
parents:
diff
changeset
|
21 </package> |
a4e086689fae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 1fc2105007248c6b9460c0f3a98e6589477d0b13
rnateam
parents:
diff
changeset
|
22 </tool_dependency> |