Pre-workshop setup
Please complete all setup tasks prior to the workshop, as we will not have time to go through installation steps and complete all goals of the workshop.
If you need any assistance with the installation, please contact Ryan Corbett (corbettr@chop.edu)
Workshop software requirements
Visual Studio Code
We will be writing code using Visual Studio Code text editor during the workshop, so we recommend downloading this if you do not have a preferred text editor. Alternatively, other text editors can be used such as VSCodium, Sublime, or BBEdit.
Command line tools (Mac users ONLY)
Mac users will need to install md5sum
in order to download data sets from AWS S3 via an executable shell script.
This can be done with homebrew using the command brew install coreutils
, or conda/miniconda using the command conda install -c conda-forge coreutils
.
Xcode (Mac users ONLY)
Mac users will also need to install Xcode, if not already installed. You can check if Xcode is installed on your computer by running the following command:
xcode-select -p
If Xcode is installed, then a directory path showing it’s installation location will be printed; otherwise, follow the link above to download to your computer.
Account Setup
Github
You will need to create a GitHub.com account if you do not already have one. See here for detailed account setup instructions.
Docker
We will be using Docker to showcase software and package tracking within Github repositories. Please download Docker Desktop prior to the workshop.