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
SoftwareTools

[Tutorial] Installing Rosetta 3.21 on Ubuntu

Dr. Muniba Faiza
Last updated: October 9, 2021 12:08 am
Dr. Muniba Faiza
Share
1 Min Read
Installing Rosetta on Ubuntu
SHARE

Rosetta is a bioinformatics software for modeling and protein structure analysis [1]. In this article, we are going to install this software on Ubuntu.

Contents
Preparing systemDownloading RosettaInstalling PrerequisitesInstalling RosettaReferences

Preparing system

Open a terminal by pressing Ctrl+Alt+T. Update and upgrade your system using the following commands:

$ sudo apt-get update

$ sudo apt-get upgrade

Downloading Rosetta

To download Rosetta, you need to obtain a license that is free for academic users. Request a license from here.

After obtaining the license, download the software (tar file) in a directory, let’s say Downloads.

Installing Prerequisites

To install Rosetta on your system, you need to install another software called SCons. Paste the following command.

$ sudo apt-get install -y scons

Installing Rosetta

Change to the directory where you have downloaded the software.

$ cd Downloads/

Extract the downloaded file using the following command.

$ tar xvzf rosetta_src_3.12_bundle.tgz

It will create a new directory, namely, ‘rosetta_src_2020.08.61146_bundle‘. Now, move inside the new directory and install using the following commands.

$ cd rosetta_src_2020.08.61146_bundle/main/source/

$ ./scons.py -j 4 bin

It will take a few minutes to finish installing. After that, you are ready to use Rosetta onUbuntu.


References

  1. https://www.rosettacommons.org/software
TAGGED:installationRosettaubuntu
Share This Article
Facebook Copy Link Print
ByDr. Muniba Faiza
Follow:
Dr. Muniba is a Bioinformatician based in New Delhi, India. She has completed her PhD in Bioinformatics from South China University of Technology, Guangzhou, China. She has cutting edge knowledge of bioinformatics tools, algorithms, and drug designing. When she is not reading she is found enjoying with the family. Know more about Muniba
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

Identifying binding sites in receptors using AutoSite tool
DockingSoftwareTools

Identifying binding sites in receptors using AutoSite tool

August 7, 2023
Installing Conda on Ubuntu (Linux)
Software

Installing Conda on Ubuntu (Linux)

March 12, 2022
RNAdetector- New Tool for RNA-Seq Data Analysis
RNA-seq analysisSoftwareTools

RNAdetector- New Tool for RNA-Seq Data Analysis

June 30, 2021
MOCCA- A New Suite to Model cis- regulatory Elements for Motif Occurrence Combinatorics
AlgorithmsSoftwareTools

MOCCA- A New Suite to Model cis- regulatory Elements for Motif Occurrence Combinatorics

May 19, 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