Mercurial > repos > rnateam > graphclust_motif_finder_plot
view MotifFinderPlot.xml @ 2:f3b4a661f4db draft
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit 6767a5ffb02052c844e9d862c79912f998f39d8e
author | rnateam |
---|---|
date | Mon, 20 Nov 2017 05:00:40 -0500 |
parents | bfae792ea7f1 |
children | fde321a851e8 |
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>