https://github.com/mskcc/igo-scripts
Collection of scripts used by IGO
https://github.com/mskcc/igo-scripts
Last synced: 4 months ago
JSON representation
Collection of scripts used by IGO
- Host: GitHub
- URL: https://github.com/mskcc/igo-scripts
- Owner: mskcc
- Created: 2019-07-30T21:49:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T19:27:06.000Z (almost 6 years ago)
- Last Synced: 2025-02-28T08:28:59.254Z (over 1 year ago)
- Size: 232 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# igo-scripts
Collection of scripts used by IGO
## Deployment
Deployments are organized by git branches. To deploy to a specific application, checkout the project and corresponding branch.
```
$ git clone https://github.com/mskcc/igo-scripts.git
Cloning into 'igo-scripts'...
remote: Enumerating objects: 23, done.
remote: Counting objects: 100% (23/23), done.
remote: Compressing objects: 100% (17/17), done.
remote: Total 23 (delta 3), reused 20 (delta 3), pack-reused 0
$ cd igo-scripts/
$ git checkout --track origin/MY_PROJECT # Replace MY_PROJECT w/ desired application
```