Lev Levitsky

Results 10 comments of Lev Levitsky

I'm having the same issue in Yakuake and Konsole with bash. I can confirm that the issue occurs after I run `git log` with a (relatively) long history and then...

Hi Colin, yeah, that should work but this line resulted in an exception: ``` I Filter ``` The parser expected every line that starts with `I` to have at least...

If there are fewer spectra in the index than in the file, my guess would be that there are spectra with repeating (non-unique) spectrum IDs, in which case one replaces...

I don't have much experience with MS2 files, but from what I gathered at the time, the field used for indexing is the actual scan index, and so this problem...

I've made a release (4.7.2) which is already on PyPI. As for the MS2 description and the Scout software, not much is clear to me, but the [article](https://analyticalsciencejournals.onlinelibrary.wiley.com/doi/abs/10.1002/rcm.1603) introducing the...

> there is still the remote possibility that all those numbers could be the same Yes, I agree. > If combining from multiple files is allowed I don't think there...

For that matter, `journalctl` behavior is also broken because it pages its output normally (and also partially colorizes it), at least on my system.

Thank you for looking into this! I got the All-In-One package and installed it, with the same result. However, I am still using the system's xerces because it didn't compile...

Thanks again! This gets me almost all the way there, but I see that I also need to adjust the linking command for the percolator executable to include `-ltirpc`. This...

After poking around for a bit I found that I just needed to add: ```target_link_libraries(percolator tirpc)``` So the whole patch that I need to apply for the build to work...