VoigtLab / dnaplotlib

DNA plotting library for Python
MIT License
288 stars 73 forks source link

Reading design information from GFF and GenBank files #5

Closed chofski closed 8 years ago

chofski commented 8 years ago

Having the ability to use standard GFF/GenBank files would simplify the import of designs. It should be possible to set up a user-defined mapping of types and attributes.

chofski commented 8 years ago

A new function load_design_from_ff has been added. GenBank files are not directly supported as there are numerous tools to convert from GenBank to other formats such as GFF. This may be added at a future date.