annotate tool_dependencies.xml @ 0:4890592e10f8 draft default tip

Uploaded
author saket-choudhary
date Mon, 01 Sep 2014 18:31:02 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
1 <?xml version='1.0' encoding='utf-8'?>
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
2 <tool_dependency>
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
3 <package name="beautifulsoup4" version="4.1.0">
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
4 <readme>
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
5 This Galaxy Tool shed package installs python-bs4(http://www.crummy.com/software/BeautifulSoup/bs4/doc)
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
6 package.
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
7
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
8 The corresponding PYTHONPATH is accessible via PYTHONPATH_BEAUTIFULSOUP4
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
9
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
10 Developmental version is hosted on Github: https://github.com/saketkc/galaxy_tools/packages/package_beautifulsoup4_4_1_0/
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
11 </readme>
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
12 <install version="1.0">
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
13 <actions>
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
14 <action type="download_by_url">http://www.crummy.com/software/BeautifulSoup/bs4/download/4.0/beautifulsoup4-4.1.0.tar.gz</action>
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
15 <action type="make_directory">$INSTALL_DIR/lib/python</action>
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
16 <action type="shell_command">
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
17 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
18 python setup.py install --install-lib $INSTALL_DIR/lib/python
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
19 </action>
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
20 <action type="set_environment">
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
21 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
22 <environment_variable action="set_to" name="PYTHONPATH_BEAUTIFULSOUP4">$INSTALL_DIR/lib/python</environment_variable>
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
23 </action>
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
24 </actions>
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
25 </install>
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
26 </package>
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
27 </tool_dependency>
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
28
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
29
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
30
4890592e10f8 Uploaded
saket-choudhary
parents:
diff changeset
31