Skip to content

Commit e97ed36

Browse files
committed
now printing author chain ID
1 parent c013771 commit e97ed36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biojava-structure/src/main/java/demo/DemoLoadSecStruc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public static void main(String[] args) throws IOException,
8383
public static void printSecStruc(Structure s){
8484
List<SecStrucInfo> ssi = SecStrucTools.getSecStrucInfo(s);
8585
for (SecStrucInfo ss : ssi) {
86-
System.out.println(ss.getGroup().getChain().getChainID() + " "
86+
System.out.println(ss.getGroup().getChain().getName() + " "
8787
+ ss.getGroup().getResidueNumber() + " "
8888
+ ss.getGroup().getPDBName() + " -> " + ss.toString());
8989
}

0 commit comments

Comments
 (0)