[package] name = "stats_on_gff3" version = "0.1.26" authors = ["Simon Penel "] edition = "2021" description ="Calculate statistics such as CDS GC3 ratio, intron GC ratio, flanking gene region GC ratio, first intron length, number of introns, CpG ratio, etc.\n\nExamples:\nstats_on_gff3 Homo_sapiens.GRCh38.109.chromosome.1.gff3 Homo_sapiens.GRCh38.dna.chromosome.1.fa \nzcat Ciona_savignyi.CSAV2.0.dna.toplevel.fa.gz | stats_on_gff3 Ciona_savignyi.CSAV2.0.109.gff3 stdin\n\nSee https://gitlab.in2p3.fr/penel/stats_on_gff3" license="CECILL-2.1" keywords=[ "gff3", "fasta", "bioinformatics"] categories=["science"] homepage = "https://gitlab.in2p3.fr/penel/stats_on_gff3" repository = "https://gitlab.in2p3.fr/penel/stats_on_gff3" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bio = "1.2.0" bio-types = "1.0.0" clap = { version = "4.0.29", features = ["derive"] }