comparison tool_dependencies.xml @ 35:de451be99b93

Use latest version of riboplot from PyPI (0.2.3)
author Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
date Tue, 24 Nov 2015 12:03:37 +0000
parents 1cafe3494b3a
children 3985e058fd63
comparison
equal deleted inserted replaced
34:1cafe3494b3a 35:de451be99b93
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="riboplot" version="0.2.2"> 3 <package name="riboplot" version="0.2.3">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="setup_virtualenv">riboplot==0.2.2</action> 6 <action type="setup_virtualenv">riboplot==0.2.3</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>