view MotifFinderPlot.xml @ 3:f00fb88794dc draft

planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit 6767a5ffb02052c844e9d862c79912f998f39d8e
author rnateam
date Mon, 20 Nov 2017 04:52:12 -0500
parents ee8eccb7db4e
children 6e657d323d6c
line wrap: on
line source

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