Skip to content

Commit

Permalink
Pin parsing working
Browse files Browse the repository at this point in the history
  • Loading branch information
wfondrie committed Oct 26, 2023
1 parent 4e8f6a7 commit 8d322d8
Show file tree
Hide file tree
Showing 7 changed files with 262 additions and 296 deletions.
1 change: 1 addition & 0 deletions mokapot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from .confidence import PsmConfidence
from .dataset import PsmDataset
from .parsers.fasta import digest, make_decoys, read_fasta
from .parsers.pin import percolator_to_df, read_pin
from .schema import PsmSchema
from .version import _get_version
from .writers import to_csv, to_flashlfq, to_parquet, to_txt
Expand Down
Loading

0 comments on commit 8d322d8

Please sign in to comment.