# HG changeset patch # User xuebing # Date 1333244376 14400 # Node ID 503f7469fcab28afb4c4b0703033e7a78ef2b10a Uploaded diff -r 000000000000 -r 503f7469fcab fimo.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fimo.xml Sat Mar 31 21:39:36 2012 -0400 @@ -0,0 +1,47 @@ + + motif search + fimo + #if $background_select.bg_select == "fromfile": + -bgfile $bgfile + #end if + + $norc --max-stored-scores 5000000 --output-pthresh $pth --verbosity 1 $motif $database + && mv fimo_out/fimo.html ${html_outfile} + + && mv fimo_out/fimo.txt ${txt_outfile} + + && rm -rf fimo_out + + + + + + + + + + + + + + + + + + + + + + + + + + +**What it does** + +This tool uses FIMO to find matches of a motif in a fasta file. See more details: + +http://meme.sdsc.edu/meme/fimo-intro.html + + +