medbioinf / pia

:books: :microscope: PIA - Protein Inference Algorithms
https://github.com/medbioinf/pia
Other
21 stars 9 forks source link

Filters for PSM-Peptides using Search Engine provisioning #124

Open ypriverol opened 5 years ago

ypriverol commented 5 years ago

Some pipelines need to filter PSMs taking into account the Search Engine provisioning (which search engines have identified the corresponding spectrum), we see two cased here:

julianu commented 5 years ago

There is a new filter named "PSM_SET_CONTAINS_SCORE_FILTER" now (see PR #123). This works like a normal literal filter and only PSM sets containing the given score are passed on. If you require more than one (like all) scores, just add all. The test-file SearchEngineFilterTest demonstrates this in more detail.

ypriverol commented 5 years ago

I will close the issue.

julianu commented 5 years ago

No, the second task is still missing ;)