comparison tool_dependencies.xml @ 31:69f43f4144df

Use latest version of riboplot from PyPI (0.2.2)
author Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
date Fri, 30 Oct 2015 10:01:30 +0000
parents b26c8f3b5aa6
children 42fe64cac818
comparison
equal deleted inserted replaced
30:b26c8f3b5aa6 31:69f43f4144df
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="riboplot" version="0.2.1"> 3 <package name="riboplot" version="0.2.2">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="setup_virtualenv">riboplot==0.2.1</action> 6 <action type="setup_virtualenv">riboplot==0.2.2</action>
7 <action type="set_environment"> 7 <action type="set_environment">
8 <environment_variable action="set_to" name="RIBOPLOT_PATH">$INSTALL_DIR/venv/bin</environment_variable> 8 <environment_variable action="set_to" name="RIBOPLOT_PATH">$INSTALL_DIR/venv/bin</environment_variable>
9 </action> 9 </action>
10 </actions> 10 </actions>
11 </install> 11 </install>
12 <readme> 12 <readme>
13 Note: RNA coverage requires bedtools installed. 13 Note:
14
15 Matplotlib installation requires freetype headers and libraries installed (libfreetype6-dev on Ubuntu 14.04).
16
17 RNA coverage requires bedtools installed.
14 </readme> 18 </readme>
15 </package> 19 </package>
16 </tool_dependency> 20 </tool_dependency>