Mercurial > repos > vimalkumarvelayudhan > riboplot
view tool_dependencies.xml @ 32:fc2094c0f355
Update README (notes on matplotlib)
| author | Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com> |
|---|---|
| date | Fri, 30 Oct 2015 10:10:05 +0000 |
| parents | 69f43f4144df |
| children | 42fe64cac818 |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="riboplot" version="0.2.2"> <install version="1.0"> <actions> <action type="setup_virtualenv">riboplot==0.2.2</action> <action type="set_environment"> <environment_variable action="set_to" name="RIBOPLOT_PATH">$INSTALL_DIR/venv/bin</environment_variable> </action> </actions> </install> <readme> Note: Matplotlib installation requires freetype headers and libraries installed (libfreetype6-dev on Ubuntu 14.04). RNA coverage requires bedtools installed. </readme> </package> </tool_dependency>
