levitsky / pyteomics

Pyteomics is a collection of lightweight and handy tools for Python that help to handle various sorts of proteomics data. Pyteomics provides a growing set of modules to facilitate the most common tasks in proteomics data analysis.
http://pyteomics.readthedocs.io
Apache License 2.0
105 stars 34 forks source link

Use metaclass to add __init__ to flavored fasta parsers #121

Closed levitsky closed 9 months ago

levitsky commented 10 months ago

This continues the discussion from #120 and uses the new metaclass to replace the _add_init decorator. Potential weak links: