Changes to Singulary document to elaborate on how to find images and create custom ones\
Compare changes
@@ -17,6 +19,34 @@ differences that make it more suited for HPC environments.
@@ -24,12 +54,9 @@ within the container; alternatively, the `shell` command is used to
@@ -41,7 +68,9 @@ singularity exec docker://unlhcc/spades spades.py <spades arguments>
@@ -57,27 +86,48 @@ singularity exec docker://unlhcc/spades spades.py <spades arguments>
If you get the error `FATAL: kernel too old` when using your Singularity image on the HCC clusters, that means the *glibc* version in your image is too new for the kernel on the cluster. One way to solve this is to use lower version of your base image (for example, if you have used Ubuntu:18.04 please use Ubuntu:16.04 instead).
@@ -165,42 +215,3 @@ image for Spades version 3.11.0, run:
If you get the error `FATAL: kernel too old` when using your Singularity image on the HCC clusters, that means the *glibc* version in your image is too new for the kernel on the cluster. One way to solve this is to use lower version of your base image (for example, if you have used Ubuntu:18.04 please use Ubuntu:16.04 instead).