Workflows downloaded using snakedeploy do not play nice with rules requiring singularity containers. The singularity containers do not get downloaded, and rules relying on the containers are not executed within the container. Since the workflow works when cloning, the issue is likely with snakedeploy.
As an aside, I notice that the messages regarding the cache directive also disappear when using snakedeploy.
Description
Workflows downloaded using snakedeploy do not play nice with rules requiring singularity containers. The singularity containers do not get downloaded, and rules relying on the containers are not executed within the container. Since the workflow works when cloning, the issue is likely with snakedeploy.
As an aside, I notice that the messages regarding the cache directive also disappear when using snakedeploy.
What I Did
Running
snakemake -j1 --use-conda --conda-frontend mamba --use-singularity
works in the cloned but not in the deployed directory.