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
SoftwareStructure AlignmentTools

How to install Kpax on Ubuntu (Linux)?

Tariq Abdullah
Last updated: June 8, 2022 5:44 pm
Tariq Abdullah
Share
2 Min Read
How to install Kpax on Ubuntu (Linux)?
SHARE

Kpax is a bioinformatics program to search and align protein structures [1]. It is currently available for Linux platforms only. In this article, we are going to install the latest version of Kpax (5.1.3) on Ubuntu (Linux).

Contents
  • Preparing system
  • Downloading Kpax
  • Installing Kpax
    • Setting variables
    • References

Preparing system

Let’s update and upgrade our system first.

$ sudo apt-get update

$ sudo apt-get upgrade

Downloading Kpax

Download Kpax from here. Fill out the form and download the tar package.

Installing Kpax

Change to the directory where you have downloaded the file. Here, we have downloaded in ‘Downloads’. You will see a tar file named ‘kpax-5.1.3-x64-mint18.3.tar‘.

$ cd Downloads/

Extract the file.

$ tar xvf kpax-5.1.3-x64-mint18.3.tar

You will see a new directory named ‘kpax’. Move inside the bin directory present in kpax.

$ cd kpax/bin/

Here, you will find the executable file for kpax (kpax5.1.3.x64).

Setting variables

Now, let’s set some environment variables to run it easily from the command line.

Open bashrc file.

$ sudo nano ~/.bashrc

Go to the end of the file and add the following commands.

$ export KPAX_ROOT=/home/user/Downloads/kpax

$ export PATH=${PATH}:${KPAX_ROOT}/bin

Further, define the directories for databases and results.

$ KPAX_DATABASE=/home/user/Downloads/kpax/kpax_database

$ KPAX_RESULTS="./kpax_results/"

Now, save and exit the bashrc file.

$ source ~/.bashrc

Kpax will write its output to a sub-directory named kpax_results.


References

  1. Ritchie, D. W., Ghoorah, A. W., Mavridis, L., & Venkatraman, V. (2012). Fast protein structure alignment using Gaussian overlap scoring of backbone peptide fragment similarity. Bioinformatics, 28(24), 3274-3281.
TAGGED:installationkpaxLinuxubuntu
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.

How to visualize a 3D structure using Py3Dmol?
How to visualize a 3D structure using Py3Dmol?
Bioinformatics Programming Cheminformatics GitHub Python
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

You Might Also Like

How to install Interactive Genome Viewer (IGV) & tools on Ubuntu?
SoftwareTools

How to install Interactive Genome Viewer (IGV) & tools on Ubuntu?

February 27, 2025
Molecular dynamicsSoftwareTools

Installing Gromacs on Ubuntu for MD Simulation

May 17, 2022
How to install IQ-TREE on Ubuntu (Linux)?
SoftwareTools

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

December 5, 2021
peddrew: pedigree analysis tool
Pedigree AnalysisSoftwareTools

ped_drew: A New Tool for Pedigree Visualization

December 30, 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