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
DockingSoftwareVirtual Screening

Installing Pyrx on Ubuntu

Tariq Abdullah
Last updated: April 13, 2023 11:19 am
Tariq Abdullah
Share
2 Min Read
Installing pyrx on ubuntu
SHARE

Pyrx is a bioinformatics software that is used for the virtual screening of a large number of compounds against targets [1]. In this article, we will install Pyrx on Ubuntu.

Contents
  • Getting started
  • Downloading Prerequisites
    • For Python2
    • For Python3
  • Downloading Pyrx
  • Installing Pyrx
    • Method-I
    • Method-II
    • References

Getting started

Let’s update and upgrade the system first.

$ sudo apt-get update

$ sudo apt-get upgrade

Downloading Prerequisites

You need to install pip before installing Pyrx. Open a terminal and type the following command.

For Python2

$ sudo apt install python-pip

For Python3

$ sudo apt install python3-pip

To check the installation, type:

$ pip --version

Downloading Pyrx

Change to the directory where you want to download the software. Let’s say, Downloads.

$ cd Downloads/

Download the binary file from here.

Installing Pyrx

Method-I

To start the installer, grant execution permission and install it as shown below.

$ chmod +x Pyrx-0.8-linux-x86_64-install

$ ./Pyrx-0.8-linux-x86_64-install

Method-II

You can install Pyrx using pip. For that, you will have to install pip first.

For Python2

$ sudo apt-get install python-pip

For Python3

$ sudo apt-get install python3-pip

Now install Pyrx using pip.

$ pip install -U wxPython

Now, you have successfully installed Pyrx on your system.


References

  1. Dallakyan, S., & Olson, A. J. (2015). Small-molecule library screening by docking with PyRx. In Chemical biology (pp. 243-250). Humana Press, New York, NY.
TAGGED:dockingPyrxvirtual screening
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

DIVERGE 3.0 Tutorial
EvolutionSoftware

Tutorial-II: Functional Divergence Analysis using DIVERGE 3.0 software

January 26, 2021
RNAdetector- New Tool for RNA-Seq Data Analysis
RNA-seq analysisSoftwareTools

RNAdetector- New Tool for RNA-Seq Data Analysis

June 30, 2021
sminalog_analysis.py – A new Python script to fetch top binding affinities from SMINA log file
Bioinformatics Programming

sminalog_analysis.py – A new Python script to fetch top binding affinities from SMINA log file

April 13, 2023
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
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