Sequence Analysis
Easy installation of some alignment software on Ubuntu (Linux) 18.04 & 20.04

There are commonly used alignment programs such as muscle, blast, clustalx, and so on, that can be easily installed from the repository. In this article, we are going to install such software on Ubuntu 18.04 & 20.04.
Preparing system
Open a terminal by pressing Ctrl+Alt+T. Update and upgrade your system using the following commands:
$ sudo apt-get update
$ sudo apt-get upgrade
Installing alignment programs
- MUSCLE
$ sudo apt-get install -y muscle
- MAFFT
$ sudo apt-get install -y mafft
- Clustal Omega
$ sudo apt-get install -y clustalo
- ClustalW
$ sudo apt-get install -y clustalw
- ClustalX
$ sudo apt-get install -y clustalx
- Dialign
$ sudo apt-get install -y dialign
- MUMmer
$ sudo apt-get install -y mummer
- NCBI-BLAST+
$ sudo apt-get install -y ncbi-blast+
- EMBOSS
$ sudo apt-get install -y emboss
$ sudo apt-get install -y emboss-lib - HMMER
$ sudo apt-get install -y hmmer
- JAligner
$ sudo apt-get install -y jaligner
These are a few commonly used alignment programs that can be easily installed from the repository in Ubuntu.
Sequence Analysis
HMMER- Uses & Applications

HMMER [1] is a well-known bioinformatics tool/software. It offers a web server and a command-line tool for users. Here are some additional applications of HMMER. (more…)
Sequence Analysis
FEGS- A New Feature Extraction Model for Protein Sequence Analysis

Protein sequence analyses include protein similarity, Protein function prediction, protein interactions, and so on. A new feature extraction model is developed for easy analysis of protein sequences. (more…)
Sequence Analysis
Installing RDPTools on Ubuntu (Linux)

RDP provides analysis tools called RDPTools. These tools are used to high-throughput sequencing data including single-strand, and paired-end reads [1]. In this article, we are going to install RDPTools on Ubuntu (Linux). (more…)
You must be logged in to post a comment Login