Mercurial > repos > iuc > ncbi_eutils_einfo
diff eutils.py @ 3:a90ab6aa1b8a draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_eutils commit 041f11d6eb83568deda382857b121274dffe9825
| author | iuc |
|---|---|
| date | Fri, 10 Jun 2016 14:48:45 -0400 |
| parents | 6a27397a8d55 |
| children | d0c86f755c95 |
line wrap: on
line diff
--- a/eutils.py Thu Apr 07 17:37:21 2016 -0400 +++ b/eutils.py Fri Jun 10 14:48:45 2016 -0400 @@ -27,6 +27,7 @@ if history_file is not None: with open(history_file, 'r') as handle: data = json.loads(handle.read()) + print data self.query_key = data['QueryKey'] self.webenv = data['WebEnv'] self.using_history = True
