In [ ]:
## Setting up github repository and git annex
Objective setup git repository and git annex for micro rm project
### git-annex
https://git-annex.branchable.com/how_it_works/
stores the file name and metadata
1. install on desktop `sudo apt-get install git-annex`
2. use to sync folders across computers
3. secrete phrase "nate's micro_rm annex"
4. need to revisit at a later point, use rsync for now
### github
1. restructured the micro_rm_dev repository
2. added code from the genome_positions_classification git hub repository to analysis/stats/sequence_purity
3.
### structure
1. Rproj for all stats analysis, maybe use project template but up in the air
2.