diff mytools/memelogo.xml @ 9:87eb5c5ddfe9

Uploaded
author xuebing
date Fri, 09 Mar 2012 20:01:43 -0500
parents f0dc65e7f6c0
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mytools/memelogo.xml	Fri Mar 09 20:01:43 2012 -0500
@@ -0,0 +1,26 @@
+<tool id="memelogo" name="motif logo">
+  <description>of MEME motif</description>
+  <command>ceqlogo -i $input -o tmp.eps -t $title -x ''  
+    &amp;&amp; ps2pdf -dEPSCrop tmp.eps $output
+  </command>
+  <inputs>
+     <param name="input" type="data" format="txt" label="MEME motif file"/>
+     <param name="title" type='text' size="50" label="Title" value="motif1"/>    
+  </inputs>
+  <outputs>
+    <data format="pdf" name="output" />
+  </outputs>
+  <help>
+
+**Description**
+
+Generate sequence logo for MEME motif file. See details here:
+
+http://meme.sdsc.edu/meme/doc/ceqlogo.html
+
+**Example output**
+
+.. image:: ./static/images/memelogo.png
+
+  </help>
+</tool>