UWPR / Comet

An tandem mass spectrometry (MS/MS) sequence database search tool.
https://uwpr.github.io/Comet/
Apache License 2.0
45 stars 13 forks source link

limit scope of variable mods to a subset of proteins #67

Closed jke000 closed 1 month ago

jke000 commented 2 months ago

Extend the variable mod support to allow the user to specify a list of protein identifiers that the modification(s) would only apply to. For example, apply a list of variable mods to just histone proteins and not all proteins in the database.

jke000 commented 1 month ago

Completed with commits fd4d7fdf and 55d75c6 by adding parameter "protein_modlist_file". This parameter points to a file containing lists of a modification number and protein accession string, one pair per line, which will apply that variable modification only to db entries that match that protein string.