Skip to content

Commit b00d7be

Browse files
Gwaldonandreasprlic
authored andcommitted
update to 1.8
1 parent 0eb7c24 commit b00d7be

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

wiki/BioJava:Cookbook:Locations:Point.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ SymbolList.
1717
Remember that BioJava uses the biological coordinate system thus the
1818
first PointLocation in a Sequence will be 1 not 0.
1919

20+
As of BioJava 1.8, you may want to consider using
21+
[RichLocation](http://www.biojava.org/docs/api1.8/org/biojavax/bio/seq/RichLocation.html)
22+
from the [BioJavax](BioJava:BioJavaXDocs "wikilink") extension.
23+
2024
<java> import org.biojava.bio.symbol.\*; import org.biojava.bio.seq.\*;
2125

2226
public class SpecifyPoint {

wiki/BioJava:Cookbook:Locations:Point.mediawiki

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ A point location is the inclusive location of a single symbol in a SymbolList or
66

77
Remember that BioJava uses the biological coordinate system thus the first PointLocation in a Sequence will be 1 not 0.
88

9+
As of BioJava 1.8, you may want to consider using [http://www.biojava.org/docs/api1.8/org/biojavax/bio/seq/RichLocation.html RichLocation] from the [[BioJava:BioJavaXDocs|BioJavax]] extension.
10+
911
<java>
1012
import org.biojava.bio.symbol.*;
1113
import org.biojava.bio.seq.*;

0 commit comments

Comments
 (0)