comparison tool_dependencies.xml @ 36:94fb18e41385 draft

Uploaded 20170614
author fabio
date Wed, 14 Jun 2017 16:20:06 -0400
parents
children
comparison
equal deleted inserted replaced
35:5c10dbaa9cc5 36:94fb18e41385
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="python" version="2.7.10">
4 <repository changeset_revision="bd7165ea6526" name="package_python_2_7_10" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" />
5 </package>
6 <package name="galaxy_json_collect_data_source" version="1.0.0">
7 <install version="1.0">
8 <actions>
9 <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>
10 <action type="move_file">
11 <source>json_collect_data_source.py</source>
12 <destination>$INSTALL_DIR/bin</destination>
13 </action>
14 <action type="chmod">
15 <file mode="755">$INSTALL_DIR/bin/json_collect_data_source.py</file>
16 </action>
17 <action type="set_environment">
18 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
19 </action>
20 </actions>
21 </install>
22 <readme>
23 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.
24 </readme>
25 </package>
26 </tool_dependency>