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

Installing Snakemake on Ubuntu (Linux)

Tariq Abdullah
Last updated: December 1, 2021 2:04 pm
Tariq Abdullah
Share
1 Min Read
Installing Snakemake on Ubuntu (Linux)
SHARE

Snakemake is a workflow management system to create scalable data analyses [1]. Workflows are defined in Python-based language. In this article, we are going to install Snakemake on Ubuntu (Linux).

Contents
  • Preparing system
  • Installing prerequisites
    • Installing Mamba
  • Installing Snakemake
    • References

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

Installing prerequisites

Before installing Snakemake, you need to install Conda and Mamba. To install Conda, read this article.

Installing Mamba

In the terminal, paste the following command.

$ conda install mamba -n base -c conda-forge

It will take some time to finish.

Installing Snakemake

Paste the following commands in the terminal.

$ conda activate base

$ mamba create -c conda-forge -c bioconda -n snakemake snakemake

It will start downloading the required packages.

After a successful downloading and installation, paste the following command.

$ conda activate snakemake

Now check the installation by running the following command

$ snakemake --help

It should display usage.


References

  1. Mölder, F., Jablonski, K. P., Letcher, B., Hall, M. B., Tomkins-Tinch, C. H., Sochat, V., … & Köster, J. (2021). Sustainable data analysis with Snakemake. F1000Research, 10.
TAGGED:condainstallationsnakemakeubuntu
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.

How to visualize a 3D structure using Py3Dmol?
How to visualize a 3D structure using Py3Dmol?
Bioinformatics Programming Cheminformatics GitHub Python
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

You Might Also Like

DockingSoftwareToolsVideo Tutorial

Video tutorial: How to install Autodock Vina on Ubuntu?

November 23, 2024
Easy installation of some alignment software on Ubuntu (Linux) 18.04 & 20.04
Sequence AnalysisSoftwareTools

Easy installation of some alignment software on Ubuntu (Linux) 18.04 & 20.04

July 8, 2021
List of widely used MD Simulation Analysis Tools.
MD SimulationMD Simulation AnalysisSoftwareTools

List of widely used MD Simulation Analysis Tools.

March 13, 2025
Installing multiple versions of Pymol on Ubuntu
SoftwareTools

How to install multiple Pymol versions on Ubuntu (Linux)?

March 28, 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