Exemplo n.º 1
0
        biochem.flush_flowcell(9)
        #biochem.rinse(int(sys.argv[1]))

    # usage: biochem_utils.py fcnum draw_into_flowcell
    elif method == 'draw_into_flowcell':
        reagent = "Wash 1"
        biochem.draw_into_flowcell(9, sys.argv[3], int(sys.argv[4]), \ 
            int(sys.argv[5])) 


    # usage: biochem_utils.py fcnum draw_into_flowcell_bufferchase
    elif method == 'draw_into_flowcell_bufferchase':
        reagent = "Wash 1"
        biochem.draw_into_flowcell_bufferchase(9, sys.argv[3], \
            int(sys.argv[4]), int(sys.argv[5]), int(sys.argv[6]), \
            int(sys.argv[7]) ) 



    # usage: biochem_utils.py fcnum hyb hybValve hybPort
    # hybValve = [V1..V3]
    # hybPort = [1..7]
    elif method == 'hyb':
        biochem.hyb(sys.argv[3], int(sys.argv[4]))


    # usage: biochem_utils.py fcnum lig_stepup_peg ligValve ligPort
    # ligValve = [V1..V3]
    # port = [1..6]; assumes lig buffer is on port 7
    elif method == 'lig_stepup_peg':