Skip to content

Commit 5ed0b73

Browse files
committed
Update HPO annotations.
1 parent df26d16 commit 5ed0b73

File tree

6 files changed

+628
-206
lines changed

6 files changed

+628
-206
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ path = "bin/demo.rs"
1212
anyhow = "1.0.97"
1313
clap = { version = "4.5", features = ["derive"] }
1414
flate2 = "1.0"
15-
ontolius = { version = "0.5", default-features = false }
15+
ontolius = { version = "0.7", default-features = false }
1616
regex = "1.11.1"
1717
serde = { version = "1.0.197", features = ["derive"], optional = true }
1818
serde_json = { version = "1.0.140", optional = true }

bin/demo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fn main() -> anyhow::Result<()> {
2727
println!("processing {:?}", goa_path);
2828

2929
let reader: Box<dyn BufRead> = open_for_reading(goa_path)?;
30-
30+
3131
let loader = GoGafAnnotationLoader;
3232
let annotations = match loader.load_from_buf_read(reader) {
3333
Ok(annotations) => {

0 commit comments

Comments
 (0)