Skip to content

feat(graph): add graph edit distance algorithm #26

feat(graph): add graph edit distance algorithm

feat(graph): add graph edit distance algorithm #26

Triggered via push December 15, 2023 06:35
Status Success
Total duration 13s
Artifacts

labeler.yml

on: push
labeler
3s
labeler
Fit to window
Zoom out
Zoom in

Annotations

1 error
no method named `write_header` found for struct `noodles_bam::bai::Writer` in the current scope: src/index.rs#L62
error[E0599]: no method named `write_header` found for struct `noodles_bam::bai::Writer` in the current scope --> src/index.rs:62:12 | 62 | writer.write_header()?; | ^^^^^^^^^^^^ help: there is a method with a similar name: `write_index`