nleroy917 / optipyzer

Multi-Species Codon Optimization Engine
https://optipyzer.com
Apache License 2.0
23 stars 5 forks source link

Documentation is incorrect #37

Closed nleroy917 closed 1 year ago

nleroy917 commented 1 year ago

The documentation that specifies how to initialize an api() objects is incorrect. A change should be made to the package to make the documentation consistent. and accurate.

From the email:

Hi when running optipyzer, I got error:

import optipyzer
optipyzer = optipyzer.api()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'optipyzer' has no attribute 'api'

I think this is an import issue in the __init__.py file.