Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Cargo.toml #1

Open
ghuls opened this issue Feb 24, 2021 · 1 comment
Open

Fix Cargo.toml #1

ghuls opened this issue Feb 24, 2021 · 1 comment

Comments

@ghuls
Copy link

ghuls commented Feb 24, 2021

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
Copy link

Seems there are further changes needed now:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants