Closed Bernhard10 closed 7 years ago
bulge_graph.py has bg_from_subgraph, coarse_grain.py has cg_from_sg.
bg_from_subgraph
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.
bulge_graph.py has
bg_from_subgraph
, coarse_grain.py hascg_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.