Mercurial > repos > saket-choudhary > eqtl_tools
annotate tool_dependencies.xml @ 2:c72dac728b06
Adding tool dependency
author | Saket Choudhary<saketkc@gmail.com> |
---|---|
date | Sun, 16 Jun 2013 17:02:23 +0530 |
parents | |
children | 54dddd7b44d0 |
rev | line source |
---|---|
2 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="pygp" version="0.4"> | |
4 <install version="0.4"> | |
5 <actions> | |
6 <action type="setup_virtualenv">panama</action> | |
7 </actions> | |
8 </install> | |
9 <readme> PANAMA installation needs numpy ,scipy, matplotlib, ipython, cython, pandas, pygp. | |
10 Please change the "backend" to "Agg" as "backend: Agg" </readme> | |
11 </package> | |
12 </tool_dependency> | |
13 | |
14 | |
15 |