Singularity container for deepTools?
Hi!
I’m looking for a Singularity (first choice) or Docker (second choice) container with deepTools installed.
Does anybody know of a repository that contains this?
(I’m running it in a cluster environment with Singularity but not Docker daemon installed, but in theory I can run a Docker container under Singularity, so either would be fine, I guess!)
-Ann
• 29 views
I see three options:
1) Obtain a Singularity container directly via Galaxy:
wget --no-check-certificate https://depot.galaxyproject.org/singularity/deeptools%3A3.5.1--py_0
2) Convert a Docker container from Quay to create a Singularity image:
singularity pull docker://quay.io/biocontainers/deeptools:3.5.1--py_0
From what I know, if a software exists at conda then it also exists as container at Galaxy and Quay (I think, someone may confirm).
3) In case none of that is an option (e.g. you do not find suitable container from above sources) then create your own Docker container, install whatever you need via conda into it, and then convert to Singularity, as described Building Docker images
Traffic: 1879 users visited in the last hour
Read more here: Source link