ViennaRNA / forgi

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

Do we need subgraphs from BulgeGraph and CoarseGrainRNA #12

Closed Bernhard10 closed 7 years ago

Bernhard10 commented 8 years ago

bulge_graph.py has bg_from_subgraph, coarse_grain.py has cg_from_sg.

However, these methods do not copy the sequence information. This means that they do not pass the bulge_graph_test.GraphVerification Tests.

Subgraphs typically do not have a single continuous sequence.

Should we:

Note: fess/scripts/create_cylinder_intersection_measure.py usees subgraphs.