Mercurial > repos > morinlab > package_oncodrivefm_0_6_0
changeset 0:6fff8ac4c488 draft default tip
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/packages/package_oncodrivefm_0_6_0 commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
| author | morinlab |
|---|---|
| date | Tue, 11 Oct 2016 13:57:08 -0400 |
| parents | |
| children | |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Oct 11 13:57:08 2016 -0400 @@ -0,0 +1,17 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="requests" version="2.0.1"> + <repository changeset_revision="04309c55b9a8" name="package_requests_2_0_1" owner="morinlab" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + </package> + <package name="oncodrivefm" version="0.6.0"> + <install version="1.0"> + <actions> + <action type="setup_virtualenv">numpy==1.7.1</action> + <action type="setup_virtualenv">scipy==0.12.0</action> + <action type="setup_virtualenv">pandas==0.12.0</action> + <action type="setup_virtualenv">statsmodels==0.4.3</action> + <action type="setup_virtualenv">oncodrivefm==0.6.0</action> + </actions> + </install> + </package> +</tool_dependency>
