Mercurial > repos > saket-choudhary > eqtl_tools
annotate tool_dependencies.xml @ 7:bef89654259a
temp commit
author | Saket Choudhary<saketkc@gmail.com> |
---|---|
date | Fri, 21 Jun 2013 10:56:27 +0530 |
parents | 5417d7cb27a0 |
children |
rev | line source |
---|---|
2 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 | 3 <package name="panama" version="0.4"> |
5
5417d7cb27a0
Changing version to be 1.0
Saket Choudhary<saketkc@gmail.com>
parents:
3
diff
changeset
|
4 <install version="1.0"> |
2 | 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 |