hi,
I am trying to use an singularity application on our Linux cluster. Our admin has installed in on all nodes and it seems to work:
hpcl:> which singularity
/usr/local/bin/singularity
When I run my application I get an error, since it cannot find the singularity.conf file:
Activating singularity image /fs/.. .snakemake/singularity/file.simg
[31mFATAL: [0m Unable to parse singularity.conf file: open /usr/local/etc/singularity/singularity.conf: no such file or directory
the path doesn't exist, so I wonder how to fix this. Is there a different way to install singularity or to specify the path manually?
Thanks a lot!