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
Hello!
I'm trying to run the docker image via singularity bootstrap, since the HPC does not provide root access for docker. What would the command equivalent for -v, -t, and -i, -o in the Docker commands be, for Singularity?
Trying
singularity exec -B path1:/data -B path2:/output optitype_fred2.simg -i /data:/bam.name -d -o /output/
Gives the error that -i is not a command for exec.
The text was updated successfully, but these errors were encountered:
Hello!
I'm trying to run the docker image via singularity bootstrap, since the HPC does not provide root access for docker. What would the command equivalent for -v, -t, and -i, -o in the Docker commands be, for Singularity?
singularity build optitype.simg docker://fred2/optitype
Trying
singularity exec -B path1:/data -B path2:/output optitype_fred2.simg -i /data:/bam.name -d -o /output/
Gives the error that -i is not a command for exec.
The text was updated successfully, but these errors were encountered: