In this exercise we are going to download human genomic data generated by the New York Genome Center (NYGC). Information about the data can be found here and details about their pipeline can be found here.
We will start by setting up a git repository on the cluster to hold our project data.
$ mkdir brca1-project
$ cd brca1-project
$ git init