본문 바로가기
728x90

전체 글50

[생물학실험] Midi prep protocol [ Midi prep ] standard protocol Step 1. Spread plate (comp cell + DNA + LB/ 1 hour) Step 2. Mini culture (pick the colony & put into LB(3ml)+AMP(3ul)/ shaking) Step 3. Midi culture (put 100-200ul mini culture in LB 100ml (500ml flask)/ shaking overnight) Step 4. Midi prep (using kit) Preparation 1. Autoclave 완료한 500ml flask 2. LB media 1) LB-media(in 시약냉장고) 4capsule/1L (autoclave 된 500ml 플라스크 사용.. 2022. 12. 28.
[생물학실험] Maxi prep protocol (one DNA) [ Maxi prep ] standard protocol Step 1. Spread plate (comp cell + DNA + LB/ 1 hour) Step 2. Mini culture (pick the colony & put into LB(3ml)+AMP(3ul)/ shaking) Step 3. Midi culture (put 100-200ul mini culture in LB 100ml (500ml flask)/ shaking overnight) Step 4. Midi prep (using kit) Preparation 1. Autoclave 완료한 500ml flask 2. LB media 1) LB-media(in 시약냉장고) 4capsule/1L (autoclave 된 500ml 플라스크 사용.. 2022. 12. 28.
[생물학실험] QIAGEN Midi, Maxi prep 전처리 과정 Step2, Step3에 관한 QIAGEN protocol Procedure Step2. Mini culture (Midi, Maxi 공통 전처리 과정) > Pick a single colony from a freshly streaked selective plate and inoculate a starter culture of 2–5 ml LB medium containing the appropriate selective antibiotic. Incubate for approx. 8 h at 37°C with vigorous shaking (approx. 300 rpm). Use a tube or flask with a volume of at least 4 times the volume of the cu.. 2022. 12. 28.
[Linux] guide_ssh [ Jupyter notebook 실행 ] Bash 실행 > cd target_folder > jupyter notebook > connect by Internet Jupiter 단축키 설명 > https://kkokkilkon.tistory.com/151 [ bash로 macpro 연결하기 ] Macpro1: ssh -p 20022 xxx@xxx.iptime.org tmux new -s user > 처음에만 만들면 됨. tmux attach -t user > 들어가는것 ctrl+B > tmux 모든 명령의 기본 +d : 나가기 +c : create window +n : next window +p : previous window +& : kill window ## warning message ## FYI.. 2022. 12. 28.
[Linux] install_ggrep ggrep install 1) brew install grep 2) vi ~/.bashrc - 파일 생성하기 3) PATH="[설치된경로]:$PATH" - 1번에서 나온 PATH 입력하기 4) 재부팅을 안하고 바로 적용시키려면 파일에 PATH 내용추가한 다음에 source ~/.bashrc 라고 다시 한번 해주기 2022. 12. 28.
[GitHub] Sourcetree를 이용하여 GitHub에 업로드 하는법 GitHub upload by Sourcetree [ GitHub - Sourcetree connection ] github에서 repository를 먼저 만든다. (나중에 .gitignore 파일을 생성하기 어렵기 때문에 처음에 repository를 만들 때 아무거나 클릭하고 일단 생성한다.) 생성한 Github repository URL을 복사한다. Sourcetree를 열고 NEW에 Clone from URL 클릭한다. (Sourcetree 가입은 미리 해두기!) Source URL에 복사한 Github repository URL을 붙여넣는다. 자신의 finder에 빈 폴더를 만들고 destination path로 지정한다. Clone 누르면 끝!경로로 무시하고 싶은 파일을 지정하려면 그 파일이 있.. 2022. 12. 28.
728x90