일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ChIPseq
- Bioinformatics
- EdgeR
- Git
- MACS2
- single cell
- HTML
- cellranger
- PYTHON
- python matplotlib
- CSS
- DataFrame
- matplotlib
- 싱글셀 분석
- js
- CUTandRUN
- javascript
- drug muggers
- julia
- scRNAseq analysis
- single cell rnaseq
- ngs
- 비타민 C
- single cell analysis
- scRNAseq
- github
- pandas
- Batch effect
- drug development
- CUT&RUN
Archives
- Today
- Total
목록git 기본 (1)
바이오 대표
[Github] 전체적인 process 예시
실제로 사용 되는 기본 코드 예시 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