# HG changeset patch # User xuebing # Date 1331340342 18000 # Node ID c2a356708570a886143ca45f196a4000e7fa40ef # Parent cdcb0ce84a1b73b663e74769ba98bde214030dc7 Uploaded diff -r cdcb0ce84a1b -r c2a356708570 fimo2.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fimo2.xml Fri Mar 09 19:45:42 2012 -0500 @@ -0,0 +1,47 @@ + + using FIMO + 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 + + +