Julianus Pfeuffer

Results 1002 comments of Julianus Pfeuffer

As expected, the inline deref and string conversion prevents us from using nogil basically everywhere. Autowrap should be rewritten to cdef intermediate derefed/converted variables after type checking which are then...

Depends on https://github.com/OpenMS/autowrap/pull/181 and corresponding smaller changes in our ConversionProviders

I think it is a good idea. How long does compression take @ypriverol ? Maybe it is better to do it in each step where the mztab is produced. This...

Would be important to support analysis of datasets where one file failed.

If this is still true, it might be important to fix.

It's more like a missing feature. I would say better behaviour would be to not read lines that start with a comment character. Usually "#".

I was thinking about encoding some things/settings in pin files. That's my use case

Yes might be enough. One would need to open the file again separately to parse the header comments but that's acceptable I think.

Hmmmm what do you think? Should work but you lose a lot of readability in the methods if everything is just a double*.

Can we maybe add a shim/strong typedef in OpenMS at least? Not sure if possible.