Mercurial > repos > rnateam > graphclust_motif_finder_plot
comparison MotifFinderPlot.xml @ 0:edcf58ab7552 draft
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit 057c2fd398055dc86eb2c00d8a74f301d5c231d9-dirty
author | rnateam |
---|---|
date | Wed, 22 Feb 2017 16:53:29 -0500 |
parents | |
children | ee8eccb7db4e |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:edcf58ab7552 |
---|---|
1 <tool id="motifFinderPlot" name="Motif_Finder_Plot" version="0.1"> | |
2 <requirements> | |
3 <!-- <requirement type="package" version="2.0.0">matplotlib</requirement> --> | |
4 <!-- <requirement type="package" version='0.19.2'>pandas</requirement> --> | |
5 <requirement type="package" version='0.7.1'>seaborn</requirement> | |
6 </requirements> | |
7 <stdio> | |
8 <exit_code range="1:" /> | |
9 </stdio> | |
10 <command> | |
11 <![CDATA[ | |
12 unzip $RESULTS -d "RESULTS" &> /dev/null && | |
13 python '$__tool_directory__/MotifFinderPlot.py' | |
14 ]]> | |
15 </command> | |
16 <inputs> | |
17 <param type="data" name="RESULTS" format="zip" /> | |
18 </inputs> | |
19 <outputs> | |
20 <data name="motif_plot" format="png" from_work_dir="motif_plot.png" label="motif_plot" /> | |
21 </outputs> | |
22 <tests> | |
23 <test> | |
24 <param name="RESULTS" value="RESULTS.zip" ftype="searchgui_archive"/> | |
25 <output name="motif_plot" file="motif_plot.png" ftype="png" compare="sim_size" /> | |
26 </test> | |
27 </tests> | |
28 <help> | |
29 <![CDATA[ | |
30 | |
31 ]]> | |
32 </help> | |
33 <citations> | |
34 </citations> | |
35 </tool> |