-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rule mask_self fails on Docker container #29
Comments
Hi, that seems strange. I have no clue what is going on. I suspect it has nothing directly to do with DENTIST. It might be something file system-related. What's the output of |
I just re-ran the exact same commands and am getting a new error:
I'm completely confused now, especially since it works fine when it's not on a docker container. I'd be okay closing this issue since it doesn't appear to be a problem with DENTIST. |
I tried running your code on my machine. First, I could reproduce the latest error which occurred because of an update to Snakemake. I have created wget https://github.com/a-ludi/dentist/files/8031135/snake.patch.txt
yum install -y patch
patch Snakefile snake.patch.txt After this first fix, everything works as expected, though. It seems your original error is related to the machine you are running Docker on or its setup/configuration. You could try it on a different machine. |
I'm trying to use dentist on a docker container, but the example always fails during the
mask_self
step. From my mac, I'm starting the container usingdocker run -it --rm=true --platform linux/x86_64 centos:7 /bin/bash
. I'm then running the following:This causes the following error:
The contents of
logs/mask-self.reference.log
:Strangely, I can run the same series of commands on a CentOS 7 cluster with no issue. The contents of
logs/mask-self.reference.log
for the successful run areI've also tried this on the
condaforge/mambaforge:4.11.0-0
container, but I get the same error.Any insights are greatly appreciated!
The text was updated successfully, but these errors were encountered: