FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

retrieve information of circular sequence · biojava/biojava@0a86883 · GitHub

Commit 0a86883

Browse files
committed
retrieve information of circular sequence
1 parent e8be187 commit 0a86883

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

‎biojava-core/src/main/java/org/biojava/nbio/core/sequence/io/GenbankSequenceParser.java‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public class GenbankSequenceParser<S extends AbstractSequence<C>, C extends Comp
6767
private GenericGenbankHeaderParser<S, C> headerParser;
6868
private String header;
6969
private String accession;
70+
private boolean isCircularSequence;
7071
public LinkedHashMap<String, ArrayList<DBReferenceInfo>> mapDB;
7172
/**
7273
* this data structure collects list of features extracted from the
@@ -178,6 +179,8 @@ private String parse(BufferedReader bufferedReader) {
178179
}
179180
}
180181

182+
isCircularSequence = m.group(6).equalsIgnoreCase("circular");
183+
181184
log.debug("compound type: {}", compoundType.getClass().getSimpleName());
182185

183186
} else {

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL