jasongallant/trinity_singularity:latest
$ singularity pull shub://jasongallant/trinity_singularity:latest
Singularity Recipe
################################################################################
# Basic bootstrap definition to build CentOS 7 container from Docker container
################################################################################
BootStrap: docker
From: trinityrnaseq/trinityrnaseq
################################################################################
# Copy any necessary files into the container
################################################################################
#%files
#~/my_file /path/in/container
%post
################################################################################
# Install additional login shells for users that need them
################################################################################
#yum -y install tcsh ksh zsh
################################################################################
# Install additional packages
################################################################################
#yum -y install vim
################################################################################
# Create directories to enable access to common HPCC mount points
################################################################################
mkdir -p /mnt/home
mkdir -p /mnt/research
mkdir -p /mnt/dfs17
mkdir -p /mnt/ffs17
mkdir -p /mnt/local
mkdir -p /mnt/gs18
mkdir -p /mnt/ls15
mkdir -p /opt/software
################################################################################
# Run the user's login shell, or a user specified command
################################################################################
%runscript
SHELL="$(getent passwd $USER | awk -F: '{print $NF}')"
SHELL=${SHELL:-/bin/bash}
if [[ "$@" == "" ]]; then
exec env -i TERM="$TERM" HOME="$HOME" $SHELL -l
else
exec env -i TERM="$TERM" HOME="$HOME" $@
fi
Collection
- Name: jasongallant/trinity_singularity
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/jasongallant-trinity_singularity-latest |
collection name | jasongallant/trinity_singularity |
branch | master |
tag | latest |
commit | bfb8638109096f6f006def73c7b8d1a007528d62 |
version (container hash) | 2cb388c81dc87eabb748fa148ff8809e |
build date | 2021-03-23T13:56:59.960Z |
size (MB) | 4724 |
size (bytes) | 1867632671 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.