I was wondering if there is a free codon optimization tool that can be integrated into code to generate the codon-optimized version of many DNA sequences? In the past I used thermofisher's built in tool to do codon optimization. However, that process has to be done one by one for each DNA sequence that you want to optimize.
~ Cheers
If you can get hold of the relevant codon frequency table for your organism of interest, it's quite easy to write some e.g. python code to do this.