Skip to content

Commit

Permalink
DAOTHER-9063: Performance optimization for large molecular assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
yokochi47 committed Apr 4, 2024
1 parent a50dbbe commit 248ef19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wwpdb/utils/nmr/mr/ParserListenerUtil.py
Original file line number Diff line number Diff line change
Expand Up @@ -4929,7 +4929,7 @@ def is_connected():
return True

if len(collections.Counter(chainIds).most_common()) > 1:
return '.' if is_connected() else None
return None # '.' if is_connected() else None

commonSeqId = collections.Counter(seqIds).most_common()

Expand Down

0 comments on commit 248ef19

Please sign in to comment.