Changes between Version 1 and Version 2 of SOPs/multipleSequenceAlignment
- Timestamp:
- 07/28/16 12:46:26 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/multipleSequenceAlignment
v1 v2 6 6 == Start with sequences from a database == 7 7 8 Useful alignment algorithms - available on the web, for desktop computers, for linux systems8 Useful alignment algorithms - available on the web, for desktop computers, and for Linux systems 9 9 10 [http://www.drive5.com/muscle/ muscle] [[BR]]10 [http://www.drive5.com/muscle/ muscle] '''muscle -in MySeqs.fa -out MySeqs.aligned.fa''' [[BR]] 11 11 12 [http://www.tcoffee.org/ t_coffee] [[BR]]12 [http://www.tcoffee.org/ t_coffee] '''t_coffee MySeqs.fa''' [will create MySeqs.aln] [[BR]] 13 13 14 [http://mafft.cbrc.jp/alignment/software/ mafft] 14 [http://mafft.cbrc.jp/alignment/software/ mafft] '''mafft --auto MySeqs.fa > MySeqs.aligned.fa''' [[BR]] 15 15 16 16 The output from these programs can then be visualized in [http://www.clustal.org/ ClustalX] or [http://www.jalview.org/download Jalview].