Skip to content

Commit 77d99b4

Browse files
committed
Use local paths for fastga-rs and onecode-rs dependencies
Switch from git dependencies to local paths to use coordinate conversion implementation. This enables testing the full format-equivalence workflow with .1aln coordinate conversion matching ALNtoPAF behavior.
1 parent 1ec54b8 commit 77d99b4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Cargo.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ rayon = "1.10"
1111
byteorder = "1.5"
1212
tempfile = "3.8"
1313
ordered-float = "4.0"
14-
fastga-rs = { git = "https://github.com/pangenome/fastga-rs.git", rev = "5bee475" }
15-
onecode = { git = "https://github.com/pangenome/onecode-rs" }
14+
fastga-rs = { path = "../fastga-rs" }
15+
onecode = { path = "../onecode-rs" }
1616
chrono = "0.4"
1717
flate2 = "1.0"
1818
libc = "0.2"

0 commit comments

Comments
 (0)