Add hg38 pre-installed in the docker image #2267
Replies: 1 comment
-
Hi @KyriakisDimitrios , thanks for the message. We try not to bundle hg38 and other genomic sequences, to prevent the images from becoming even larger than they already are. What I would recommend just creating a new dockerfile based on a previous one that has ArchR preinstalled. You can then do the following,
Then run However, I acknowledge that ArchR has a ton of dependencies in general. Perhaps the best way to get around this is with creating a very large image with every reference genome we refer to. The image size would be massive, but would this be preferable on your end? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi ,
I’m running into an issue with Docker. When I try to run my container, I get an error about a missing package: "BSgenome.Hsapiens.UCSC.hg38".
Here’s the error message:
Additionally, since I’m running this on an HPC node without internet access, installing the package on the fly isn’t an option.
With hg19 running fine.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions