Commit 837dc63
committed
Fix #596. Remove test for GenBank identifier parsing
Starting Nov 2016, Entrez stopped including the GI identifier in
GenBank files. In such cases, getAccession().getIdentifier() will
return null.
This updates the tests to reflect that null identifiers are acceptable.
Users who need the GI identifier should store it manually after fetching
the sequence.1 parent 42724d1 commit 837dc63
File tree
2 files changed
+6
-3
lines changed- biojava-core/src
- main/java/org/biojava/nbio/core/sequence
- test/java/org/biojava/nbio/core/sequence/loader
2 files changed
+6
-3
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
| 137 | + | |
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
| |||
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
0 commit comments