docker pull medda/cnvs_suite
This will install a complete Galaxy server, the CNV detection tools and all the required dependencies
docker run --name galaxy_cnv -d -p 8080:80 medda/cnvs_suite
I see that I need to become an admin to install tools like ExomeDepth and cnvMOPS. How do I access the galaxy.yml from Docker to add my email as an admin?
usually the container will have a default admin account preconfigured. Check with that images documentation. You may also have to set an environment variable that configures the admins for the container.
How can I see the images documentation or environment that is in Galaxy or in the Docker? Iโve never done something like this before so Iโm not sure where to start
@gmauro
thank you for the link, but Iโm still having some trouble understanding what I should do. The following screenshot is the only thing vaguely similar to what you showed me above. However, I canโt edit it.
Also, by logging in with user: admin and password: admin, does it save my history?