Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from bioservices import PSICQUIC
- inters = []
- for p in prots:
- identif = 'identifier:' + str(p)
- if i == 3000 or i == 6000 or i == 9000:
- time.sleep(7)
- #Se utliza la función time.sleep para detener unos
- #segundos el proceso y no saturar IntAct
- s = PSICQUIC(verbose = False)
- q = s.query("intact", identif, "tab25")
- if q!=[['']]:
- for i in range(len(q)):
- idA = q[i][0]
- idA = idA[10:len(idA)]
- idB = q[i][1]
- idB = idB[10:len(idB)]
- score = q[i][14]
- score = score[(len(score)-4):len(score)]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement