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).
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 prerequisites
You need to install openjdk-8 in order to install RDPTools. You can use the following command:
$ sudo apt-get install -y openjdk-8-jdk
Downloading RDPTools
Change to the directory where you want to download the software. Let’s say, Downloads. You can download RDP Tools either from here or use the following command:
$ wget https://github.com/rdpstaff/RDPTools/archive/refs/heads/master.zip
Installing RDPTools
We are in the same directory (i.e., Downloads). Now extract the downloaded package using the following commands.
$ git submodule init
$ git submodule update
$ sudo make
After a few minutes, it should be successfully installed on your system.
References
- Chai, B., & Cole, J. R. (2014, February). 169. RDP: data and tools for studying structure and function of microbial communities. In 2014 Genomic Science Contractor-Grantee Meeting XII (p. 295).
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
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. (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…)
You must be logged in to post a comment Login