Skip to content
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

Closed
rjcorb opened this issue Jul 22, 2024 · 4 comments
Closed

Provide detailed instructions for running Fragpipe in docker container #1690

rjcorb opened this issue Jul 22, 2024 · 4 comments
Assignees

Comments

@rjcorb
Copy link

rjcorb commented Jul 22, 2024

- 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.

git clone https://github.com/Nesvilab/FragPipe.git

cd FragPipe

docker pull fcyucn/fragpipe

docker run --platform linux/amd64 --name fragpipe -d -e PASSWORD=ANYTHING -p 80:8787 -v $PWD:/home/rstudio/FragPipe fcyucn/fragpipe:latest

Any updates to the README that would provide insights into how to get this running would be greatly appreciated!

@fcyu fcyu self-assigned this Jul 22, 2024
@fcyu
Copy link
Member

fcyu commented Jul 22, 2024

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 /fragpipe_bin

Best,

Fengchao

@rjcorb
Copy link
Author

rjcorb commented Jul 22, 2024

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?

@fcyu
Copy link
Member

fcyu commented Jul 22, 2024

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

@fcyu
Copy link
Member

fcyu commented Jul 23, 2024

I have write a tutorial: https://fragpipe.nesvilab.org/docs/tutorial_docker.html

Let me know if you have any other questions.

Best,

Fengchao

@fcyu fcyu closed this as completed Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants