Closed bayraktar1 closed 1 year ago
Hello bayraktar1,
Based on the traceback you provided, it appears that you are still running the code on your local system instead of within the Docker image. Please ensure that you have followed the Docker tutorial provided here: Tutorial_Docker.md. This tutorial will guide you through the steps to properly set up and run the code within the Docker image.
Hello bayraktar1,
Based on the traceback you provided, it appears that you are still running the code on your local system instead of within the Docker image. Please ensure that you have followed the Docker tutorial provided here: Tutorial_Docker.md. This tutorial will guide you through the steps to properly set up and run the code within the Docker image.
Hello,
Thank you for your response!
It seems like the code was indeed not running within the image. I had to bind my current directory to the /app directory in the image as described in the Docker tutorial.
For anyone that also works with singularity the command looks like this:
singularity run --bind $(pwd):/app docker://peiyulin/methylc:V1.0 python /MethylC-analyzer/scripts/MethylC.py -h
Hello,
I am working on a HPC so I have to use singularity instead of docker. After pulling the image I get the following error:
It seems like pandas is not installed in the image.