Daniel-Liu-c0deb0t / block-aligner

SIMD-accelerated library for computing global and X-drop affine gap penalty sequence-to-sequence or sequence-to-profile alignments using an adaptive block-based algorithm.
https://crates.io/crates/block_aligner
MIT License
124 stars 7 forks source link

`cargo.toml` in `c` directory is detected as duplicate package #24

Closed RagnarGrootKoerkamp closed 1 year ago

RagnarGrootKoerkamp commented 1 year ago

When including block aligner as a dependency, the file at https://github.com/Daniel-Liu-c0deb0t/block-aligner/blob/main/c/Cargo.toml gives this warning:

warning: skipping duplicate package `block-aligner` found at `~/.local/share/cargo/git/checkouts/block-aligner-253559227b640923/4014339/c`

It's probably best to rename the package to something else there.

Daniel-Liu-c0deb0t commented 1 year ago

Yup, noticed this too... I'll rename it to block-aligner-c or something else.