Skip to content

Commit 4b6ea49

Browse files
committed
fix typo in filename
1 parent 0df9cca commit 4b6ea49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biojava-ontology/src/main/java/demo/ParseGO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class ParseGO {
4949
public static void main(String[] args) {
5050

5151
OboParser parser = new OboParser();
52-
try (InputStream inStream = OboParser.class.getResourceAsStream("/ontology/bio sapiens.obo");
52+
try (InputStream inStream = OboParser.class.getResourceAsStream("/ontology/biosapiens.obo");
5353
BufferedReader oboFile = new BufferedReader(new InputStreamReader(inStream))) {
5454
Ontology ontology = parser.parseOBO(oboFile, "BioSapiens", "the BioSapiens ontology");
5555
Set<Term> keys = ontology.getTerms();

0 commit comments

Comments
 (0)