Entering edit mode
9 months ago
Jiun
•
0
I have a fasta file containing multiple sequences.
I can't get percentage identity matrix, despite of the option I added.
clustalo --infile={my_fasta} -t DNA --percent-id -o {out_file}
clustalw -infile={my_fasta} -type=DNA -pim -outfile={out_file}
How can I get percentage identity matrix from this software in my server?
I also tried option: -pim=TRUE or -pim=True