Mercurial > repos > yhoogstrate > package_fuma_2_7_1
comparison tool_dependencies.xml @ 0:71c75e0d0966 draft default tip
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/package_fuma_2_7_1 commit a88597518f3715c0b22283f6f31757205efcb8d0-dirty
| author | yhoogstrate |
|---|---|
| date | Mon, 01 Jun 2015 05:09:45 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:71c75e0d0966 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="htseq" version="0.6.1"> | |
| 4 <repository changeset_revision="025da27a2bb2" name="package_htseq_0_6" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
| 5 </package> | |
| 6 | |
| 7 <package name="fuma" version="2.7.1"> | |
| 8 <install version="1.0"> | |
| 9 <actions> | |
| 10 <action type="set_environment_for_install"> | |
| 11 <repository changeset_revision="025da27a2bb2" name="package_htseq_0_6" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | |
| 12 <package name="htseq" version="0.6.1" /> | |
| 13 </repository> | |
| 14 </action> | |
| 15 | |
| 16 <action type="make_directory">$INSTALL_DIR/lib/python</action> | |
| 17 <action type="make_directory">$INSTALL_DIR/lib64/python</action> | |
| 18 | |
| 19 <action type="shell_command"> | |
| 20 git clone https://github.com/yhoogstrate/fuma.git fuma && | |
| 21 cd fuma && | |
| 22 git reset --hard 3d9a0532209d4ad10283cac324788b4fecfd2675 && | |
| 23 | |
| 24 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python && | |
| 25 python setup.py build && | |
| 26 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin | |
| 27 </action> | |
| 28 | |
| 29 <action type="set_environment"> | |
| 30 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python</environment_variable> | |
| 31 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
| 32 </action> | |
| 33 </actions> | |
| 34 </install> | |
| 35 <readme> | |
| 36 Downloads and installs FuMa. Prerequisites: | |
| 37 - git | |
| 38 </readme> | |
| 39 </package> | |
| 40 </tool_dependency> |
