Hello,
I'm encountering an issue when trying to convert a Bruker file using the Timsconvert Docker version. The process starts, but no output is generated.
Steps to Reproduce:
-
I run the following Docker command:
docker run --rm -v /home/proteomics/mydata/d/PRCRT-263/DDA/T061519_QC03_AurEl7_PM5_RA7_1_7694.d:/data proteomicsunitcrg/timsconvert:latest --input /data --outdir /data --verbose
-
The following message appears in the console:
INFO:root:2024-10-05T17:44:43.913204: Initialize Bruker .dll file...
INFO:root:2024-10-05T17:44:43.921000: Loading input data...
However, nothing else happens after that.
-
I checked the output folder, but no mzML files are created.
Folder Contents:
Here is the content of the input/output directory:
Input folder: /home/proteomics/mydata/d/PRCRT-263/DDA/T061519_QC03_AurEl7_PM5_RA7_1_7694.d
total 948576
4 -rw-r--r-- 1 root root 127 oct 5 19:49 log_2024-10-05_17-49-57-314784.log
4 drwxr-xr-x 3 proteomics proteomics 4096 oct 5 19:49 .
4 -rw-r--r-- 1 root root 127 oct 5 19:49 log_2024-10-05_17-49-27-913423.log
4 -rw-r--r-- 1 root root 127 oct 5 19:47 log_2024-10-05_17-47-56-237279.log
4 -rw-r--r-- 1 root root 127 oct 5 19:44 log_2024-10-05_17-44-57-991316.log
4 -rw-r--r-- 1 root root 127 oct 5 19:44 log_2024-10-05_17-44-43-913094.log
4 drwxr-xr-x 4 proteomics proteomics 4096 oct 5 07:14 ..
4 drwxr-xr-x 3 proteomics proteomics 4096 oct 5 07:14 7694.m
164944 -rw-r--r-- 1 proteomics proteomics 168902656 may 3 16:45 analysis.tdf
774028 -rw-r--r-- 1 proteomics proteomics 792600576 may 3 16:45 analysis.tdf_bin
9552 -rw-r--r-- 1 proteomics proteomics 9778176 may 3 16:45 chromatography-data.sqlite
0 -rw-r--r-- 1 proteomics proteomics 0 may 3 16:45 chromatography-data.sqlite-journal
12 -rw-r--r-- 1 proteomics proteomics 10240 may 3 15:45 chromatography-data-pre.sqlite
8 -rw-r--r-- 1 proteomics proteomics 5314 may 3 15:45 SampleInfo.xml
Expected Behavior:
I expected the conversion process to complete successfully, generating mzML files in the output folder.
Actual Behavior:
The conversion process seems to hang after the initialization of the Bruker .dll file, and no mzML files are generated.
Any help or suggestions on how to resolve this would be appreciated. Thank you!
Hello,
I'm encountering an issue when trying to convert a Bruker file using the Timsconvert Docker version. The process starts, but no output is generated.
Steps to Reproduce:
I run the following Docker command:
The following message appears in the console:
However, nothing else happens after that.
I checked the output folder, but no mzML files are created.
Folder Contents:
Here is the content of the input/output directory:
Input folder:
/home/proteomics/mydata/d/PRCRT-263/DDA/T061519_QC03_AurEl7_PM5_RA7_1_7694.dExpected Behavior:
I expected the conversion process to complete successfully, generating mzML files in the output folder.
Actual Behavior:
The conversion process seems to hang after the initialization of the Bruker
.dllfile, and no mzML files are generated.Any help or suggestions on how to resolve this would be appreciated. Thank you!