You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a permission error when running the nf-core download command through Docker with the -u option to set the user & group IDs (as described in the docs https://nf-co.re/tools/#installation).
This is a minor problem, because it works fine without -u.
Steps to reproduce
Steps to reproduce the behaviour:
Command line:
docker run -itv `pwd`:`pwd` -w `pwd` -u $(id -u):$(id -g) nfcore/tools:dev download --singularity-cache-copy -c singularity -x tar.gz rnaseq
? Select release / branch: 3.4 [release]
? Define $NXF_SINGULARITY_CACHEDIR for a shared Singularity image download folder? [y/n]: n
I've encountered this bug too with the docker alias suggestion. I think it's related to Issue #734 . Also fixed by removing the -u parameter from my docker alias.
Description of the bug
I get a permission error when running the nf-core download command through Docker with the -u option to set the user & group IDs (as described in the docs https://nf-co.re/tools/#installation).
This is a minor problem, because it works fine without
-u
.Steps to reproduce
Steps to reproduce the behaviour:
Expected behaviour
It downloads the pipeline.
System
The text was updated successfully, but these errors were encountered: