Villen-Lab / pyAscore

A python package for fast post translational modification localization, powered by Cython.
https://pyascore.readthedocs.io/
MIT License
18 stars 5 forks source link

Allow passing constant mods #28

Closed AnthonyOfSeattle closed 2 years ago

AnthonyOfSeattle commented 2 years ago

I realized that programs like Percolator and Mokapot were not writing static mod masses. I was handling this internally but not allowing the user to define custom static mods in cases like TMT labeling. This PR fixes that problem.