changeset 27:8cdddb76c44f draft

Uploaded
author alenail
date Wed, 13 Apr 2016 18:10:26 -0400
parents 5590ffd19524
children aec507b81d10
files chipsequtil/map_to_known_genes/._map_to_known_genes.py chipsequtil/map_to_known_genes/._map_to_known_genes.xml chipsequtil/pieplot_macs/pieplots_macs.xml chipsequtil/pieplot_macs/tool_dependencies.xml
diffstat 4 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
Binary file chipsequtil/map_to_known_genes/._map_to_known_genes.py has changed
Binary file chipsequtil/map_to_known_genes/._map_to_known_genes.xml has changed
--- a/chipsequtil/pieplot_macs/pieplots_macs.xml	Wed Apr 13 17:52:33 2016 -0400
+++ b/chipsequtil/pieplot_macs/pieplots_macs.xml	Wed Apr 13 18:10:26 2016 -0400
@@ -4,8 +4,8 @@
   </description>
   <parallelism method="basic"></parallelism>
   <requirements>
-    <requirement type="package" version="1.2.1">matplotlib</requirement>
-    <requirement type="package">pandas</requirement>
+    <requirement type="package" version="0.14.1">pandas</requirement>
+    <requirement type="package" version="1.4">matplotlib</requirement>
   </requirements>
   <command interpreter="python">
     pieplots_macs.py --genefile $genefile --peakfile $peakfile $MACS --outfile $out
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/chipsequtil/pieplot_macs/tool_dependencies.xml	Wed Apr 13 18:10:26 2016 -0400
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="pandas" version="0.14.1">
+        <repository changeset_revision="ac9f317487a9" name="package_pandas_0_14" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" />
+    </package>
+    <package name="matplotlib" version="1.4">
+        <repository changeset_revision="f7424e1cf115" name="package_python_2_7_matplotlib_1_4" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" />
+    </package>
+</tool_dependency>