This repo hosts scripts associated with Fallon's master project to compare transcriptomic profile between organoid and real tissues
- Git clone the repo
git clone git@github.com:ctg-single-cell/transcriptome_comp.git
- Create a branch for you to work on
git checkout -b "fallon_dev"
- Do your work on this branch. Regularly do:
git add {file}
git commit -m "Create a file to format GWAS sum stat"
- When ready to push:
- Push to a branch (and not on main)
git push origin fallon_dev
- Navigate to the github website and create a pull request.
- Specify Tanya as a reviewer