view MotifFinderPlot.xml @ 4:6e657d323d6c draft default tip

planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit 4406735e44aba20859c252be39f4e99df28c7a92
author rnateam
date Sat, 27 Oct 2018 13:27:00 -0400
parents f00fb88794dc
children
line wrap: on
line source

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