-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I'm currently trying to get the docker version of PyQuant to work at my pc. As a test, i tried to replicate the method in integration_isobaric_tags.py in the test folder of the repository with the data given there. The command i ran in docker was:
docker run -v C:/Users/jonat/source/repos/pyquant/tests/data:/data chrismit7/pyquant:v0.2.3-rc2 --scan-file /data/iTRAQ_Data.mzML -o /data/itraq_test --precursor-ppm 200 --isobaric-tags --label-scheme /data/itraq_labels.tsv
The output in the console was the following:
msparser not found, Mascot DAT files unable to be parsed
Loading Scans:
Scans loaded.
Beginning quantification.
After executing the command, a itraq_test.tmp file appeared with a size of 0 kb. I let it run over night, and the size of the .tmp file didn't change and nothing else happened, indicating that the application was stuck.
My question now is, am I missing something in my execution, or is there an issue with the docker container? Thanks in advance for any help!
Metadata
Metadata
Assignees
Labels
No labels