-
Notifications
You must be signed in to change notification settings - Fork 49
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
Podman and shifter profiles not working #142
Comments
Yes, this is right it can not be run with conda and actually we recently added an error to the modules that can not be run using conda on #138. I strongly encourage you to use Docker or Singularity to run the pipeline. |
@JoseEspinosa That's unfortunate, because the shifter and podman profiles also don't work. It seems to be trying to copy the container image before the work dir is created, so it errors out:
As you can see, the work dir is declared the same as where the container should be extracted and the work dir exists. Docker and singularity are both not available on our systems. This is why we were hoping to utilize the conda environment instead. |
That's indeed bad, we will take a look and try to fix the podman and/or shifter profiles as it should work with them. Thanks for reporting. |
It would be great if we could get more information @Qiangong2 |
I have been testing the pipeline with podman and it works on my hands, maybe check if something is misconfigured in your system. |
As there has been not more feedback, I close the issue now, feel free to reopen it in case you need any further assistance. |
Description of the bug
When you try and run an alphafold2 job (and presumably colabfold as well) using the conda profile, it always errors out with:
python3: can't open file '/app/alphafold/run_alphafold.py': [Errno 2] No such file or directory
It's almost like it thinks it's running in a container, when it's not.
Command used and terminal output
Relevant files
nextflow.log
System information
Version: 23.10.1.5891
Hardware: HPC
Executor: local & slurm
Container engine: conda
OS: SLES 15
nf-core/proteinfold: current master
The text was updated successfully, but these errors were encountered: