This is a singularity container packing a python 2.7 (only version) environment with all the programms necessary to execute the leafcutter software for RNA splicing. These include samtools, regtools and R3.6.0.
run the command 'singularity test <image_name>.sif' to see the actual versions of the programms installed.
Authors : valentin.vautrot@u-bourgogne.fr
%post
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
dnf install -y epel-release
dnf update -y libmodulemd
dnf update -y --exclude=filesystem
# filesystem packages updates poses problems by tempering with /proc, which is supposed to be owned by root, but is not in the .sif image