Mercurial > repos > xuebing > sharplab_seq_motif
diff mytools/memelogo.xml @ 0:39217fa39ff2
Uploaded
author | xuebing |
---|---|
date | Tue, 13 Mar 2012 23:34:52 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mytools/memelogo.xml Tue Mar 13 23:34:52 2012 -0400 @@ -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 '' + && 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>