Skip to main content

Questions tagged [docker]

Docker is a computer program that performs operating-system-level virtualization, also known as "containerization".

1 vote
1 answer
43 views

I am trying to install old version of DESeq2 (2019) and used the Dockerfile below: ...
user2998764's user avatar
3 votes
1 answer
151 views

I am running DeepVariant on a c5.4xlarge instance on AWS EC2 with Ubuntu Server 24.04. I'm using htop to monitor my CPU and memory usage. During make_examples, I noticed that only 8GB of my 32GB of ...
Sam's user avatar
  • 33
2 votes
0 answers
38 views

Problem is that the docker image i am trying to run requires a mount points to several resources in order to run. Example: ...
bio-X's user avatar
  • 21
2 votes
2 answers
236 views

I'm trying to use the HaplotypeCaller from the GATK toolkit but I keep getting an error. I pulled GATK through Docker and am using this command: ...
rimo's user avatar
  • 1,063
1 vote
1 answer
458 views

I have a simple Python script with this header ...
Zizogolu's user avatar
  • 2,242
2 votes
1 answer
99 views

I have pulled GATK docker on my computer but when running a GATK command, can not locate my input file My OS version ...
Zizogolu's user avatar
  • 2,242
2 votes
1 answer
239 views

I ran the following code in bash (I added print statements for ease): ...
Indira's user avatar
  • 380
2 votes
1 answer
203 views

This feels like a silly question, but I am testing parabricks bammetrics and nothing is being written to my output file. This is the command I am using: ...
womy's user avatar
  • 85
4 votes
2 answers
505 views

I'm trying to build a Dockerfile. It has a tool called Atria that utilizes Julia. Since Ubuntu 22.04 does not have Julia package, I had to resort to installing it. The following is the Dockerfile: <...
pubsurfted's user avatar
1 vote
0 answers
126 views

Hi there I'm new to WDL and I need to complete a two-step workflow, Basically, what I need to do is to extract and merge two reads dataset (forward and reverse) for a sample and pass the merged, ...
Matteo's user avatar
  • 121
1 vote
0 answers
88 views

I start saying my background is Biology and I'm totally new to WDL, so I'm aware my code will be messy but I'm trying to learn. My problem is, essentially, to run a Docker container I built and tested ...
Matteo's user avatar
  • 121
3 votes
2 answers
597 views

I am trying to run an R script as a task in WDL in a docker image. Since this is my first time working with these, I am stuck in something very simple (and in the initial stage) and am hoping somebody ...
binn's user avatar
  • 73
2 votes
1 answer
485 views

I have a pipeline, which is written in WDL & runs with the help of Cromwell. I use Docker...
crusher083's user avatar
1 vote
2 answers
624 views

Following the docs just won't work for me. ...
titus's user avatar
  • 131
2 votes
1 answer
173 views

Bioconda packages have associated containers images. E.g. bioconductor-csaw has the image quay.io/biocontainers/bioconductor-csaw...
mox's user avatar
  • 343

15 30 50 per page