parazodiac / Volans

:tropical_fish: A fast pipeline to preprocess the ATAC-seq data.
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Fix Cargo.toml #1

Open ghuls opened 3 years ago

ghuls commented 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
dpryan79 commented 2 years ago

Seems there are further changes needed now:

error: no matching package named `quickersort` found
location searched: registry `crates-io`