mafreitas / tdf2mzml

Other
25 stars 14 forks source link

timstof.dll #1

Closed im281 closed 3 years ago

im281 commented 3 years ago

Getting these errors indicating that the methods don't exist in the Bruker DLL? Is this a versioning issue?

Exception has occurred: AttributeError function 'tims_read_pasef_profile_msms' not found File "C:\Git\tdf2mzml-master\tdf2mzml-master\timsdata.py", line 33, in dll.tims_read_pasef_profile_msms.argtypes = [ c_uint64, POINTER(c_int64), c_uint32, MSMS_PROFILE_SPECTRUM_FUNCTOR ] File "C:\Git\tdf2mzml-master\tdf2mzml-master\tdf2mzml.py", line 26, in import timsdata as timsdata

mafreitas commented 3 years ago

Can you provide more details on the environment? It could be related to location of the lib file. Also you try the docker image to see if it works.