Yara

Results 1 comments of Yara

``` from Bio.PDB import * parser = MMCIFParser() structure = parser.get_structure('test','4C13.cif') --------------------------------------------------------------------------- IndexError Traceback (most recent call last) in () 1 from Bio.PDB import * 2 parser = MMCIFParser() ---->...