These changes resolve the numerous warnings Snakemake emits wrt input paths containing double slashes '//'. The default root user in the Docker container has also been replaced with a non-root user.
Change summary:
avoid use of the HOME environment variable in Dockerfile
use a non-root user in the Docker container
forcefully set HOME to non-root user home dir in Docker container
normalise base install path by stripping leading '//' in install.sh
These changes resolve the numerous warnings Snakemake emits wrt input paths containing double slashes '//'. The default root user in the Docker container has also been replaced with a non-root user.
Change summary:
/cc @brainstorm @alexiswl @ohofmann