comparison eutils.py @ 4:258f8ed9a08b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_eutils commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
author iuc
date Fri, 10 Jun 2016 15:04:04 -0400
parents 49b8084df3ce
children 02c7d63c7240
comparison
equal deleted inserted replaced
3:49b8084df3ce 4:258f8ed9a08b
25 "administrator email in NCBI_EUTILS_CONTACT") 25 "administrator email in NCBI_EUTILS_CONTACT")
26 26
27 if history_file is not None: 27 if history_file is not None:
28 with open(history_file, 'r') as handle: 28 with open(history_file, 'r') as handle:
29 data = json.loads(handle.read()) 29 data = json.loads(handle.read())
30 print data
31 self.query_key = data['QueryKey'] 30 self.query_key = data['QueryKey']
32 self.webenv = data['WebEnv'] 31 self.webenv = data['WebEnv']
33 self.using_history = True 32 self.using_history = True
34 33
35 def get_history(self): 34 def get_history(self):