Hi,
when applying transform_to_assembly
the resulting Structure sent to write_pdb doesn't get CONECT's for the transformed chains but
gemmi::cif::Document mmcifDoc=gemmi::make_mmcif_document(structure);
gemmi::cif::write_cif_to_stream(buf, mmcifDoc);
gets connectivity that displays in pymol.
Should I be writing pdb's by another set of steps/methods?