Hi all I am trying to align following using clustalw2 through command line:
(1) aligning profile (file1.aln) with the sequence (query.fasta). Command I used here is :
clustalw2 -SEQUENCES file1.aln query.fasta
(2) aligning first profile (file1.aln) with second profile (file2.aln). Command I used here is :
clustalw2 -PROFILE file1.aln file2.aln
But I have been unable to run commands successfully. Please suggest the needful syntax of commands in these two cases. Thanks in advance.
Monu kumar
What is not working? Are you getting an error, or is the result not as you expected?