Mercurial > repos > melissacline > ucsc_cancer_browser_stats
annotate ttest/tool_dependencies.xml @ 5:6f8ed2a7fd7a
Changed the tool_dependencies file to try to clean up that dependency for scipy
author | melissacline |
---|---|
date | Mon, 13 Oct 2014 18:06:43 -0700 |
parents | 015a457f97b3 |
children |
rev | line source |
---|---|
3
4b6698f49617
Added a tool dependency file to manage the dependency for scipy
melissacline
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
4b6698f49617
Added a tool dependency file to manage the dependency for scipy
melissacline
parents:
diff
changeset
|
2 <tool_dependency> |
4 | 3 <package name="cancerBrowserStats" version="1.0"> |
3
4b6698f49617
Added a tool dependency file to manage the dependency for scipy
melissacline
parents:
diff
changeset
|
4 <install version="1.0"> |
4b6698f49617
Added a tool dependency file to manage the dependency for scipy
melissacline
parents:
diff
changeset
|
5 <actions> |
4b6698f49617
Added a tool dependency file to manage the dependency for scipy
melissacline
parents:
diff
changeset
|
6 <action type="setup_virtualenv"> |
5
6f8ed2a7fd7a
Changed the tool_dependencies file to try to clean up that dependency for scipy
melissacline
parents:
4
diff
changeset
|
7 Cython |
6f8ed2a7fd7a
Changed the tool_dependencies file to try to clean up that dependency for scipy
melissacline
parents:
4
diff
changeset
|
8 </action> |
6f8ed2a7fd7a
Changed the tool_dependencies file to try to clean up that dependency for scipy
melissacline
parents:
4
diff
changeset
|
9 <action type="setup_virtualenv"> |
6f8ed2a7fd7a
Changed the tool_dependencies file to try to clean up that dependency for scipy
melissacline
parents:
4
diff
changeset
|
10 numpy |
6f8ed2a7fd7a
Changed the tool_dependencies file to try to clean up that dependency for scipy
melissacline
parents:
4
diff
changeset
|
11 </action> |
6f8ed2a7fd7a
Changed the tool_dependencies file to try to clean up that dependency for scipy
melissacline
parents:
4
diff
changeset
|
12 <action type="setup_virtualenv"> |
3
4b6698f49617
Added a tool dependency file to manage the dependency for scipy
melissacline
parents:
diff
changeset
|
13 scipy |
4b6698f49617
Added a tool dependency file to manage the dependency for scipy
melissacline
parents:
diff
changeset
|
14 </action> |
4b6698f49617
Added a tool dependency file to manage the dependency for scipy
melissacline
parents:
diff
changeset
|
15 </actions> |
4b6698f49617
Added a tool dependency file to manage the dependency for scipy
melissacline
parents:
diff
changeset
|
16 </install> |
4b6698f49617
Added a tool dependency file to manage the dependency for scipy
melissacline
parents:
diff
changeset
|
17 </package> |
4b6698f49617
Added a tool dependency file to manage the dependency for scipy
melissacline
parents:
diff
changeset
|
18 </tool_dependency> |