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

[Tutorial] Installing BBTools on Ubuntu (Linux).

Dr. Muniba Faiza
Last updated: May 26, 2025 4:37 pm
Dr. Muniba Faiza
Share
2 Min Read
Installing bbtools on Ubuntu
SHARE

BBTools is a suite consisting of various bioinformatics tools for DNA and RNA sequencing data analysis [1].  It can process various file formats such as fasta, fastq, sam, compressed, or raw. This suite is written in JAVA and works on Windows, Linux, and MacOS. In this article, we will install it on Ubuntu (Linux).

Contents
Preparing systemDownloading BBToolsInstalling BBToolsAdding BBTools to the pathTesting the InstallationReferences

Preparing system

It is good to update and upgrade your Ubuntu system first. Log in to your Ubuntu system and open the terminal by pressing Ctrl+Alt+T altogether, and type the following commands:

$ sudo apt-get update

$ sudo apt-get upgrade

Downloading BBTools

This package is available on Sourceforge to download as BBMap. You can also download it from here. Change to the directory where you want to download (here, it is Downloads). Open a terminal and paste the following command to download BBTools.

$ cd Downloads/

$ wget https://sourceforge.net/projects/bbmap/files/BBMap_39.26.tar.gz

Installing BBTools

Extracting the downloaded file.

$ tar xvzf BBMap_39.26.tar.gz

It will create a new directory named bbmap inside the Downloads directory. There you will find all executable shell scripts.

Adding BBTools to the path

Now, all you have to do is add this new directory to your path as shown below.

Open the bashrc file in an editor. I am using nano.

$ sudo nano ~/.bashrc

Go to the end of this file and type the following.

export PATH="$PATH:/home/user/Downloads/bbmap"

Don’t forget to replace ‘user‘ with your username.

$ source ~/.bashrc

Testing the Installation

Run the following command in the terminal to test the installation.

$ reformat.sh in=resources/phix174_ill.ref.fa.gz out=null

It should display something like this:

java -ea -Xmx300m -Xms300m -cp /home/.../bbmap/current/ jgi.ReformatReads in=resources/phix174_ill.ref.fa.gz out=null
Executing jgi.ReformatReads [in=resources/phix174_ill.ref.fa.gz, out=]

Input is being processed as unpaired
Input:                  	1 reads          	5386 bases
Output:                 	1 reads (100.00%) 	5386 bases (100.00%)

Time:                         	0.060 seconds.
Reads Processed:           1 	0.02k reads/sec
Bases Processed:        5386 	0.09m bases/sec


References

  1. Bushnell, B. (2014). BBTools software packag. e.
TAGGED:BBMapBBToolsfeaturedInstallation on ubuntu
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.

Starting in Bioinformatics? Do This First!
Starting in Bioinformatics? Do This First!
Tips & Tricks
[Editorial] Is it ethical to change the order of authors’ names in a manuscript?
Editorial Opinion
wes_data_analysis Whole Exome Sequencing (WES) Data visualization Toolkit
wes_data_analysis: Whole Exome Sequencing (WES) Data visualization Toolkit
Bioinformatics Programming GitHub Python
[Editorial] Prioritizing Quality Over Quantity: Safeguarding the Integrity of Academic Research
Editorial

You Might Also Like

DockingDrug DiscoverySoftwareTools

How to perform virtual screening using Autodock Vina?

February 12, 2025
RNA secondary structure prediction tools
RNA Structure PredictionSoftwareTools

Most widely used tools for RNA Secondary Structure Prediction

September 21, 2020
smORFunction: A tool for ORfs and microproteins function prediction
Function PredictionTools

smORFunction: A Tool for ORFs and Microproteins Function Prediction

October 30, 2020
Where to find Docking and simulation software?
SoftwareTools

Where to find Docking and MD simulation software?

June 4, 2021
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