Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

SeqRes missing from substructures #449

Copy link
Copy link

Description

@sbliven
Issue body actions

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>.

The problem is that SubstructureIdentifier.reduce() doesn't handle the seqres properly.

Reactions are currently unavailable

Metadata

Metadata

Assignees

Labels

bugBugs and bugfixesBugs and bugfixes

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

Morty Proxy This is a proxified and sanitized view of the page, visit original site.