◐ Shell
clean mode source ↗

Quaternary symmetry calculation edge-case by josemduarte · Pull Request #1120 · biojava/biojava

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@josemduarte

When computing symmetry with structural clustering for 9y9z an IllegalArgumentException was occurring in QuatSymmetrySubunits. Also added some logging improvements.

…th and led to IllegalArgumentException.

Also: improved logging

josemduarte

if (thisAligned.isEmpty() && otherAligned.isEmpty()) {
logger.warn("No equivalent aligned atoms found between SubunitClusters {} via structure alignment. Will not merge the second one into the first.", pairName);
return false;
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the fix. The rest are formatting and logging improvements.

1 participant

@josemduarte