Commit 021bf4e
committed
GenbankWriter increments the start position of each location. For some
reason there is an increment added in GenericInsdcHeaderFormat which is
responsible for this effect. Changing the increment to 0 patches the
writer.1 parent 6721c1c commit 021bf4e
File tree
1 file changed
+1
-1
lines changed- biojava-core/src/main/java/org/biojava/nbio/core/sequence/io
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| |||
0 commit comments