comparison tool_dependencies.xml @ 24:278d6aef2d7d

Attempt using a virtualenv
author Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
date Tue, 01 Sep 2015 17:00:21 +0100
parents 787ee2d925bb
children 80d8e91e8b46
comparison
equal deleted inserted replaced
23:787ee2d925bb 24:278d6aef2d7d
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="riboplot" version="0.1.0"> 3 <package name="riboplot" version="0.1.0">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">https://pypi.python.org/packages/source/r/riboplot/riboplot-0.1.0.tar.gz</action> 6 <action type="setup_virtualenv">
7 <action type="make_directory">$INSTALL_DIR/lib/python</action> 7 <package>https://pypi.python.org/packages/source/r/riboplot/riboplot-0.1.0.tar.gz#md5=047c7af90f7dbb1638158810a2960174</package>
8 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action>
9 <action type="set_environment">
10 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
11 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
12 <environment_variable action="set_to" name="RIBOPLOT_PATH">$INSTALL_DIR</environment_variable>
13 </action> 8 </action>
14 </actions> 9 </actions>
15 </install> 10 </install>
16 <readme> 11 <readme>
17 Requires installation of matplotlib 1.3.1 and pysam 0.8.3. RNA coverage requires bedtools installed. 12 Note: RNA coverage requires bedtools installed.
18 </readme> 13 </readme>
19 </package> 14 </package>
20 </tool_dependency> 15 </tool_dependency>