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
GenomicsSoftwareTools

Installing BCFtools on Ubuntu

Tariq Abdullah
Last updated: August 3, 2024 6:33 pm
Tariq Abdullah
Share
2 Min Read
Installing bcftools on Ubuntu
SHARE

BCFtools is a set of utilities that are used to manipulate variant call files (VCF) and binary call files (BCF). It can be used for both compressed and uncompressed sort of files. In this article, we will install BCFtools on Ubuntu.

Contents
  • Getting started
  • Downloading BCFtools
  • Installing prerequisites
  • Installing BCFtools
    • References

Getting started

Let’s update and upgrade the system first.

$ sudo apt-get update

$ sudo apt-get upgrade

Downloading BCFtools

Change to the directory where you want to download and install the software. Let’s say, Downloads. Open a terminal by pressing Ctrl+Alt+T and type the following commands:

$ cd Downloads/

$ wget https://github.com/samtools/bcftools/releases/download/1.20/bcftools-1.20.tar.bz2

If you wish to download it manually, then click here.

Installing prerequisites

Before installing BCFtools, you need to install the following libraries. Copy and paste the following command into your terminal.

$ sudo apt-get install autoconf automake make gcc perl zlib1g-dev libbz2-dev liblzma-dev libcurl4-gnutls-dev libssl-dev libperl-dev libgsl0-dev

Installing BCFtools

We are in the same directory (i.e., Downloads). Now extract the downloaded package and install using the following commands.

$ tar xvjf bcftools-1.20.tar.bz2

$ cd bcftools-1.20/

$ ./configure

$ make

It will take a few minutes for a successful install. Check the installation by typing $ bcftools --version. If it displays the version, then you have successfully installed the BCFtools. To see the arguments, type $ bcftools --help.


References

  1. Danecek, P., McCarthy, S., & Li, H. (2015). bcftools—utilities for variant calling and manipulating vcfs and bcfs.
TAGGED:bcfbcftoolsgenomicsinstallationsamtoolsubuntuvcf
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.

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

install crisprcasfinder on ubuntu
GenomicsSoftwareTools

Installing CRISPRCasFinder on Ubuntu

August 11, 2020
How to install IQ-TREE on Ubuntu (Linux)?
SoftwareTools

How to install IQ-TREE on Ubuntu (Linux)?

December 5, 2021
Installing PyVOL plugin in Pymol on Ubuntu (Linux).
SoftwareTools

Installing PyVOL plugin in Pymol on Ubuntu (Linux).

August 29, 2022
fings
NGSSoftwareTools

FiNGS- A New Software providing Filters for Next Generation Sequencing

February 23, 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