Skip to content

Commit 9b2335e

Browse files
authored
Update StructureSequenceMatcher.java
1 parent 341f4d1 commit 9b2335e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biojava-structure/src/main/java/org/biojava/nbio/structure/io/StructureSequenceMatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public static ProteinSequence getProteinSequenceForStructure(Structure struct, M
119119

120120
for(Chain chain : struct.getChains()) {
121121
List<Group> groups = chain.getAtomGroups();
122-
Map<Integer,Integer> chainIndexPosition = new LinkedHashMap<Integer, Integer>();
122+
Map<Integer,Integer> chainIndexPosition = new HashMap<Integer, Integer>();
123123
int prevLen = seqStr.length();
124124

125125
// get the sequence for this chain

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy