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 systemDownloading KpaxInstalling KpaxSetting variablesReferences

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.

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
[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

You Might Also Like

How to install sdsorter on Ubuntu (Linux)?
SoftwareToolsVirtual Screening

How to install sdsorter on Ubuntu (Linux)?

April 13, 2023
Meta AnalysisNGSSequence AnalysisTools

Predictive metagenomics profiling: why, what and how ?

May 20, 2020
SoftwareStructural BioinformaticsTools

How to install DeepView-Swiss PDB Viewer on Linux?

May 20, 2020
video tutorial: Pymol basics
Protein VisualizationSoftwareToolsVideo Tutorial

Video Tutorial: Basic Functions of PyMol

November 23, 2024
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