annotate MotifFinderPlot.xml @ 3:fde321a851e8 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:17:54 -0400
parents f3b4a661f4db
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
fde321a851e8 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents: 2
diff changeset
1 <tool id="motifFinderPlot" name="Motif_Finder_Plot" version="0.4" >
0
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
2 <requirements>
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
3 <!-- <requirement type="package" version="2.0.0">matplotlib</requirement> -->
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
4 <!-- <requirement type="package" version='0.19.2'>pandas</requirement> -->
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
5 <requirement type="package" version='0.7.1'>seaborn</requirement>
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
6 </requirements>
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
7 <stdio>
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
8 <exit_code range="1:" />
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
9 </stdio>
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
10 <command>
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
11 <![CDATA[
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
12 unzip $RESULTS -d "RESULTS" &> /dev/null &&
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
13 python '$__tool_directory__/MotifFinderPlot.py'
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
14 ]]>
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
15 </command>
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
16 <inputs>
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
17 <param type="data" name="RESULTS" format="zip" />
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
18 </inputs>
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
19 <outputs>
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
20 <data name="motif_plot" format="png" from_work_dir="motif_plot.png" label="motif_plot" />
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
21 </outputs>
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
22 <tests>
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
23 <test>
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
24 <param name="RESULTS" value="RESULTS.zip" ftype="searchgui_archive"/>
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
25 <output name="motif_plot" file="motif_plot.png" ftype="png" compare="sim_size" />
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
26 </test>
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
27 </tests>
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
28 <help>
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
29 <![CDATA[
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
30
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
31 ]]>
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
32 </help>
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
33 <citations>
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
34 </citations>
bfae792ea7f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/master/tools/GraphClust/Plotting commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
diff changeset
35 </tool>