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
DockingSoftwareTools

Installing GalaxyPepDock & Galaxy-Server on Ubuntu

Tariq Abdullah
Last updated: September 27, 2020 11:22 am
Tariq Abdullah
Share
2 Min Read
Installing galaxy on Ubuntu
SHARE

GalaxyPepDock is a software used for protein-peptide docking based on interaction similarity. In this article, we will install GalaxyPepDock on Ubuntu.

Contents
  • Getting started
  • Downloading GalaxyPepDock
  • Installing GalaxyPepDock
  • Downloading Galaxy Server
  • Installing Galaxy Server

Getting started

Let’s update and upgrade the system first.

$ sudo apt-get update

$ sudo apt-get upgrade

Remember Galaxy requires Python 3.5 or 3.6. Check your Python version python --version. If required download or upgrade your python as shown below.

$ sudo apt-get install python3.6

$ sudo apt-get install python3.7

Downloading GalaxyPepDock

We will download GalaxyPepDock from Github.

Open a terminal (Ctrl+Alt+T) and change to the directory where you want to download the software. Let’s say Downloads and type the following command on the terminal:

$ cd Downloads/

$ wget https://github.com/seoklab/GalaxyPepDock/archive/master.zip

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

Installing GalaxyPepDock

Now, type the following commands from the same directory.

$ unzip master.zip

$ cd GalaxyPepDock-master/

$ ./install.sh

After installation completes, set environment variables.

$ sudo gedit ~/.bashrc

The file will open in an editor. Go to the end of the file and paste the following line. Remember to replace the ‘user’ with your username.

$ export GALAXY_HOME=/home/user/Downloads/GalaxyPepDock-master/

Now save it (Ctrl+S) and close. Go back to the terminal and type the following command.

$ source ~/.bashrc

Now, you have installed GalaxyPepDock on your system. You can run it by typing a complete path to the GalaxyPepDock.

Downloading Galaxy Server

$ cd Downloads/

$ wget https://github.com/galaxyproject/galaxy/archive/master.tar.gz

Installing Galaxy Server

Now, type the following commands from the same directory.

$ tar xvzf master.tar.gz

$ cd galaxy-master/

$ sh run.sh

It will take some time to finish. After that, you will be able to view Galaxy in your browser at http://localhost:8080

TAGGED:GalaxyGalaxy serverGalaxyPepDockInstallation on ubuntu
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

SAUTE- New assembler for sequence assembly using target enrichment
SoftwareTools

SAUTE- New assembler for sequence assembly using target enrichment

August 16, 2021
RNAdetector- New Tool for RNA-Seq Data Analysis
RNA-seq analysisSoftwareTools

RNAdetector- New Tool for RNA-Seq Data Analysis

June 30, 2021
how to install Discovery Studio Visualizer on Ubuntu (Linux)?
SoftwareTools

How to install & execute Discovery Studio Visualizer on Ubuntu (Linux)?

May 14, 2025
How to install idock on Ubuntu?
DockingSoftwareTools

How to install idock on Ubuntu?

July 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