Open ghuls opened 3 years ago
Fix Cargo.toml so Volans compiles:
diff --git a/Cargo.toml b/Cargo.toml index 7e625e3..4e02477 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,9 @@ rust-htslib = "0.36.0" pretty_env_logger = "0.4.0" [dependencies.bwa] -git = "https://github.com/parazodiac/rust-bwa" +git = "https://github.com/10XGenomics/rust-bwa" [dependencies.carina] -path = "/home/srivastavaa/parazodiac/Carina" +git = "https://github.com/parazodiac/Carina" +branch = "main" 111
Seems there are further changes needed now:
error: no matching package named `quickersort` found location searched: registry `crates-io`
Fix Cargo.toml so Volans compiles: