38,763
edits
(Updating to match new version of source page) Tags: Mobile edit Mobile web edit |
(Updating to match new version of source page) |
||
Line 362: | Line 362: | ||
module load apptainer | module load apptainer | ||
APPTAINER_BIND=' ' apptainer build image.sif image.def | APPTAINER_BIND=' ' apptainer build image.sif image.def | ||
You can test that your image provides <code>multiqc</code>, for example, like this: | |||
{{Command | |||
|apptainer run image.sif multiqc --help | |||
|result= | |||
/// MultiQC 🎃 v1.25.1 | |||
Usage: multiqc [OPTIONS] [ANALYSIS DIRECTORY] | |||
... | |||
}} | |||
==Using Spack in Apptainer == | ==Using Spack in Apptainer == |