phiweger / zoo

A portable datastructure for rapid prototyping in (viral) bioinformatics (under development).
5 stars 2 forks source link

consistent location parsing #53

Closed phiweger closed 7 years ago

phiweger commented 7 years ago

check if isinstance(loc, FeatureLocation) else return error not implemented

return dict

phiweger commented 7 years ago

done: def location_tostr(loc)

phiweger commented 7 years ago

done