SeqAn3
wuss.hpp File Reference

Contains the WUSS format for RNA structure. More...

#include <cmath>
#include <vector>
#include <seqan3/alphabet/concept.hpp>
#include <seqan3/alphabet/detail/alphabet_base.hpp>
#include <seqan3/io/stream/char_operations.hpp>
Include dependency graph for wuss.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::wuss< SIZE >
 The WUSS structure alphabet of the characters .<>:,-_~;()[]{}AaBbCcDd... More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Typedefs

typedef wuss< 51 > seqan3::wuss51
 Alias for the default type wuss51.
 

Detailed Description

Contains the WUSS format for RNA structure.

Author
Joerg Winkler <j.winkler AT fu-berlin.de>