BjornFJohansson / pydna

Clone with Python! Data structures for double stranded DNA & simulation of homologous recombination, Gibson assembly, cut & paste cloning.
Other
166 stars 45 forks source link

Clean up the downloads.py module #29

Closed BjornFJohansson closed 7 years ago

BjornFJohansson commented 8 years ago

Remove the "read from url" option in the downloads.py module, use download_text instead. Use the requests library! Remove unused "GenbankRecord" class in downloads.py module

BjornFJohansson commented 7 years ago

Some functions has been depreceated using PydnaDeprecationWarning GenbankRecord class has been improved for the Jupyter notebook.

BjornFJohansson commented 7 years ago

fixed in 1.1.4