wfondrie / mokapot

Fast and flexible semi-supervised learning for peptide detection in Python
https://mokapot.readthedocs.io
Apache License 2.0
43 stars 15 forks source link

Support the parsing of PIN files with a "DefaultDirection" line. #19

Closed wfondrie closed 3 years ago

wfondrie commented 3 years ago

Previously, PIN parsing would fail if there was a "DefaultDirection" line. While mokapot still does not support this line, it will now ignore it and parse the file as expected.

This PR also fixes #18.