Bureaucrats, cc_docs_admin, cc_staff
2,879
edits
(Marked this version for translation) |
No edit summary |
||
Line 465: | Line 465: | ||
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 == <!--T:114--> | ==Using Spack in Apptainer == <!--T:114--> |