Skip to content

Commit 0eb7c24

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

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

wiki/BioJava:Cookbook:SeqIO:ReadFasta.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ static methods to read files into BioJava. There is actually more than
1111
one solution. The more specific is demonstrated first and the more
1212
general second.
1313

14+
Note that, as of BioJava 1.8, writing and reading of FASTA files are
15+
better done with BioJavax, see IOTools is in the package
16+
[org.biojavax.bio.seq.RichSequence.IOTools](http://www.biojava.org/docs/api1.8/org/biojavax/bio/seq/RichSequence.IOTools.html).
17+
1418
### Solution 1
1519

1620
<java> import java.io.\*; import java.util.\*;

wiki/BioJava:Cookbook:SeqIO:ReadFasta.mediawiki

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
One of the most frequent I/O tasks is the reading of a flat file representation of sequence into memory. SeqIOTools provides some basic static methods to read files into BioJava. There is actually more than one solution. The more specific is demonstrated first and the more general second.
44

5+
Note that, as of BioJava 1.8, writing and reading of FASTA files are better done with BioJavax, see IOTools is in the package [http://www.biojava.org/docs/api1.8/org/biojavax/bio/seq/RichSequence.IOTools.html org.biojavax.bio.seq.RichSequence.IOTools].
6+
57
=== Solution 1 ===
68

79
<java>

0 commit comments

Comments
 (0)