Skip to content

Commit b434678

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

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

wiki/BioJava:Cookbook:Locations:Range.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ maximum are inclusive.
1111

1212
The following example demonstrates the use of a RangeLocation.
1313

14+
Note that, as of BioJava 1.8, you may want to consider using
15+
[RichLocation](http://www.biojava.org/docs/api1.8/org/biojavax/bio/seq/RichLocation.html)
16+
from the [BioJavax](BioJava:BioJavaXDocs "wikilink") extension.
17+
1418
<java> import org.biojava.bio.symbol.\*; import org.biojava.bio.seq.\*;
1519

1620
public class SpecifyRange {

wiki/BioJava:Cookbook:Locations:Range.mediawiki

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ In BioJava a RangeLocation is an object that holds the minimum and maximum bound
44

55
The following example demonstrates the use of a RangeLocation.
66

7+
Note that, 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.
8+
79
<java>
810
import org.biojava.bio.symbol.*;
911
import org.biojava.bio.seq.*;

0 commit comments

Comments
 (0)