diff MotifFinderPlot.xml @ 0:edcf58ab7552 draft

planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit 057c2fd398055dc86eb2c00d8a74f301d5c231d9-dirty
author rnateam
date Wed, 22 Feb 2017 16:53:29 -0500
parents
children ee8eccb7db4e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MotifFinderPlot.xml	Wed Feb 22 16:53:29 2017 -0500
@@ -0,0 +1,35 @@
+<tool id="motifFinderPlot" name="Motif_Finder_Plot" version="0.1">
+  <requirements>
+    <!-- <requirement type="package" version="2.0.0">matplotlib</requirement> -->
+    <!-- <requirement type="package" version='0.19.2'>pandas</requirement> -->
+    <requirement type="package" version='0.7.1'>seaborn</requirement>
+  </requirements>
+  <stdio>
+    <exit_code range="1:" />
+  </stdio>
+  <command>
+    <![CDATA[
+        unzip $RESULTS -d "RESULTS"  &> /dev/null &&
+        python '$__tool_directory__/MotifFinderPlot.py'
+]]>
+  </command>
+  <inputs>
+    <param type="data" name="RESULTS" format="zip" />
+  </inputs>
+  <outputs>
+    <data name="motif_plot" format="png" from_work_dir="motif_plot.png" label="motif_plot"  />
+  </outputs>
+  <tests>
+    <test>
+      <param name="RESULTS" value="RESULTS.zip" ftype="searchgui_archive"/>
+      <output name="motif_plot" file="motif_plot.png" ftype="png" compare="sim_size" />
+    </test>
+  </tests>
+  <help>
+    <![CDATA[
+
+    ]]>
+  </help>
+  <citations>
+  </citations>
+</tool>