4.4 Bind paths (aka volumes)

Paths of host system mounted in the container

For others, need to be done explicitly (syntax: host:container)

    mkdir testdir
    touch testdir/testout
    singularity shell -e -B ./testdir:/scratch fastqc-multi-bowtie.sif
    > touch /scratch/testin
    > exit
    ls -l testdir