#first near complete test mission
#need to make sure sh1, lyfil and sh2 are loaded

#loading puck from tube 1 to collection
loadPuck 1, :collection
#running sh1 with a sample of 25mL with a 60psi bubble point
sh1 20, 35
#put away puckin next tube
unloadPuck :collection, 2

#for testing this can be removed from here when done
#this will load in 2mL of Lysis in preparation
#for Lyfil 
#CSV.to :air
#CS.to 0
#CSR.to :lysis
#CSV.to :CSR
#CS.to 2
#delay 3
#CSR.to :air
#CS.to 8
#delay 2
#end of testing 

#next is lysis filtration, from tube to tube

lyfil 1, 2
#now do the sh2, also fixed tubes for now
loadPuck 1, :processing
sh2
#done!!!!
