-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Running the example code from the documentation fails with this exception:
TypeError: batches_support_wrapper() missing 1 required positional argument: 'collection'
Reproduce
Run this code with easy_entrez 0.3.0:
from easy_entrez import EntrezAPI
entrez_api = EntrezAPI(
'test',
'[email protected]'
)
print(entrez_api.link(database=None, ids=[15718680, 157427902], database_from='protein', command='acheck'))Expected behavior
It should return results instead of throwing this exception.
Context
OS: Ubuntu 18.04.6 LTS
Python: 3.6.9
easy_entrez 0.3.0 was installed in a virtualenv.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working