일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- HTML
- single cell rnaseq
- 싱글셀 분석
- PYTHON
- single cell
- 비타민 C
- MACS2
- javascript
- scRNAseq analysis
- scRNAseq
- pandas
- github
- drug muggers
- CUTandRUN
- drug development
- CUT&RUN
- CSS
- julia
- Bioinformatics
- EdgeR
- Git
- single cell analysis
- cellranger
- ngs
- python matplotlib
- Batch effect
- ChIPseq
- js
- DataFrame
- matplotlib
Archives
- Today
- Total
목록git 기본 (1)
바이오 대표

실제로 사용 되는 기본 코드 예시 1. Github Account 만들기 2. 저장 후 Repository 만들기 3. 연동 $ git clone [url] 4. 해당 directory로 이동 $ cd [directory_name] 5. Configure Git $ git config --global user.name [Name] $ git config --global user.email [user@example.com] 만약 github page 에서 수정된게 있으면 push 할때 문제가 생겨서 $ git pull origin main 후에 $ git push origin main 을 하면 된다
Programming enviorment
2022. 1. 9. 18:06