This is a test version of Biostars. For the public version, visit https://www.biostars.org.
nucleotides content determination using python

how to calculate the nucleotides(A,T,G,C) content in dna by giving the directory of the fasta file in biopython ?

python

If this is an assignment then you should show the code you have already written.

If this is not an assignment then you can run geecee from EMBOSS to get this information.

1 answer

You could easily modify this script that explains each step of the program too: Using FASTA nucleotide files in BioPython

Log in to answer this question.