-
Notifications
You must be signed in to change notification settings - Fork 38
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
Provide detailed instructions for running Fragpipe in docker container #1690
Comments
Let me paste some commands in the following. docker image ls -a # get the image ID
docker run -it -v <local dir>:<container dir> <docker image ID> /bin/bash # you probably need to mount the local dir to container FragPipe is located in Best, Fengchao |
Thank you, I was able to get into the docker container with the above instructions. However, it looks like some of the FragPIpe dependencies (MSFragger, diaTracer, IonQuant) are not installed as part of the docker image. I see that these are all available to download through a web browser, but is there a way to download and install these tools from the command line? |
Unfortunately, no. You have to either download it using browser or FragPipe GUI. In case you wonder, we could not put those three tools in the docker image due to the license constraint. Best, Fengchao |
I have write a tutorial: https://fragpipe.nesvilab.org/docs/tutorial_docker.html Let me know if you have any other questions. Best, Fengchao |
- Describe the feature:
The repository README should be updated to include additional instructions for running Fragpipe in docker container. Currently there are instructions for pulling the docker image, but no additional instructions for running and entering docker container. I have executed the following commands, but when I try to run the docker container, it exits immediately after starting.
Any updates to the README that would provide insights into how to get this running would be greatly appreciated!
The text was updated successfully, but these errors were encountered: