Skip to content

Commit 007def9

Browse files
Gwaldonandreasprlic
authored andcommitted
update to 1.8
1 parent 870a38a commit 007def9

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

wiki/BioJava:Cookbook:Alphabets:Custom.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ How do I make a custom Alphabet from custom Symbols?
77

88
This example demonstrates the creation of a 'binary' alphabet that will
99
have two
10-
[Symbols](http://www.biojava.org/docs/api15/org/biojava/bio/symbol/Symbol.html),
10+
[Symbols](http://www.biojava.org/docs/api1.8/org/biojava/bio/symbol/Symbol.html),
1111
zero and one. The custom made
12-
[Symbols](http://www.biojava.org/docs/api15/org/biojava/bio/symbol/Symbol.html)
12+
[Symbols](http://www.biojava.org/docs/api1.8/org/biojava/bio/symbol/Symbol.html)
1313
and
14-
[Alphabet](http://www.biojava.org/docs/api15/org/biojava/bio/symbol/Alphabet.html)
14+
[Alphabet](http://www.biojava.org/docs/api1.8/org/biojava/bio/symbol/Alphabet.html)
1515
can then be used to make
16-
[SymbolList](http://www.biojava.org/docs/api15/org/biojava/bio/symbol/SymbolList.html),
17-
[Sequences](http://www.biojava.org/docs/api15/org/biojava/bio/seq/Sequence.html),
18-
[Distributions](http://www.biojava.org/docs/api15/org/biojava/bio/dist/Distribution.html),
16+
[SymbolList](http://www.biojava.org/docs/api1.8/org/biojava/bio/symbol/SymbolList.html),
17+
[Sequences](http://www.biojava.org/docs/api1.8/org/biojava/bio/seq/Sequence.html),
18+
[Distributions](http://www.biojava.org/docs/api1.8/org/biojava/bio/dist/Distribution.html),
1919
etc.
2020

2121
<java> package biojava\_in\_anger;

wiki/BioJava:Cookbook:Alphabets:Custom.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
== How do I make a custom Alphabet from custom Symbols? ==
22

3-
This example demonstrates the creation of a 'binary' alphabet that will have two [http://www.biojava.org/docs/api15/org/biojava/bio/symbol/Symbol.html Symbols], zero and one. The custom made [http://www.biojava.org/docs/api15/org/biojava/bio/symbol/Symbol.html Symbols] and [http://www.biojava.org/docs/api15/org/biojava/bio/symbol/Alphabet.html Alphabet] can then be used to make [http://www.biojava.org/docs/api15/org/biojava/bio/symbol/SymbolList.html SymbolList], [http://www.biojava.org/docs/api15/org/biojava/bio/seq/Sequence.html Sequences], [http://www.biojava.org/docs/api15/org/biojava/bio/dist/Distribution.html Distributions], etc.
3+
This example demonstrates the creation of a 'binary' alphabet that will have two [http://www.biojava.org/docs/api1.8/org/biojava/bio/symbol/Symbol.html Symbols], zero and one. The custom made [http://www.biojava.org/docs/api1.8/org/biojava/bio/symbol/Symbol.html Symbols] and [http://www.biojava.org/docs/api1.8/org/biojava/bio/symbol/Alphabet.html Alphabet] can then be used to make [http://www.biojava.org/docs/api1.8/org/biojava/bio/symbol/SymbolList.html SymbolList], [http://www.biojava.org/docs/api1.8/org/biojava/bio/seq/Sequence.html Sequences], [http://www.biojava.org/docs/api1.8/org/biojava/bio/dist/Distribution.html Distributions], etc.
44

55
<java>
66
package biojava_in_anger;

0 commit comments

Comments
 (0)