annotate tool_dependencies.xml @ 1:c05e29a21f10 draft default tip

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