[package] name = "stats_on_genomes" version = "0.1.1" authors = ["Simon Penel "] edition = "2021" description ="Calculate 2 simple ratio on the whole genome:\nGC ratio and repetition ratio." license="CECILL-2.1" keywords=["fasta", "bioinformatics"] repository = "https://gitlab.in2p3.fr/penel/stats_on_genomes" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bio = "1.2.0" clap = { version = "4.0.29", features = ["derive"] }