Mercurial > repos > iuc > package_rnashapes_2_1_6
changeset 1:a09d582726fe draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_rnashapes_2_1_6 commit e6f0b88b7a59f0a10827fd55436b137b13cd1921
| author | iuc |
|---|---|
| date | Fri, 09 Oct 2015 04:56:59 -0400 |
| parents | dedc05ca43be |
| children | |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Mon Apr 06 16:08:10 2015 -0400 +++ b/tool_dependencies.xml Fri Oct 09 04:56:59 2015 -0400 @@ -5,7 +5,7 @@ <actions_group> <!-- Download the binaries for RNAshapes compatible with 32-bit OSX. --> <actions os="darwin" architecture="i386"> - <action type="download_by_url">http://bibiserv.techfak.uni-bielefeld.de/spool/download/bibiserv_1383039523_10840/RNAshapes-2.1.6-osx.tar.gz</action> + <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/RNAshapes/RNAshapes-2.1.6-osx.tar.gz</action> <action type="move_file"> <source>RNAshapes</source> <destination>$INSTALL_DIR/bin/</destination> @@ -13,7 +13,7 @@ </actions> <!-- Download the binaries for RNAshapes compatible with 32-bit Linux (i386). --> <actions os="linux" architecture="i386"> - <action type="download_by_url">http://bibiserv.techfak.uni-bielefeld.de/spool/download/bibiserv_1383039480_10830/RNAshapes-2.1.6-i386-linux.tar.gz</action> + <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/RNAshapes/RNAshapes-2.1.6-i386-linux.tar.gz</action> <action type="move_file"> <source>RNAshapes</source> <destination>$INSTALL_DIR/bin/</destination> @@ -21,7 +21,7 @@ </actions> <!-- Download the binaries for RNAshapes compatible with 32-bit Linux (i686). --> <actions os="linux" architecture="i686"> - <action type="download_by_url">http://bibiserv.techfak.uni-bielefeld.de/spool/download/bibiserv_1383039480_10830/RNAshapes-2.1.6-i386-linux.tar.gz</action> + <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/RNAshapes/RNAshapes-2.1.6-i386-linux.tar.gz</action> <action type="move_file"> <source>RNAshapes</source> <destination>$INSTALL_DIR/bin/</destination> @@ -29,7 +29,7 @@ </actions> <!-- This actions tag is only processed if none of the above tags resulted in a successful installation. --> <actions> - <action type="download_by_url">http://bibiserv.techfak.uni-bielefeld.de/spool/download/bibiserv_1383039313_10782/RNAshapes-2.1.6.tar.gz</action> + <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/RNAshapes/RNAshapes-2.1.6.tar.gz</action> <action type="autoconf" /> </actions> <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. -->
