Mercurial > repos > iuc > package_htseq_0_6
annotate tool_dependencies.xml @ 19:25da74c1ff6d draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_htseq_0_6 commit bd736b6361ba659a1251dd1a1a05f7e3b633bdf5
| author | iuc |
|---|---|
| date | Tue, 22 Dec 2015 19:19:46 -0500 |
| parents | 0d05080e2809 |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 3 <package name="numpy" version="1.7.1"> | |
|
18
0d05080e2809
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_htseq_0_6 commit e6f0b88b7a59f0a10827fd55436b137b13cd1921
iuc
parents:
17
diff
changeset
|
4 <repository changeset_revision="5c489d2d630b" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 0 | 5 </package> |
| 6 <package name="matplotlib" version="1.2.1"> | |
|
19
25da74c1ff6d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_htseq_0_6 commit bd736b6361ba659a1251dd1a1a05f7e3b633bdf5
iuc
parents:
18
diff
changeset
|
7 <repository changeset_revision="de13f10b590f" name="package_matplotlib_1_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 0 | 8 </package> |
| 9 <package name="htseq" version="0.6.1"> | |
| 10 <install version="1.0"> | |
| 11 <actions> | |
| 12 <action type="download_by_url">https://pypi.python.org/packages/source/H/HTSeq/HTSeq-0.6.1.tar.gz</action> | |
| 13 <action type="set_environment_for_install"> | |
|
18
0d05080e2809
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_htseq_0_6 commit e6f0b88b7a59f0a10827fd55436b137b13cd1921
iuc
parents:
17
diff
changeset
|
14 <repository changeset_revision="5c489d2d630b" name="package_numpy_1_7" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 0 | 15 <package name="numpy" version="1.7.1" /> |
| 16 </repository> | |
|
19
25da74c1ff6d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_htseq_0_6 commit bd736b6361ba659a1251dd1a1a05f7e3b633bdf5
iuc
parents:
18
diff
changeset
|
17 <repository changeset_revision="de13f10b590f" name="package_matplotlib_1_2" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 0 | 18 <package name="matplotlib" version="1.2.1" /> |
| 19 </repository> | |
| 20 </action> | |
| 21 <action type="make_directory">$INSTALL_DIR/lib/python</action> | |
| 22 <action type="shell_command"> | |
| 4 | 23 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && |
| 0 | 24 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action> |
| 25 <action type="set_environment"> | |
| 26 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | |
| 27 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
| 3 | 28 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> |
| 29 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> | |
| 30 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_MATPLOTLIB]</environment_variable> | |
| 0 | 31 <environment_variable action="set_to" name="HTSEQ_ROOT_PATH">$INSTALL_DIR</environment_variable> |
| 32 </action> | |
| 33 </actions> | |
| 34 </install> | |
| 35 <readme> | |
| 36 Installation of htseq. The installation can be accessed via HTSEQ_ROOT_PATH. | |
| 37 https://pypi.python.org/pypi/HTSeq | |
| 38 </readme> | |
| 39 </package> | |
| 40 </tool_dependency> |
