Mercurial > repos > xuebing > sharplab_seq_motif
comparison memelogo.xml @ 15:0e221dbd17b2 default tip
Uploaded
author | xuebing |
---|---|
date | Sat, 31 Mar 2012 08:53:06 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
14:d1f0f85ee5bc | 15:0e221dbd17b2 |
---|---|
1 <tool id="memelogo" name="motif logo"> | |
2 <description>of MEME motif</description> | |
3 <command>ceqlogo -i $input -o tmp.eps -t $title -x '' | |
4 && ps2pdf -dEPSCrop tmp.eps $output | |
5 </command> | |
6 <inputs> | |
7 <param name="input" type="data" format="txt" label="MEME motif file"/> | |
8 <param name="title" type='text' size="50" label="Title" value="motif1"/> | |
9 </inputs> | |
10 <outputs> | |
11 <data format="pdf" name="output" /> | |
12 </outputs> | |
13 <help> | |
14 | |
15 **Description** | |
16 | |
17 Generate sequence logo for MEME motif file. See details here: | |
18 | |
19 http://meme.sdsc.edu/meme/doc/ceqlogo.html | |
20 | |
21 **Example output** | |
22 | |
23 .. image:: ./static/images/memelogo.png | |
24 | |
25 </help> | |
26 </tool> |