Mercurial > repos > iuc > package_galaxy_json_data_source
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:5ea54764a6b9 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="python" version="2.7.10"> | |
4 <repository changeset_revision="0339c4a9b87b" name="package_python_2_7_10" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <package name="galaxy_json_data_source" version="1.0.0"> | |
7 <install version="1.0"> | |
8 <actions> | |
9 <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> | |
10 <action type="move_file"> | |
11 <source>json_data_source.py</source> | |
12 <destination>$INSTALL_DIR/bin</destination> | |
13 </action> | |
14 <action type="chmod"> | |
15 <file mode="755">$INSTALL_DIR/bin/json_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, 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. | |
24 </readme> | |
25 </package> | |
26 </tool_dependency> |