Mercurial > repos > lparsons > package_rseqc_2_3_9
comparison tool_dependencies.xml @ 0:367d6fedfe41 draft default tip
Initial upload
| author | lparsons |
|---|---|
| date | Wed, 23 Jul 2014 10:09:18 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:367d6fedfe41 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="rseqc" version="2.3.9"> | |
| 4 <install version = "1.0"> | |
| 5 <actions> | |
| 6 <!-- Not sure why these must be made apriori, but install fails otherwise --> | |
| 7 <action type="download_by_url">http://sourceforge.net/projects/rseqc/files/RSeQC-2.3.9.tar.gz</action> | |
| 8 <action type="make_directory">$INSTALL_DIR/lib/python</action> | |
| 9 <action type="make_directory">$INSTALL_DIR/lib64/python</action> | |
| 10 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action> | |
| 11 <action type="set_environment"> | |
| 12 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable> | |
| 13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
| 14 </action> | |
| 15 </actions> | |
| 16 </install> | |
| 17 <readme> | |
| 18 RSeQC version 2.3.9, documentation available at http://rseqc.sourceforge.net/. | |
| 19 Requires gcc and python 2.7. | |
| 20 </readme> | |
| 21 </package> | |
| 22 </tool_dependency> |
