Mercurial > repos > iuc > package_muscle_3_8_31
comparison tool_dependencies.xml @ 1:11e44e86927b draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_muscle_3_8_31 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
author | iuc |
---|---|
date | Fri, 17 Jul 2015 10:39:39 -0400 |
parents | 8f20b47725d8 |
children |
comparison
equal
deleted
inserted
replaced
0:8f20b47725d8 | 1:11e44e86927b |
---|---|
5 <actions_group> | 5 <actions_group> |
6 <!-- Download the binaries for MUSCLE compatible with 64-bit OSX. --> | 6 <!-- Download the binaries for MUSCLE compatible with 64-bit OSX. --> |
7 <actions os="darwin" architecture="x86_64"> | 7 <actions os="darwin" architecture="x86_64"> |
8 <action type="download_by_url">http://www.drive5.com/muscle/downloads3.8.31/muscle3.8.31_i86darwin64.tar.gz</action> | 8 <action type="download_by_url">http://www.drive5.com/muscle/downloads3.8.31/muscle3.8.31_i86darwin64.tar.gz</action> |
9 <action type="move_file" rename_to="muscle"> | 9 <action type="move_file" rename_to="muscle"> |
10 <source>../muscle3.8.31_i86darwin64</source> | 10 <source>muscle3.8.31_i86darwin64</source> |
11 <destination>$INSTALL_DIR/muscle</destination> | 11 <destination>$INSTALL_DIR</destination> |
12 </action> | 12 </action> |
13 </actions> | 13 </actions> |
14 <!-- Download the binaries for MUSCLE compatible with 32-bit OSX. --> | 14 <!-- Download the binaries for MUSCLE compatible with 32-bit OSX. --> |
15 <actions os="darwin" architecture="i386"> | 15 <actions os="darwin" architecture="i386"> |
16 <action type="download_by_url">http://www.drive5.com/muscle/downloads3.8.31/muscle3.8.31_i86darwin32.tar.gz</action> | 16 <action type="download_by_url">http://www.drive5.com/muscle/downloads3.8.31/muscle3.8.31_i86darwin32.tar.gz</action> |
37 </actions> | 37 </actions> |
38 <!-- This actions tag is only processed if none of the above tags resulted in a successful installation. --> | 38 <!-- This actions tag is only processed if none of the above tags resulted in a successful installation. --> |
39 <actions> | 39 <actions> |
40 <action type="download_by_url" target_filename="muscle3.8.31.tar.gz">http://www.drive5.com/muscle/downloads3.8.31/muscle3.8.31_src.tar.gz</action> | 40 <action type="download_by_url" target_filename="muscle3.8.31.tar.gz">http://www.drive5.com/muscle/downloads3.8.31/muscle3.8.31_src.tar.gz</action> |
41 <!-- When compiling, need to remove the '-static' linker option from the src/mk file used by src/Makefile --> | 41 <!-- When compiling, need to remove the '-static' linker option from the src/mk file used by src/Makefile --> |
42 <action type="shell_command">sed -i 's/-static//g' src/mk</action> | 42 <action type="shell_command">sed -i.bak -e 's/-static//g' src/mk</action> |
43 <action type="shell_command">make -C src/</action> | 43 <action type="shell_command">make -C src/</action> |
44 <action type="move_file"> | 44 <action type="move_file"> |
45 <source>src/muscle</source> | 45 <source>src/muscle</source> |
46 <destination>$INSTALL_DIR</destination> | 46 <destination>$INSTALL_DIR</destination> |
47 </action> | 47 </action> |
54 </install> | 54 </install> |
55 <readme> | 55 <readme> |
56 Downloads the precompiled 32bit Linux, 64bit Linux, or Mac OS X MUSCLE | 56 Downloads the precompiled 32bit Linux, 64bit Linux, or Mac OS X MUSCLE |
57 binaries, which is faster than performing a local compilation, | 57 binaries, which is faster than performing a local compilation, |
58 avoids any issues with build dependencies, and is more reproducible between | 58 avoids any issues with build dependencies, and is more reproducible between |
59 installations as there is no variability from the compiler or library | 59 installations as there is no variability from the compiler or library |
60 versions. | 60 versions. |
61 If the download attempt fails, compiling MUSCLE from source is attempted. | 61 If the download attempt fails, compiling MUSCLE from source is attempted. |
62 | 62 |
63 For more details, see: | 63 For more details, see: |
64 http://www.drive5.com/muscle/manual/ | 64 http://www.drive5.com/muscle/manual/ |