Repository for 2021 sample stability benchmarking data analysis and figures.
To get started as a collaborator on this project, log onto SCG, navigate to your lab directory and then to where you'd like to clone this project, and type:
git clone https://github.com/dgmaghini/Benchmarking.git
.
To start making new changes, create a new branch by typing:
git co -b branchname
and verify that you are in a new branch by typing:
git branch
Commit changes as you finish working on chunks of code/analysis. When ready, push your branch with:
git push