Skip to content

Commit 530bc8f

Browse files
Gwaldonandreasprlic
authored andcommitted
update to 1.8
1 parent ad40645 commit 530bc8f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

wiki/BioJava:Tutorial:Sequences_and_Features.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ representation of biological sequence data. This chapter examines the
1111
providing a convenient way to handle annotated sequences from biological
1212
database. This chapter concentrates on classes and interfaces defined in
1313
the package `org.biojava.bio.seq`. For full descriptions of all the API
14-
used here, please consult the .
14+
used here, please consult the JavaDoc API documentation ([latest biojava
15+
1.8](http://www.biojava.org/docs/api1.8/)).
1516

1617
A tour of a Sequence
1718
--------------------

wiki/BioJava:Tutorial:Sequences_and_Features.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''By [mailto:td2@sanger.ac.uk Thomas Down]'''
22

3-
[[BioJava:Tutorial:Symbols and SymbolLists|Chapter 1]] of this tutorial covered the <code>SymbolList</code> interface, BioJava's basic representation of biological sequence data. This chapter examines the <code>Sequence</code> interface. This adds extra functionality to <code>SymbolList</code>, providing a convenient way to handle annotated sequences from biological database. This chapter concentrates on classes and interfaces defined in the package <code>org.biojava.bio.seq</code>. For full descriptions of all the API used here, please consult the {{JavaDoc:Documentation}}.
3+
[[BioJava:Tutorial:Symbols and SymbolLists|Chapter 1]] of this tutorial covered the <code>SymbolList</code> interface, BioJava's basic representation of biological sequence data. This chapter examines the <code>Sequence</code> interface. This adds extra functionality to <code>SymbolList</code>, providing a convenient way to handle annotated sequences from biological database. This chapter concentrates on classes and interfaces defined in the package <code>org.biojava.bio.seq</code>. For full descriptions of all the API used here, please consult the JavaDoc API documentation ([http://www.biojava.org/docs/api1.8/ latest biojava 1.8]).
44

55

66
== A tour of a Sequence ==

0 commit comments

Comments
 (0)