This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Software to display draft genome statistics

I have an annotated draft genome in genbank (and also sqn) format and I would like to see the statistics of it, like the number of genes, proteins, RNAs, total length, etc... Do you know any software that is able to do it? Thanks in advance.

statistics genome proteins

1 answer

If you have a annotation file of the genome, you can give a try to eval tool. It provides summaries and graphical distributions for many statistics describing any set of annotations.

Problem is that this software only reads GTF file format. I have a multi-genbank file, but I was not able to find a good converter... Thanks anyway.

Oh, sorry, I misunderstood the question, I thought that you had a GTF file. So... maybe you can try this python script to convert your genbank file: http://genome.crg.es/~lpryszcz/scripts/gb2gtf.py. I've not used it, but you can try and check if it works.

I found out that Sequin can generate a "mega report" of sqn files, including all statistics that I wanted. Thanks again.

Log in to answer this question.