comparison tool_dependencies.xml @ 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
comparison
equal deleted inserted replaced
0:dedc05ca43be 1:a09d582726fe
3 <package name="rnashapes" version="2.1.6"> 3 <package name="rnashapes" version="2.1.6">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions_group> 5 <actions_group>
6 <!-- Download the binaries for RNAshapes compatible with 32-bit OSX. --> 6 <!-- Download the binaries for RNAshapes compatible with 32-bit OSX. -->
7 <actions os="darwin" architecture="i386"> 7 <actions os="darwin" architecture="i386">
8 <action type="download_by_url">http://bibiserv.techfak.uni-bielefeld.de/spool/download/bibiserv_1383039523_10840/RNAshapes-2.1.6-osx.tar.gz</action> 8 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/RNAshapes/RNAshapes-2.1.6-osx.tar.gz</action>
9 <action type="move_file"> 9 <action type="move_file">
10 <source>RNAshapes</source> 10 <source>RNAshapes</source>
11 <destination>$INSTALL_DIR/bin/</destination> 11 <destination>$INSTALL_DIR/bin/</destination>
12 </action> 12 </action>
13 </actions> 13 </actions>
14 <!-- Download the binaries for RNAshapes compatible with 32-bit Linux (i386). --> 14 <!-- Download the binaries for RNAshapes compatible with 32-bit Linux (i386). -->
15 <actions os="linux" architecture="i386"> 15 <actions os="linux" architecture="i386">
16 <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> 16 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/RNAshapes/RNAshapes-2.1.6-i386-linux.tar.gz</action>
17 <action type="move_file"> 17 <action type="move_file">
18 <source>RNAshapes</source> 18 <source>RNAshapes</source>
19 <destination>$INSTALL_DIR/bin/</destination> 19 <destination>$INSTALL_DIR/bin/</destination>
20 </action> 20 </action>
21 </actions> 21 </actions>
22 <!-- Download the binaries for RNAshapes compatible with 32-bit Linux (i686). --> 22 <!-- Download the binaries for RNAshapes compatible with 32-bit Linux (i686). -->
23 <actions os="linux" architecture="i686"> 23 <actions os="linux" architecture="i686">
24 <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> 24 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/RNAshapes/RNAshapes-2.1.6-i386-linux.tar.gz</action>
25 <action type="move_file"> 25 <action type="move_file">
26 <source>RNAshapes</source> 26 <source>RNAshapes</source>
27 <destination>$INSTALL_DIR/bin/</destination> 27 <destination>$INSTALL_DIR/bin/</destination>
28 </action> 28 </action>
29 </actions> 29 </actions>
30 <!-- This actions tag is only processed if none of the above tags resulted in a successful installation. --> 30 <!-- This actions tag is only processed if none of the above tags resulted in a successful installation. -->
31 <actions> 31 <actions>
32 <action type="download_by_url">http://bibiserv.techfak.uni-bielefeld.de/spool/download/bibiserv_1383039313_10782/RNAshapes-2.1.6.tar.gz</action> 32 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/RNAshapes/RNAshapes-2.1.6.tar.gz</action>
33 <action type="autoconf" /> 33 <action type="autoconf" />
34 </actions> 34 </actions>
35 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. --> 35 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. -->
36 <action type="set_environment"> 36 <action type="set_environment">
37 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 37 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>