Mercurial > repos > lparsons > rseqc_dev3
comparison tool_dependencies.xml @ 0:f85fac5a4dce draft
Import from BitBucket tip
| author | lparsons |
|---|---|
| date | Mon, 07 Oct 2013 14:36:38 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:f85fac5a4dce |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="R" version="3.0.1"> | |
| 4 <repository changeset_revision="e16e08f41ed7" name="package_r_3_0_1" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | |
| 5 </package> | |
| 6 <package name="numpy" version="1.7.1"> | |
| 7 <repository changeset_revision="f0490401cfff" name="package_numpy_1_7" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | |
| 8 </package> | |
| 9 <package name="rseqc" version="2.3.7"> | |
| 10 <install version="1.0"> | |
| 11 <actions> | |
| 12 <action type="download_by_url">http://sourceforge.net/projects/rseqc/files/RSeQC-2.3.7.tar.gz</action> | |
| 13 <action type="shell_command">python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action> | |
| 14 <action type="set_environment"> | |
| 15 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | |
| 16 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
| 17 </action> | |
| 18 </actions> | |
| 19 </install> | |
| 20 <readme> | |
| 21 RSeQC version 2.3.7, documentation available at http://dldcc-web.brc.bcm.edu/lilab/liguow/CGI/rseqc/_build/html/index.html. | |
| 22 Requires gcc and python. | |
| 23 </readme> | |
| 24 </package> | |
| 25 | |
| 26 </tool_dependency> |
