Skip to content

Commit 348f91d

Browse files
sblivenjosemduarte
authored andcommitted
Fix biojava#455. Use parsing params for AtomCache
Specifically, set default alignSeqRes parameter in AtomCache to true.
1 parent 1511d93 commit 348f91d

File tree

1 file changed

+0
-6
lines changed
  • biojava-structure/src/main/java/org/biojava/nbio/structure/align/util

1 file changed

+0
-6
lines changed

biojava-structure/src/main/java/org/biojava/nbio/structure/align/util/AtomCache.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,6 @@ public AtomCache(String pdbFilePath, String cachePath) {
152152
currentlyLoading.clear();
153153
params = new FileParsingParameters();
154154

155-
// we don't need this here
156-
params.setAlignSeqRes(false);
157-
// no secstruc either
158-
params.setParseSecStruc(false);
159-
//
160-
161155
setUseMmCif(true);
162156

163157
}

0 commit comments

Comments
 (0)