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 startedDownloading GalaxyPepDockInstalling GalaxyPepDockDownloading Galaxy ServerInstalling 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.

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
wes_data_analysis Whole Exome Sequencing (WES) Data visualization Toolkit
wes_data_analysis: Whole Exome Sequencing (WES) Data visualization Toolkit
Bioinformatics Programming GitHub Python

You Might Also Like

CHARMM installation on Ubuntu
MD SimulationMolecular dynamicsSoftwareTools

Installing CHARMM on Ubuntu

July 12, 2020
List of widely used MD Simulation Analysis Tools.
MD SimulationMD Simulation AnalysisSoftwareTools

List of widely used MD Simulation Analysis Tools.

March 13, 2025
find disulfides in protein structure using pymol
Protein VisualizationTools

How to find disulfides in protein structure using Pymol?

January 14, 2021
DockingFeaturedVideo Tutorial

Video Tutorial: Autodock Vina Result Analysis with 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