Mercurial > repos > iuc > package_anaconda_2_3_0
changeset 0:94d978ebbfd4 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_anaconda_2_3_0 commit e96df94dba60050fa28aaf55b5bb095717a5f260
author | iuc |
---|---|
date | Tue, 22 Dec 2015 17:03:05 -0500 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 36 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Dec 22 17:03:05 2015 -0500 @@ -0,0 +1,36 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="anaconda" version="2.3.0"> + <install version="1.0"> + <actions_group> + <actions os="linux" architecture="x86_64"> + <action type="download_by_url" md5sum="c3100392685b5a62c8509c0588ce9376" target_filename="Anaconda-2.3.0-Linux-x86_64.sh">https://3230d63b5fc54e62148e-c95ac804525aac4b6dba79b00b39d1d3.ssl.cf1.rackcdn.com/Anaconda-2.3.0-Linux-x86_64.sh</action> + <action type="shell_command">bash Anaconda-2.3.0-Linux-x86_64.sh -b -f -p $INSTALL_DIR</action> + </actions> + <actions os="darwin" architecture="x86_64"> + <action type="download_by_url" md5sum="a9c057a22f106748956b708c50f52239" target_filename="Anaconda-2.3.0-MacOSX-x86_64.sh">https://3230d63b5fc54e62148e-c95ac804525aac4b6dba79b00b39d1d3.ssl.cf1.rackcdn.com/Anaconda-2.3.0-MacOSX-x86_64.sh</action> + <action type="shell_command">bash Anaconda-2.3.0-MacOSX-x86_64.sh -b -f -p $INSTALL_DIR</action> + </actions> + <action type="set_environment"> + <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> + <environment_variable action="set_to" name="ANACONDA_ROOT_DIR" >$INSTALL_DIR</environment_variable> + </action> + </actions_group> + </install> + <readme> + <![CDATA[ +This installation recipe installs the Anaconda version 2.3.0 of the Python programming language +version 2.7.10. Anaconda is a completely free Python distribution (including for commercial use +and redistribution). It includes more than 300 of the most popular Python packages for science, +math, engineering, and data analysis. This list of packages is available at +http://docs.continuum.io/anaconda/pkg-docs. + +Care should be taken in using the Anaconda Python environment that is installed by this recipe. +Other recipes should not be used to install additional Python packages into this environment as +doing so will adversely impact reproducibility for tools that depend on this package. Installation +recipes that take advantage of the Anaconda Python environment (but that need additional packages) +should be written as separate, self-contained recipes. + ]]> + </readme> + </package> +</tool_dependency>