This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to predict GC-Content percentage of a fasta file?

I need to find GC-content percentage of a fasta file (bacterial whole genome). Is there any tool or script available to do the same.

Thank you in advance.

fasta python3 perl python genome

2 answers

Faster way to get GC content and Coverage from .fasta

conda install -c bioconda gaas
gaas_fasta_statistics.pl -f input.fasta

Log in to answer this question.