Julianus Pfeuffer
Julianus Pfeuffer
Yes that is probably your best bet. Note that you should remove the manual copy commands that we introduced for the basic Qt library DLLs. (There it was easy since...
We still need disclaimers for pyopenms and TOPPView. Or Known issues.
No, SQL will not work there, too. Traditionally the Known Issues are in the oxygen under installers. But I am not sure if this is very prominent.
Ah yes. Known issues and installers moved. So Changelog and OpenMS-docs it is.
Ok I did not create an experiment with empty spectra. I did all the rest though.
It does not complain, even annotates happily but the View stays empty.
@timosachsenberg said that there might be an ID mapping performed to add the annotations directly to spectra and since there are no spectra, they stay empty.
Hi It think the problem is that all our extension classes contain pointers to the underlying C++ objects. I read that Cythons autogenerated pickle helpers do not work in that...
I am not sure if you can overwrite the reduce functions for our extension classes in pure python, otherwise that would be an option. Or you try to use parallelism...
Maybe you can overwrite the function by creating an inheriting class and modify that. Not ideal but you could try.