Mercurial > repos > iuc > package_raxml_8_2_4
annotate tool_dependencies.xml @ 0:34be595fd2a9 draft default tip
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
author | iuc |
---|---|
date | Mon, 14 Nov 2016 14:03:20 -0500 |
parents | |
children |
rev | line source |
---|---|
0
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
2 <tool_dependency> |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
3 <package name="raxml" version="8.2.4"> |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
4 <install version="1.0"> |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
5 <actions> |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
6 <!-- Download source code --> |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
7 <action type="download_by_url" sha256sum="e9fa4b3fe790094d832a640edc2b448890237dca0012d509d95be4cd4ef3d83b" target_filename="standard-RAxML-8.2.4.tar.gz">https://github.com/stamatak/standard-RAxML/archive/v8.2.4.tar.gz</action> |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
8 |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
9 <!-- Build raxml --> |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
10 <action type="shell_command">make -f Makefile.PTHREADS.gcc</action> |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
11 <action type="shell_command">make -f Makefile.gcc</action> |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
12 <!-- Install raxml --> |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
13 <action type="move_file"> |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
14 <source>raxmlHPC-PTHREADS</source> |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
15 <destination>$INSTALL_DIR/bin</destination> |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
16 </action> |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
17 <action type="move_file"> |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
18 <source>raxmlHPC</source> |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
19 <destination>$INSTALL_DIR/bin</destination> |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
20 </action> |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
21 |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
22 <!-- Set environment for dependent repositories --> |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
23 <action type="set_environment"> |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
24 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
25 </action> |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
26 </actions> |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
27 </install> |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
28 </package> |
34be595fd2a9
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
29 </tool_dependency> |