Data Carpentry Workshop Setup Instructions

Requirements: Data Carpentry's teaching is hands-on, so participants are encouraged to bring in and use their own laptops to insure the proper setup of tools for an efficient workflow once you leave the workshop. (We will provide instructions on setting up the required software several days in advance) There are no pre-requisites, and we will assume no prior knowledge about the tools.

Contact: Please email daren.card@gmail.com for questions and information not covered here.

Setup

To participate in a Data Carpentry workshop, you will need working copies of the software described below. Please make sure to install everything and try opening it to make sure it works before the start of your workshop. If you run into any problems, please feel free to email the instructor or arrive early to your workshop on the first day. Participants should bring and use their own laptops to insure the proper setup of tools for an efficient workflow once you leave the workshop.

This workshop will be using the software outlined in the install instructions below. Please see the section for your operating system for those directions.

Windows

Please go through all the installation steps below and make sure that you not only installed them, but start them up to make sure they're working. If you have any problems, don't hesitate to email the instructors to ask for help, or arrive early on the first day of the workshop to get help.

  1. Text Editor

    When you're writing code, it's nice to have a text editor that is optimized for writing code, with features like automatic color-coding of key words.

    nano is a basic editor and the default that instructors use in the workshop. To install it, download the Software Carpentry Windows installer and double click on the file to run it. This installer requires an active internet connection.

    Others editors that you can use are:


    Be aware that you must add its installation directory to your system path. Please ask your instructor to help you do this.

  2. Putty
    You will need a terminal program to access the HPC cluster.
    • Go to the Putty download page
    • Click on putty.exe link to download the install file
    • To use it, double-click on the download file
    • Follow the installation instructions, if any

  3. R
    In the workshop, we will use RStudio. RStudio is a nice interface to the programming language R. To use RStudio, you need to install both R and RStudio.
    • Download R from here
    • Run the .exe file that was just downloaded
    • Go to the RStudio Download page
    • Under Installers select RStudio 0.98.1103 - Windows XP/Vista/7/8
    • Double click the file to install it
    • Once it's installed, open RStudio to make sure it works and you don't get any error messages.

  4. FTP Client (Filezilla)
    An FTP client will help you transfer files easily between your computer and the cloud.
    • Go to the Filezilla download page
    • Chose the download link appropriate to your system
    • To use it, double-click on the downloaded file
    • Follow any installation instructions, if any
    • At the workshop we will give you additional information (e.g. host, username, port) to connect

Mac

Please go through all the installation steps below and make sure that you not only installed them, but start them up to make sure they're working. If you have any problems, don't hesitate to email the instructors to ask for help, or arrive early on the first day of the workshop to get help.

  1. Text Editor
    When you're writing code, it's nice to have a text editor that is optimized for writing code, with features like automatic color-coding of key words. The default text editor on Mac OS X and Linux is usually set to Vim, which is not famous for being intuitive. if you accidentally find yourself stuck in it, try typing the escape key, followed by :q! (colon, lower-case 'q', exclamation mark), then hitting Return to return to the shell. nano is a basic editor and the default that instructors use in the workshop. It should be pre-installed. Other editors that you can use are:

  2. The Bash Shell
    Bash is a commonly-used shell that gives you the power to do simple tasks more quickly. The default shell in all versions of Mac OS X is Bash, so no need to install anything. You access Bash from the Terminal (found in /Applications/Utilities). There is no need to install anything.

  3. R
    In the workshop, we will use RStudio. RStudio is a nice interface to the programming language R. To use RStudio, you need to install both R and RStudio.
    • Go to CRAN and click on Download R for (Mac) OS X
    • Select the .pkg file for the version of OS X that you have and the file will download.
    • Double click on the file that was downloaded and R will install
    • Go to the RStudio Download page
    • Under Installers select RStudio x.yy.zzz - Mac OS X 10.6+ (64-bit) to download it.
    • Once it's downloaded, double click the file to install it
    • Once it's installed, open RStudio to make sure it works and you don't get any error messages.

  4. FTP Client (Filezilla)
    An FTP client will help you transfer files easily between your computer and the cloud.
    • Go to the Filezilla download page
    • Chose the download link appropriate to your system
    • To use it, double-click on the downloaded file
    • Follow any installation instructions, if any
    • At the workshop we will give you additional information (e.g. host, username, port) to connect

Linux

Please go through all the installation steps below and make sure that you not only installed them, but start them up to make sure they're working. If you have any problems, don't hesitate to email the instructors to ask for help, or arrive early on the first day of the workshop to get help.

  1. Text Editor
    When you're writing code, it's nice to have a text editor that is optimized for writing code, with features like automatic color-coding of key words. The default text editor on Mac OS X and Linux is usually set to Vim, which is not famous for being intuitive. if you accidentally find yourself stuck in it, try typing the escape key, followed by :q! (colon, lower-case 'q', exclamation mark), then hitting Return to return to the shell. nano is a basic editor and the default that instructors use in the workshop. It should be pre-installed. Other editors that you can use are:

  2. The Bash Shell
    Bash is a commonly-used shell that gives you the power to do simple tasks more quickly. The default shell is usually Bash, but if your machine is set up differently you can run it by opening a terminal and typing bash. There is no need to install anything.

  3. R
    In the workshop, we will use RStudio. RStudio is a nice interface to the programming language R. To use RStudio, you need to install both R and RStudio.
    • Follow the instructions for your distribution from CRAN. For most distributions, you can use your package manager (e.g. for Debian/Ubuntu run sudo apt-get install r-base, and for Fedora run sudo yum install R) but make sure that you have at least R 3.2.2 (as pre-packaged versions might be out of date).
    • To install RStudio, go to the RStudio Download page
    • Under Installers select the version for your distribution.
    • Once it's downloaded, double click the file to install it (or sudo dpkg -i rstudio-x.yy.zzz-amd64.deb at the terminal).
    • Once it's installed, open RStudio to make sure it works and you don't get any error messages.

  4. FTP Client (Filezilla)
    An FTP client will help you transfer files easily between your computer and the cloud.
    • Go to the Filezilla download page
    • Chose the download link appropriate to your system
    • To use it, double-click on the downloaded file
    • Follow any installation instructions, if any
    • At the workshop we will give you additional information (e.g. host, username, port) to connect