I'm trying to wrap my snakemake pipeline into a singularity container. But I'm not even able to summon snakemake when I want to run my container. During building there is no problem snakemake is here, I can see the snakemake --version print. But when I run my singularity container... I have this issue :
/.singularity.d/runscript: 3: snakemake: Permission deniedHere is the (minimum) def file to reproduce the error :
I tried various things such as (sometimes awkward, but I'm desperate ahah) :
I'm using singularity version 3.7.0
Could someone help me ? Have a nice day !!