When generating a polytope from an RNA sequence, the software reports a few extra vertices which are actually interior to the edges. These vertices appear in the *.rnapoly files. As a result, the reported vertex and facet counts are incorrect. These counts are both reported as terminal output and written to the header of the *.rnapoly files.
A correct list of vertices, along with correct vertex and facet counts, can be attained from Sage, by reading the *.rnapoly file with rna_poly.py.
When generating a polytope from an RNA sequence, the software reports a few extra vertices which are actually interior to the edges. These vertices appear in the *.rnapoly files. As a result, the reported vertex and facet counts are incorrect. These counts are both reported as terminal output and written to the header of the *.rnapoly files.
A correct list of vertices, along with correct vertex and facet counts, can be attained from Sage, by reading the *.rnapoly file with rna_poly.py.