> > for name in zf.namelist(): > filename = name.split('/')[-1] > file_raw = zf.open(name) > jsoligo = ''.join(split(''.join(file_raw)))[::-1] > rev =(jsoligo[find(jsoligo,'/')+2:find(jsoligo,';')][::-1]) >
I'm not going to attempt to decipher all of the above right now, but if your processed_seq field is ending up with values you don't expect, the above code is where you should look for errors. > records = db(db.plugin_seq.id>0).select() > What is the above line doing? It does not appear you use the "records" variable anywhere else. > I have attached my output > I don't see any attachments (I'm using the Google Groups web interface -- you may need to use the interface to post for attachments to appear here). Anthony