comparison tool_dependencies.xml @ 25:80d8e91e8b46

Attempt 2 using virtualenv
author Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
date Tue, 01 Sep 2015 17:12:59 +0100
parents 278d6aef2d7d
children 4b1254319802
comparison
equal deleted inserted replaced
24:278d6aef2d7d 25:80d8e91e8b46
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="setup_virtualenv"> 6 <action type="setup_virtualenv">riboplot==0.1.0</action>
7 <package>https://pypi.python.org/packages/source/r/riboplot/riboplot-0.1.0.tar.gz#md5=047c7af90f7dbb1638158810a2960174</package>
8 </action>
9 </actions> 7 </actions>
10 </install> 8 </install>
11 <readme> 9 <readme>
12 Note: RNA coverage requires bedtools installed. 10 Note: RNA coverage requires bedtools installed.
13 </readme> 11 </readme>