Bioinformatics ReviewBioinformatics Review
Notification Show More
Font ResizerAa
  •  Home
  • Docking
  • MD Simulation
  • Tools
  • More Topics
    • Softwares
    • Sequence Analysis
    • Algorithms
    • Bioinformatics Programming
    • Bioinformatics Research Updates
    • Drug Discovery
    • Phylogenetics
    • Structural Bioinformatics
    • Editorials
    • Tips & Tricks
    • Bioinformatics News
    • Featured
    • Genomics
    • Bioinformatics Infographics
  • Community
    • BiR-Research Group
    • Community Q&A
    • Ask a question
    • Join Telegram Channel
    • Join Facebook Group
    • Join Reddit Group
    • Subscription Options
    • Become a Patron
    • Write for us
  • About Us
    • About BiR
    • BiR Scope
    • The Team
    • Guidelines for Research Collaboration
    • Feedback
    • Contact Us
    • Recent @ BiR
  • Subscription
  • Account
    • Visit Dashboard
    • Login
Font ResizerAa
Bioinformatics ReviewBioinformatics Review
Search
Have an existing account? Sign In
Follow US
Sequence AnalysisSoftwareTools

How to use Clustal Omega and MUSCLE command-line tools for multiple sequence alignment?

Dr. Muniba Faiza
Last updated: July 1, 2020 12:17 pm
Dr. Muniba Faiza
Share
3 Min Read
SHARE

Clustal Omega [1,2] and MUSCLE are bioinformatics tools that are used for multiple sequence alignment (MSA). In one of our previous articles, we explained the usage of the ClustalW2 command-line tool for MSA and phylogenetic tree construction. In this article, we will use Clustal Omega and MUSCLE for MSA exploring other arguments that facilitate different output formats.

Assuming the name of the file consisting of FASTA sequences to be aligned is ‘input.fasta’.

For aligning sequences using Clustal Omega, open a terminal in Ubuntu (Ctrl+Alt+T) and type the following command:

  1. to get output in Clustal format

$ /path/to/clustalo --in=input.fasta --out=output.aln --force --outfmt=clustal --wrap=80

2. to get output in Stockholm format

$ /path/to/clustalo --in=input.fasta --out=output.sto --force --outfmt=st --wrap=80

3. to get output in default FASTA format

$ /path/to/clustalo --in=input.fasta

Here, you can command to overwrite the existing file for your output using --force argument. In order to output a particular number of sequence residues in a single line, you can use --wrap argument. If you want 60 residues to be displayed in a single line then write, --wrap=60.

For aligning sequences using the MUSCLE command-line tool, type the following command:

  1. to get output in FASTA format

$ /path/to/muscle -in input.fasta -out output.fasta -fasta

2. to get output in ClustalW format

$ /path/to/muscle -in input.fasta -out output.aln -clw

3. to get output in HTML format

$ /path/to/muscle -in input.fasta -out output.html -html

4. to get output in MSF format

$ /path/to/muscle -in input.fasta -out output.msf -msf

5. to get output in PHYLIP sequential format

$ /path/to/muscle -in input.fasta -out output.phy -phys

6. to get output in interleaved format

$ /path/to/muscle -in input.fasta -out output.phy -phyi

MUSCLE also facilitates to preform profile-profile alignment of two MSAs. For that use -profile argument and define the two input MSAs with -in1 input1.aln and -in2 input2.aln. Similarly, users can also output parameters log using -log argument followed by the output log filename (e.g., -log log.txt).

References

  1. Sievers, F., Wilm, A., Dineen, D., Gibson, T. J., Karplus, K., Li, W., … & Thompson, J. D. (2011). Fast, scalable generation of high‐quality protein multiple sequence alignments using Clustal Omega. Molecular systems biology, 7(1), 539.
  2. Sievers, F., & Higgins, D. G. (2018). Clustal Omega for making accurate alignments of many protein sequences. Protein Science, 27(1), 135-145.
  3. Edgar, R. C. (2004). MUSCLE: multiple sequence alignment with high accuracy and high throughput. Nucleic acids research, 32(5), 1792-1797.
  4. Higgins, D. G., & Sharp, P. M. (1988). CLUSTAL: a package for performing multiple sequence alignment on a microcomputer. Gene, 73(1), 237-244.
TAGGED:clustal omegacommand-lineMultiple sequence alignmentmuscleubuntu
Share This Article
Facebook Copy Link Print
ByDr. Muniba Faiza
Follow:
Dr. Muniba is a Bioinformatician based in New Delhi, India. She has completed her PhD in Bioinformatics from South China University of Technology, Guangzhou, China. She has cutting edge knowledge of bioinformatics tools, algorithms, and drug designing. When she is not reading she is found enjoying with the family. Know more about Muniba
Leave a Comment

Leave a Reply Cancel reply

You must be logged in to post a comment.

ai tools vs traditional tools in bioinformatics
AI Tools vs Traditional Tools in Bioinformatics- Which one to select?
Algorithms Artificial Intelligence Machine Learning Software Tools
AI vs Physics in Molecular Docking
AI vs Physics in Molecular Docking: Towards Faster and More Accurate Pose Prediction
Artificial Intelligence Drug Discovery Machine Learning
10 years of Bioinformatics Review: From a Blog to a Bioinformatics Knowledge Hub!
Editorial
Starting in Bioinformatics? Do This First!
Starting in Bioinformatics? Do This First!
Tips & Tricks

You Might Also Like

GenomicsSequence Analysis

The basic concepts of genome assembly

December 10, 2015
RNAdetector- New Tool for RNA-Seq Data Analysis
RNA-seq analysisSoftwareTools

RNAdetector- New Tool for RNA-Seq Data Analysis

June 30, 2021
SoftwareTools

Installing Roary and Prokka on Ubuntu

July 29, 2020
Installing GROMACS on Apple M1 (MacOS)
MD SimulationSoftwareTools

How to install GROMACS on Apple M1 (MacOS)?

May 19, 2022
Copyright 2024 IQL Technologies
  • Journal
  • Customer Support
  • Contact Us
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Cookie Policy
  • Sitemap
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?

Not a member? Sign Up