-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to Convert Bruker File Using Timsconvert Docker Version #64
Comments
Hi @rolivella, I see that you've made multiple attempts at the conversion. Would you be able to share one of the those *.log files either here or privately? Additionally, do you have any further information on this data (i.e. is this standard ddaPASEF data, how long was the acquisition, OS, etc.)? |
Thanks for your reply. Unfortunately, the data is not mine, but I can send you a link to access it privately if that helps. As for the logs, all of them contain the same information that I shared in my original post, which includes the following lines:
Regarding the data, it is standard DDA-PASEF data, but I'm not sure of the exact acquisition duration. Please let me know how you'd like to proceed! |
Hi all, Cheers, |
We never tried with the docker, but used it after installing conda... |
Hi @rolivella and @AnStaes I'm in the process of updating/testing the Docker container and nextflow workflow at the moment now that I've made a variety of updates to TIMSCONVERT's parameters and added support for iprm-PASEF MALDI workflows. Chances are I've missed something when it comes to updating the Docker containing which is why you are seeing TIMSCONVERT hang. Stay tuned for updates. In the meantime, based on my testing the non-Docker CLI version should work, and I've also added a Qt based GUI that is still capable of batch conversion as well as of 2.0.0. Feel free to try those out in the meantime while I work on the nextflow update. Lastly, @rolivella I see the mention regarding TIMSCONVERT and nf-core. Please let me know if there's anything else I can help with on that front. |
Thanks @gtluu for taking care of the Docker version of your software. We are very interested in the Docker container as we plan to add it to our Nextflow pipeline, avoiding the need to install additional software on the system. Secondly, regarding the nf-core, I encourage you to develop the TIMSCONVERT module by following these instructions: nf-core module tutorial. Unfortunately, I don't have the time to work on it myself. |
Would be great to see timsconvert on Conda/Quay, then we could use it for conversion |
Hi,
. It is possible to run tims
convert on conda! See image attached.
Cheers,
An
On 11 Oct 2024 23:12, Jonas Scheid ***@***.***> wrote:
Would be great to see timsconvert on Conda/Quay, then we could use it for conversion
—
Reply to this email directly, view it on GitHub<#64 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AG7GFS56VR6R2SMWXJGHKVDZ3A5MFAVCNFSM6AAAAABPNRFAEOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBYGEZDMNBRGE>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hi all, this probably does not adress your original problem but for version 2.0.0 I had to install some libraries into the Docker container (or else even running with just I just took this snippet from https://forum.qt.io/topic/154450/build-a-docker-for-pyside6 which made it work for my use case:
|
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.d
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!
The text was updated successfully, but these errors were encountered: