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.
• 1,759 views
•
link
2 answers
conda install -c bioconda gaas
gaas_fasta_statistics.pl -f input.fasta
• 0 views
•
link
Log in to answer this question.