Skip to content

Commit fe8ebfc

Browse files
author
Dmytro Guzenko
committed
add EntityInfo to reduced structure (required by biological assembly builder)
1 parent 0191ee5 commit fe8ebfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

biojava-structure/src/main/java/org/biojava/nbio/structure/quaternary/BioAssemblyTools.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ public static Structure getReducedStructure(Structure orig){
337337
Chain c1 = new ChainImpl();
338338
c1.setId(c.getId());
339339
c1.setName(c.getName());
340+
c1.setEntityInfo(c.getEntityInfo());
340341
s.addChain(c1);
341342

342343
for (Group g : c.getAtomGroups()){

0 commit comments

Comments
 (0)