-
Notifications
You must be signed in to change notification settings - Fork 101
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
Using Msconvert in Proteowizard (Mac/Docker version) #3368
Comments
Are you actually running on Mac? Intel chip, or Apple? The latter won't work without some kind of virtualization. I get this:
|
Thanks for the quick response. Yes, I'm using Apple M1 chip. Sorry, I seem to misunderstand Docker and thought that running the container would serve as a sort of virtualization. And do you mean the instructions here are specific to the Intel Chip? https://hub.docker.com/r/proteowizard/pwiz-skyline-i-agree-to-the-vendor-licenses. (I also tried this image) |
Duplicate of ProteoWizard/container#25 Yes, it would be great if we could run on Apple silicon, but I don't know how to make it happen or have hardware to test it. The vendor DLLs we use are compiled for AMD64, so some kind of virtualization is necessary and Docker doesn't handle it itself. |
Got it. Thank you for the explanation! |
Hi everyone,
I am new to metabolomics and Docker (so hopefully the fix is simple) and trying to learn by reanalyzing some publicly available datasets. I found a suitable dataset but am stuck at trying to convert raw files to .mzml. I'm using a Mac so I'm trying to use msconvert through the "chambm/pwiz-skyline-i-agree-to-the-vendor-licenses" image on Docker. Though I successfully pulled the image all of the errors I'm getting suggest the image does not have msconvert (which I know it must!).
When I run this in the terminal there is no output or error: docker run --rm -v /path/to/my/data:/data --platform linux/amd64 chambm/pwiz-skyline-i-agree-to-the-vendor-licenses wine msconvert --help
And when I use "which msconvert" in bash I'm consistently getting a path not found error.
Has anyone come across this issue or have recommendations on what to try?
Also if it's helpful here's some more information about the files I'm trying to convert:
MetaboLights Dataset: https://www.ebi.ac.uk/metabolights/editor/MTBLS7807/files
The data was collected with MassLynx so the data is in a .raw folder with .inf, .DAT, .IDX, and .STS files inside.
Thank you for reading!
The text was updated successfully, but these errors were encountered: