comparison tool_dependencies.xml @ 30:b5d2f575ccb6

Uploaded
author nilesh
date Thu, 11 Jul 2013 12:33:27 -0400
parents 907d4b021ff6
children cc5eaa9376d8
comparison
equal deleted inserted replaced
29:907d4b021ff6 30:b5d2f575ccb6
43 <install version = "1.0"> 43 <install version = "1.0">
44 <actions> 44 <actions>
45 <action type="download_by_url">http://sourceforge.net/projects/rseqc/files/RSeQC-2.3.7.tar.gz</action> 45 <action type="download_by_url">http://sourceforge.net/projects/rseqc/files/RSeQC-2.3.7.tar.gz</action>
46 <action type="shell_command">python setup.py install --root $INSTALL_DIR/lib/rseqc</action> 46 <action type="shell_command">python setup.py install --root $INSTALL_DIR/lib/rseqc</action>
47 <action type="set_environment"> 47 <action type="set_environment">
48 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/rseqc/usr/local/lib/python2.7/site-packages 48 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/rseqc/usr/local/lib/python2.7/site-packages</environment_variable>
49 </action> 49 </action>
50 <action type="set_environment"> 50 <action type="set_environment">
51 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/lib/rseqc/usr/local/bin</environment_variable> 51 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/lib/rseqc/usr/local/bin</environment_variable>
52 </action> 52 </action>
53 </actions> 53 </actions>