We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The seqres of a partial substructure is always empty. For instance,
Structure s = StructureIO.getStructure("1hh0.A"); List<Group> seqres = s.getChain(0).getSeqResGroups(); assertEquals("Wrong seqres length",46,seqres.size());
fails with expected:<46> but was:<0>.
expected:<46> but was:<0>
The problem is that SubstructureIdentifier.reduce() doesn't handle the seqres properly.
SubstructureIdentifier.reduce()
The seqres of a partial substructure is always empty. For instance,
fails with
expected:<46> but was:<0>.The problem is that
SubstructureIdentifier.reduce()doesn't handle the seqres properly.