Mercurial > repos > fabio > gdcwebapp
view tool_dependencies.xml @ 41:7f55f83f72da draft
Deleted selected files
author | fabio |
---|---|
date | Wed, 14 Jun 2017 18:02:34 -0400 |
parents | 94fb18e41385 |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="python" version="2.7.10"> <repository changeset_revision="bd7165ea6526" name="package_python_2_7_10" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" /> </package> <package name="galaxy_json_collect_data_source" version="1.0.0"> <install version="1.0"> <actions> <action sha256sum="c3035964913a8bfe4f196b133f9cde38bf220b97018737a4b761acc95ebf4e1e" target_filename="json_collect_data_source.py" type="download_by_url">https://raw.githubusercontent.com/fabio-cumbo/galaxy-json-collect-data-source/master/json_collect_data_source.py</action> <action type="move_file"> <source>json_collect_data_source.py</source> <destination>$INSTALL_DIR/bin</destination> </action> <action type="chmod"> <file mode="755">$INSTALL_DIR/bin/json_collect_data_source.py</file> </action> <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> </action> </actions> </install> <readme> This tool is able to receive multiple datasets (optionally with their metadata) in a single query. It allows to handle archives (gz, bz2, tar, and zip) organizing their content in a collection. </readme> </package> </tool_dependency>