Mercurial > repos > iracooke > galaxy_protk
diff tool_dependencies.xml @ 2:c25df71f7b68 default tip
Update to protk 1.2.2
author | Ira Cooke <iracooke@gmail.com> |
---|---|
date | Sun, 09 Jun 2013 08:13:09 -0500 |
parents | dac478a72c1d |
children |
line wrap: on
line diff
--- a/tool_dependencies.xml Mon Mar 04 23:52:21 2013 -0500 +++ b/tool_dependencies.xml Sun Jun 09 08:13:09 2013 -0500 @@ -1,10 +1,10 @@ <?xml version="1.0"?> <tool_dependency> - <package name="galaxy_protk" version="1.2.0"> + <package name="galaxy_protk" version="1.2.2"> <install version="1.0"> <actions> <action type="download_by_url">https://dl.dropbox.com/u/226794/galaxy_protk.tar.gz</action> - <action type="shell_command">sh install_protk.sh 1.2.0</action> + <action type="shell_command">sh install_protk.sh 1.2.2</action> <action type="move_file"> <source>install_protk.sh</source> <destination>$INSTALL_DIR</destination> @@ -18,12 +18,7 @@ <readme> This package installs the protk rubygem which provides facilities for running various proteomics tools via galaxy. - Installation of this package requires that you have the following packages (or equivalents) installed gcc g++ patch zlib zlib-devel libyaml-devel libffi-devel openssl-devel make bzip2 autoconf automake libtool bison iconv-devel libxml2 libxml2-devel zlib zlib-devel bzip2 make - For more about protk see https://bitbucket.org/iracooke/protk - - In order to install ruby and the protk rubygem this package will install rvm (http://rvm.io) to the home directory of your galaxy user at ~/.rvm (if rvm is not already installed). - The protk rubygem is installed in its own gemset and will not interfere with other ruby installations or ruby gems </readme> </package> -</tool_dependency> \ No newline at end of file +</tool_dependency>