Singularity container for deepTools?
1
0
Entering edit mode
2.6 years ago
Ann Loraine ▴ 50

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

deepTools rnaseq • 1.9k views
ADD COMMENT
0
Entering edit mode
2.6 years ago
ATpoint 82k

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 in Quay and Galaxy.

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

ADD COMMENT
0
Entering edit mode

I think it worked.

I used:

singularity pull docker://quay.io/biocontainers/deeptools:3.5.1--py_0

which downloaded the Docker image and converted it to a '"sif" (singularity) image file.

Then I tried:

[aloraine@str-i1 nextflow_deepTools]$ singularity run deeptools_3.5.1--py_0.sif bamCoverage --version
INFO:    Converting SIF file to temporary sandbox...
WARNING: Skipping mount /usr/local/singularity/var/singularity/mnt/session/etc/resolv.conf [files]: /etc/resolv.conf doesn't exist in container
bamCoverage 3.5.1
INFO:    Cleaning up image...

which seems to have executed without an error - just a warning.

ADD REPLY
1
Entering edit mode

The good news is that docker containers are made for all bioconda packages automatically (they're used in the testing step, so they're made anyway). The Galaxy folks then convert I think all of them to singularity every day or two (Björn always mentions there's a huge backlog when I perform the twice-yearly bioconductor upate, which gives credence to this).

ADD REPLY

Login before adding your answer.

Traffic: 3214 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6