Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.45 KB

setup.md

File metadata and controls

41 lines (29 loc) · 1.45 KB
layout title permalink
page
Setup
/setup/

There are several pieces of software you will wish to install before the workshop. Though installation help will be provided at the workshop, we recommend that these tools are installed (or at least downloaded) beforehand. Anaconda Python is a very large download.

Python 3

Please install Anaconda from https://www.continuum.io/downloads (however any version of Python 3 will work). Anaconda is a free version of Python that comes bundled with all of its most useful tools. Even better, it includes several significant performance improvements over "vanilla" Python.

You can install Snakemake with pip install --user snakemake

SSH Client

For the final part of this course (scaling our workflow across a cluster), all students should have an SSH client installed. SSH is a tool that allows us to connect to and use a remote computer as our own. Please follow the directions below to install an SSH client for your system.

Windows

Install MobaXterm from http://mobaxterm.mobatek.net. You will want to get the Home edition (Installer edition).

macOS

Although macOS comes with SSH pre-installed, you will typically want to install XQuartz to enable graphical support. Note that you must restart your computer to complete the installation.

Linux

Linux users do not need to install anything, you should be set!