일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- drug development
- single cell analysis
- MACS2
- EdgeR
- python matplotlib
- CUTandRUN
- drug muggers
- CSS
- pandas
- scRNAseq analysis
- scRNAseq
- DataFrame
- ngs
- Git
- single cell
- Bioinformatics
- PYTHON
- 비타민 C
- github
- HTML
- js
- javascript
- Batch effect
- julia
- matplotlib
- CUT&RUN
- ChIPseq
- cellranger
- single cell rnaseq
- 싱글셀 분석
Archives
- Today
- Total
목록Patch (1)
바이오 대표
[Git] Intro - Linux에서 파일 비교하기 (diff/patch)
해당 코드를 통해 old_version 과 new_version을 비교 및 확인 할 수 있다. (All changes, context 확인 가능) 사용 이유: 사람이 직접 비교하면 시간도 많이 많이 걸릴뿐더러 error-prone => automatically by using diff/patch $ diff [old_file] [new_file] # difference 찾기 해당 코드의 아웃풋으로, difference 가 있는 code line 만보여준다. 두개의 파일 비교 후 는 new_version에서의 라인들을 보여준다. line #from [new_file] 만약 outpu..
Programming enviorment
2021. 11. 17. 22:07