Skip to content

Commit

Permalink
move fgfa_ds and commands into submodules in flatgfa/src
Browse files Browse the repository at this point in the history
  • Loading branch information
susan-garry committed Sep 27, 2024
1 parent 1f7aecf commit 9dc781b
Show file tree
Hide file tree
Showing 19 changed files with 2,447 additions and 643 deletions.
65 changes: 37 additions & 28 deletions flatgfa-py/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flatgfa-py/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use flatgfa::pool::Id;
use flatgfa::fgfa_ds::pool::Id;
use flatgfa::{self, file, print, FlatGFA, HeapGFAStore};
use pyo3::exceptions::PyIndexError;
use pyo3::prelude::*;
Expand Down
79 changes: 36 additions & 43 deletions flatgfa/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9dc781b

Please sign in to comment.