# HG changeset patch # User bernhardlutz # Date 1400611465 14400 # Node ID ffb3e57089ee2955cb1e7298563fcb5f602254c6 Uploaded diff -r 000000000000 -r ffb3e57089ee rnabob.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rnabob.xml Tue May 20 14:44:25 2014 -0400 @@ -0,0 +1,39 @@ + + Fast Pattern searching for RNA secondary structures + + rnabob + + +rnabob +$descriptor_file +$sequence_file +$search +$skip_mode +$fancy +$quiet +> $outfile + + + + + + + + + + + + + + + + + + + **What it does** + http://selab.janelia.org/software.html + +RNABOB is an implementation of D. Gautheret's RNAMOT, but with a different underlying algorithm using a nondeterministic finite state machine with node rewriting rules. (Computer scientists would probably cringe in horror. It works, and it's fast, but is it street legal in a computer science department? Who knows.) An RNABOB motif is a consensus pattern a la PROSITE patterns, but with base-pairing. + + + diff -r 000000000000 -r ffb3e57089ee tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue May 20 14:44:25 2014 -0400 @@ -0,0 +1,18 @@ + + + + + http://selab.janelia.org/software/rnabob/rnabob.tar.gz + make + + $INSTALL_DIR/bin + + + rnabob + $INSTALL_DIR + + + + Compiling rnabob requires a C compiler (typically gcc) + +