diff options
| author | Pjotr Prins | 2026-06-02 10:39:23 +0000 |
|---|---|---|
| committer | Pjotr Prins | 2026-06-02 10:39:23 +0000 |
| commit | e586976ac493d2f7480784f098d58c9fed065b02 (patch) | |
| tree | 23c02956067aaedc132ca4f7c33bfb0008b93ab6 /scripts/create-singularity-pangenome-tools.sh | |
| parent | 338c2008c04ebe91b48982c14b06f71de13cd967 (diff) | |
| parent | 2d2bf39bf30d4d68cd31b38555620aa14a0c5bca (diff) | |
| download | guix-bioinformatics-main.tar.gz | |
Diffstat (limited to 'scripts/create-singularity-pangenome-tools.sh')
| -rwxr-xr-x | scripts/create-singularity-pangenome-tools.sh | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/scripts/create-singularity-pangenome-tools.sh b/scripts/create-singularity-pangenome-tools.sh new file mode 100755 index 0000000..93df530 --- /dev/null +++ b/scripts/create-singularity-pangenome-tools.sh @@ -0,0 +1,21 @@ +#!/bin/sh +# Build a Singularity (SquashFS) image of mempang-workshop plus a +# minimal shell environment, and drop a copy in ~/tmp. See +# lib-pangenome-pack.sh for the naming convention and outputs. +# +# Usage: scripts/create-singularity-pangenome-tools.sh + +. "$(dirname "$0")/lib-pangenome-pack.sh" + +pangenome_pack squashfs gz.squashfs singularity +pangenome_write_outputs + +echo +echo "Singularity image ready:" +ls -lh "$PACK_TARGET" +echo "md5sum: $MD5SUM_FILE" +echo "inventory: $INVENTORY" +echo +echo "Run with:" +echo " singularity exec $PACK_TARGET <command>" +echo " singularity shell $PACK_TARGET" |
