Mercurial > repos > yating-l > jbrowse_hub
view tool_dependencies.xml @ 24:a051609fc8b4 draft
planemo upload for repository https://github.com/Yating-L/jbrowse_hub commit e81fecac281f299db00cfc88a068e056b031ae9d-dirty
author | yating-l |
---|---|
date | Tue, 14 Mar 2017 17:03:13 -0400 |
parents | 0e29c929a8ee |
children | daf6a1122200 |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="numpy" version="1.9"> <repository changeset_revision="1e2b7e63dec2" name="package_numpy_1_9" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="biopython" version="1.68"> <readme> This Galaxy Tool Shed package installs Biopython from source, having first installed NumPy which is a build time depencency. This requires and assumes a standard C compiler is already installed, along with the Python header files. Development of this dependency definition is being done here on GitHub: https://github.com/biopython/galaxy_packages The PYTHONPATH for biopython can be accessed through PYTHONPATH_BIOPYTHON. </readme> <install version="1.0"> <actions> <action type="download_by_url">http://biopython.org/DIST/biopython-1.68.tar.gz</action> <action type="set_environment_for_install"> <repository changeset_revision="1e2b7e63dec2" name="package_numpy_1_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="numpy" version="1.9" /> </repository> </action> <action type="make_directory">$INSTALL_DIR/lib/python</action> <action type="shell_command"> export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && export PATH=$PATH:$PATH_NUMPY && export PYTHONPATH=$PYTHONPATH:$PYTHONPATH_NUMPY && python setup.py install --install-lib $INSTALL_DIR/lib/python </action> <action type="set_environment"> <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> <environment_variable action="set_to" name="PYTHONPATH_BIOPYTHON">$INSTALL_DIR/lib/python</environment_variable> </action> </actions> </install> </package> <package name="ucsc_tools_340" version="1.0"> <install version="1.0"> <actions_group> <actions architecture="x86_64" os="linux"> <action type="download_by_url">http://old-gep.wustl.edu/~galaxy/ucsc_tools_340.tar.gz</action> <action type="move_directory_files"> <source_directory>.</source_directory> <destination_directory>$INSTALL_DIR/bin</destination_directory> </action> </actions> <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> </action> </actions_group> </install> <readme>The well known UCSC tools from Jim Kent.</readme> </package> <package name="jbrowse_tools" version="1.12.1"> <install version="1.0"> <actions_group> <actions architecture="x86_64" os="linux"> <action type="download_by_url">http://old-gep.wustl.edu/~galaxy/jbrowse_tools.tar.gz</action> <action type="make_directory">$INSTALL_DIR/jbrowse</action> <action type="move_directory_files"> <source_directory>.</source_directory> <destination_directory>$INSTALL_DIR/jbrowse</destination_directory> </action> </actions> <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/jbrowse</environment_variable> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/jbrowse/bin</environment_variable> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/jbrowse/src</environment_variable> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/jbrowse/extlib</environment_variable> </action> </actions_group> </install> <readme>The perl scripts for converting flat files to json.</readme> </package> </tool_dependency>