annotate tool_dependencies.xml @ 0:581d3f7a46d3 draft default tip

Uploaded
author saket-choudhary
date Mon, 06 Oct 2014 13:36:00 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
1 <?xml version='1.0' encoding='utf-8'?>
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
2 <tool_dependency>
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
3 <package name="xlrd" version="0.9.3">
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
4 <readme>
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
5 This Galaxy Tool shed package installs python-xlrd(https://pypi.python.org/pypi/xlrd)
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
6 package.
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
7
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
8 The corresponding PYTHONPATH is accessible via PYTHONPATH_XLRD
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
9
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
10 Developmental version is hosted on Github: https://github.com/saketkc/galaxy_tools/packages/package_xlrd_0_9_3/
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
11 </readme>
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
12 <install version="1.0">
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
13 <actions>
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
14 <action type="download_by_url">https://pypi.python.org/packages/source/x/xlrd/xlrd-0.9.3.tar.gz</action>
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
15 <action type="make_directory">$INSTALL_DIR/lib/python</action>
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
16 <action type="shell_command">
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
17 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
18 python setup.py install --install-lib $INSTALL_DIR/lib/python
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
19 </action>
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
20 <action type="set_environment">
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
21 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
22 <environment_variable action="set_to" name="PYTHONPATH_XLRD">$INSTALL_DIR/lib/python</environment_variable>
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
23 </action>
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
24 </actions>
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
25 </install>
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
26 </package>
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
27 </tool_dependency>
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
28
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
29
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
30
581d3f7a46d3 Uploaded
saket-choudhary
parents:
diff changeset
31