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

Installing FASTX-toolkit on Ubuntu

Tariq Abdullah
Last updated: November 11, 2020 4:30 pm
Tariq Abdullah
Share
1 Min Read
Installing FASTX-toolkit on Ubuntu
SHARE

FASTX-toolkit is a command-line bioinformatics software package for the preprocessing of short reads FASTQ/A files [1]. These files contain multiple short-read sequences obtained as an output of next-generation sequencing. In this article, we are going to install FASTX-toolkit on Ubuntu.

Contents
Getting startedDownloading FASTX-toolkitReferences

Getting started

Let’s update and upgrade the system first.

Open the terminal (Ctrl+T) and type the following commands:

$ sudo apt-get update

$ sudo apt-get upgrade

Downloading FASTX-toolkit

Change to the directory where you wish to download the software.

$ cd Downloads/

Make a new directory named “fastx-toolkit” where we will install the binaries.

$ mkdir fastx_toolkit

Move inside this directory and download the toolkit. You can either download it from here or use the following command:

$ cd fastx_toolkit/

$ wget http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit_0.0.13_binaries_Linux_2.6_amd64.tar.bz2

Now extract the downloaded archive file using the following commands:

$ tar xvf fastx_toolkit_0.0.13_binaries_Linux_2.6_amd64.tar.bz2

You will be able to see the binaries.  Now, add these binaries to your path.

$ sudo cp ./bin/* /usr/local/bin

Now, you can easily use all the binaries from the terminal by entering their names.


References

  1. Gordon, A., & Hannon, G. J. (2010). Fastx-toolkit. FASTQ/A short-reads preprocessing tools (unpublished) http://hannonlab. cshl. edu/fastx_toolkit, 5.
Share This Article
Facebook Copy Link Print
ByTariq Abdullah
Tariq is founder of Bioinformatics Review and Lead Developer at IQL Technologies. His areas of expertise include algorithm design, phylogenetics, MicroArray, Plant Systematics, and genome data analysis. If you have questions, reach out to him via his homepage.
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
Installing bbtools on Ubuntu
[Tutorial] Installing BBTools on Ubuntu (Linux).
Sequence Analysis Software Tools
wes_data_analysis Whole Exome Sequencing (WES) Data visualization Toolkit
wes_data_analysis: Whole Exome Sequencing (WES) Data visualization Toolkit
Bioinformatics Programming GitHub Python

You Might Also Like

SoftwareTools

Installation of LigPlot+ on Ubuntu

May 20, 2020
How to save high resolution images in Pymol using command line?
SoftwareTools

How to save high resolution images in Pymol using command line?

January 7, 2022
Installing Raccoon2 plugin on Windows.
SoftwareTools

Installing Raccoon2 plugin on Windows.

July 16, 2021
vcf compression tool
GenomicsSoftwareTools

Genozip- a new compression tool for VCF files

December 2, 2020
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