wdecoster / cramino

A *fast* tool for BAM/CRAM quality evaluation, intended for long reads
MIT License
124 stars 11 forks source link

Delete filtering contigs on `_` in `--karyotype` #21

Closed Adoni5 closed 11 months ago

Adoni5 commented 11 months ago

Hey,

I've deleted the line! This means any contig name will be accepted.

I've also move the target override

[target.x86_64-apple-darwin]
rustflags = ["-C", "link-arg=-mmacosx-version-min=10.12"]

From Cargo.toml to config.toml. See https://doc.rust-lang.org/cargo/reference/config.html.

This won't make any noticable difference during compilation, but will get rid of the

warning: unused manifest key: target.x86_64-apple-darwin.rustflags

warning during compilation!

Thanks man, Rory

wdecoster commented 11 months ago

Great, thank you! I will make a new release soon.