Kevin Velghe

Results 6 issues of Kevin Velghe

Currently, flags are synced to tags, but the reverse isn't true. If you mark a mail as unread "the mutt way", you'll be able to find this mail using `tag:unread`,...

In Python, we use the modification name as a unique identifier of a modification. When we have multiple modification with the same name, we just overwrite the previous modification. However,...

bug

Drop file type check and instead catch exception thrown by ms2rescore-rs if the file type is unsupported. When used with https://github.com/compomics/ms2rescore-rs/pull/1, this adds support for gzipped spectrum files. As an...

There is a checksum check, and server-side there is a redirect to https, but that also means there is no point in not using https right away.

Use file type check added in https://github.com/compomics/ms2rescore-rs/pull/1 to support any filetype supported by ms2rescore_rs.

feature

The default value when using `store_true` parameters is `False`. As a result this will always overwrite any value set in the config file. This fixes this by changing the default...