ViennaRNA / forgi

An RNA manipulation library.
GNU General Public License v3.0
52 stars 31 forks source link

Bulge graph from_fasta_text should be improved #8

Closed Bernhard10 closed 7 years ago

Bernhard10 commented 8 years ago
Bernhard10 commented 8 years ago

One sequence with several alternative structures is also possible type of fasta files.

>id
ACCGCC
((()))
((..))
(....)
Bernhard10 commented 7 years ago

In version 1.0 from_fasta_text is the default for parsing fasta and dotbracket files. Multiline sequences/structures are now supported.

Multiple structures for one sequence will raise an error.