We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
The text was updated successfully, but these errors were encountered:
Seems there are further changes needed now:
error: no matching package named `quickersort` found location searched: registry `crates-io`
Sorry, something went wrong.
No branches or pull requests
Fix Cargo.toml so Volans compiles:
The text was updated successfully, but these errors were encountered: