Mercurial > repos > rnateam > graphclust_motif_finder_plot
view MotifFinderPlot.xml @ 0:bfae792ea7f1 draft
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
author | rnateam |
---|---|
date | Mon, 13 Mar 2017 17:57:19 -0400 |
parents | |
children | f3b4a661f4db |
line wrap: on
line source
<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>