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

Fix discrepancies between code and docs #13

Closed AnthonyOfSeattle closed 2 years ago

AnthonyOfSeattle commented 2 years ago

This PR is to address issues #9 and #12, which are about differences in the documentation vs the code.

The first fixed issue is just to add tqdm as a requirement for the package, as the main code will not run without it.

The second issues are annoying discrepancies between the documentation and what happens in the main script. I fixed the delineation of neutral loss groups, and forced upper case input for the main modified residues. Lower case is still allowed for specifying neutral loss groups.