Skip to content

Commit fb8b5d0

Browse files
dicknetherlandsandreasprlic
authored andcommitted
/* Parsing a FASTA file (the easy way) */
1 parent e97e2fe commit fb8b5d0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

_wikis/BioJava3:HowTo.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,7 @@ simpler for the most common use-cases.
149149
` while (parser.hasNext()) {`
150150
`   FASTA fasta = parser.next(); `
151151
`   // fasta contains a complete FASTA record.`
152-
` }`
153-
` reader.close();`
152+
` }`
154153

155154
### Parsing a FASTA file (the hard way)
156155

_wikis/BioJava3:HowTo.mediawiki

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ Convenience wrapper classes are provided to make the parsing process simpler for
134134
FASTA fasta = parser.next();
135135
// fasta contains a complete FASTA record.
136136
}
137-
reader.close();
138137
139138
=== Parsing a FASTA file (the hard way) ===
140139

0 commit comments

Comments
 (0)