**Stats of gff3 files** Install : `cargo install stats_on_gff3` Crates: https://crates.io/crates/stats_on_gff3 Examples: `stats_on_gff3 --precision 1000 Homo_sapiens.GRCh38.109.chromosome.1.gff3 Homo_sapiens.GRCh38.dna.chromosome.1.fa 2>err` `stats_on_gff3 --all Homo_sapiens.GRCh38.109.chromosome.1.gff3 Homo_sapiens.GRCh38.dna.chromosome.1.fa 2>err` `zcat Ciona_savignyi.CSAV2.0.dna.toplevel.fa.gz | stats_on_gff3 --precision 100 Ciona_savignyi.CSAV2.0.109.gff3 stdin 2> err` Input data: A Gff file and its associated fasta file from Ensembl. Fasta sequences should be in uppercase. (for NCBI data, see stats_on_gff3_ncbi https://crates.io/crates/stats_on_gff3_ncbi)