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