Hi, I want to run FlashLFQ on a set of mzML files using the docker container (see command below)
docker run -it -v ./bio-rescoring/PXD041846/mzmls_msconvert:/raws -v ./bio-rescoring:/data smithchemwisc/flashlfq:1.0.3 --idt data/ms2rescore-output/results.ms2rescore.mokapot.flashlfq.txt --rep raws/ --out data/rescore_flashlfq_no_mbr --ppm 5
However, FlashLFQ fails to correctly read in the mzml.
Opening PSM file data/ms2rescore-output/results.ms2rescore.mokapot.flashlfq.txt
Done reading PSMs; found 116554
Setup is OK; read in 116554 identifications; starting FlashLFQ engine
Reading spectra file
Problem opening .mzML file raws/XM001_ctrl_SCX_4.mzML; One or more errors occurred. (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported) (Reading profile mode mzmls not supported)
At first I thought it was because I had incorrectly configured MSConvert, but to me the settings look correct as per the user guide for converting raw files for FlashLFQ:
docker run -v ./bio-rescoring/PXD041846/:/data \
-v ./bio-rescoring/PXD041846/raws/:/raws
chambm/pwiz-skyline-i-agree-to-the-vendor-licenses:latest
wine msconvert '/raws/*.raw' -o /data/mzmls_msconvert/ --filter "peakPicking vendor msLevel=1"
Any idea what I am doing wrong?
Thank you in advance!
Hi, I want to run FlashLFQ on a set of mzML files using the docker container (see command below)
However, FlashLFQ fails to correctly read in the mzml.
At first I thought it was because I had incorrectly configured MSConvert, but to me the settings look correct as per the user guide for converting raw files for FlashLFQ:
Any idea what I am doing wrong?
Thank you in advance!