Entering edit mode
4.8 years ago
Kumar
▴
120
I need to carryout multiple sequence alignment using clustalw command line. I have been using the following command line which works fine. clustalw -infile=test.fasta -align -type=DNA -score=PERCENT -outfile=clus_test -output=FASTA
In addition, I need to specify codon base alignment in the command line. Please help me to do the same.
Many thanks in advance.
CLUSTAL (any of the variants, as far as I know) cannot do codon-aware alignments, as Lieven pointed out.
In addition to his suggestion, I think you can use CodonW and PAML for this.