Skip to content
Snippets Groups Projects
Commit 206c3c92 authored by Simon Penel's avatar Simon Penel
Browse files

Update README

parent 4be5d57c
No related branches found
No related tags found
No related merge requests found
[package]
name = "stats_on_gff3"
version = "0.1.23"
version = "0.1.24"
authors = ["Simon Penel <simon.penel@univ-lyon1.fr>"]
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"
......
......@@ -18,5 +18,5 @@ Examples:
Input data:
A Gff file and its associated fasta file from Ensembl.
A Gff file and its associated fasta file from Ensembl. Fasta sequences should be in uppercase.
(for NCBI data, see stats_on_gff3_ncbi)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment