Mercurial > repos > iuc > package_galaxy_json_data_source
diff tool_dependencies.xml @ 0:5ea54764a6b9 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_galaxy_json_data_source commit 09fa2b6129e5d156e22b07287b0c3bb61ac41328
author | iuc |
---|---|
date | Tue, 01 Mar 2016 08:52:07 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Mar 01 08:52:07 2016 -0500 @@ -0,0 +1,26 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="python" version="2.7.10"> + <repository changeset_revision="0339c4a9b87b" name="package_python_2_7_10" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" /> + </package> + <package name="galaxy_json_data_source" version="1.0.0"> + <install version="1.0"> + <actions> + <action sha256sum="4cc6538ef6013df9f98e2a067825d5624e19c3a8da319ac047acf347ac3f86a3" target_filename="json_data_source.py" type="download_by_url">https://depot.galaxyproject.org/software/galaxy_json_data_source/galaxy_json_data_source_1.0.0_src_all.py</action> + <action type="move_file"> + <source>json_data_source.py</source> + <destination>$INSTALL_DIR/bin</destination> + </action> + <action type="chmod"> + <file mode="755">$INSTALL_DIR/bin/json_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, when called by another datasource tool, allows that datasource tool to receive multiple datasets, along with their metadata in a single query to an external data source. + </readme> + </package> +</tool_dependency>