Mercurial > repos > melissacline > ucsc_cancer_browser_stats
annotate ttest/tool_dependencies.xml @ 12:fd8529cd1564 default tip
better t-test
author | jingchunzhu |
---|---|
date | Mon, 28 Sep 2015 12:36:12 -0700 |
parents | c165b0267f0e |
children |
rev | line source |
---|---|
10 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="cancerBrowserStats" version="1.0"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="setup_virtualenv"> | |
7 Cython | |
8 </action> | |
9 <action type="setup_virtualenv"> | |
10 numpy | |
11 </action> | |
12 <action type="setup_virtualenv"> | |
13 scipy | |
14 </action> | |
15 </actions> | |
16 </install> | |
17 </package> | |
18 </tool_dependency> |