view MotifFinderPlot.xml @ 2:ee8eccb7db4e draft

planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit 746497a64b955f6b9afc1944d1c1d8d877e53267
author rnateam
date Tue, 18 Jul 2017 01:43:12 -0400
parents edcf58ab7552
children f00fb88794dc
line wrap: on
line source

<tool id="motifFinderPlot" name="Motif_Finder_Plot" version="0.2">
  <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>