Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleted a stray comma and added a closing parenthesis #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions ot2_moclo_jove/miniprep/data/miniprep_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@
spm = [buffers.wells(8), buffers.wells(9)]
eb = buffers.wells(10)

#Add 500 �L ETR and 20 �L Mag-Bind
p300.transfer(520, etr_mag.bottom(0.5),
#Add 500 µL ETR and 20 µL Mag-Bind
p300.transfer(520, etr_mag.bottom(0.5))
#Wait 5 min
#Magnetize and discard supernatant
#Demagnetize and add 500 �L ETR
#Demagnetize and add 500 µL ETR
#Magnetize and discard supernatant
#Demagnetize and add 700 �L VHB
#Demagnetize and add 700 µL VHB
#Magnetize and discard supernatant
#Demagnetize and add 700 �L VHB
#Demagnetize and add 700 µL VHB
#Magnetize and discard supernatant
#Demagnetize and aAdd 700 �L SPM
#Demagnetize and aAdd 700 µL SPM
#Magnetize and discard supernatant
#Wait 1 min
#Discard last bit of supernatant
#Wait 9 min
#Demagnetize and add 50-100 �L Elution Buffer (might be able to add less)
#Demagnetize and add 50-100 µL Elution Buffer (might be able to add less)
#Magnetize and remove and save supernatant (which contains dna)


Expand Down