Skip to content
Snippets Groups Projects
Verified Commit 9737cccf authored by Laurent Modolo's avatar Laurent Modolo
Browse files

singularity modules: add /sps /pbs and /scratch for ccin2p3

parent 09e2b2fc
No related branches found
No related tags found
No related merge requests found
Showing
with 40 additions and 19 deletions
......@@ -4,7 +4,9 @@ From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
KALLISTO_VERSION=0.44.0
PACKAGES="curl \
ca-certificates"
......@@ -18,6 +20,7 @@ tar xzf kallisto_linux-v${KALLISTO_VERSION}.tar.gz && \
cp kallisto_linux-v${KALLISTO_VERSION}/kallisto /usr/bin && \
rm -Rf kallisto_linux-v${KALLISTO_VERSION}*
%environment
export KALLISTO_VERSION=0.44.0
......
......@@ -2,7 +2,8 @@ Bootstrap: docker
From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
MACS_VERSION=2.1.2
PACKAGES="git \
......
......@@ -4,7 +4,8 @@ From: debian:stretch
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
MULTIQC_VERSION=1.0
PACKAGES="build-essential \
python3-pip \
......
......@@ -4,7 +4,8 @@ From: debian:stretch
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
MULTIQC_VERSION=1.7
PACKAGES="build-essential \
python3-pip \
......
......@@ -4,7 +4,8 @@ From: alpine:3.8
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
MUSIC_VERSION=6613c53
SAMTOOLS_VERSION=1.7
PACKAGES="git \
......
......@@ -7,7 +7,8 @@ src/singularity_modules/picard/2.18.11/PicardCommandLine /usr/bin/
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
PICARD_VERSION=2.18.11
PACKAGES="default-jre \
curl \
......
......@@ -4,7 +4,8 @@ From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
PIGZ_VERSION=2.4
PACKAGES=pigz=${PIGZ_VERSION}*
......
......@@ -4,7 +4,8 @@ From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
RSEM_VERSION=1.3.0
BOWTIE2_VERSION=2.3.4.1
SAMTOOLS_VERSION=1.7
......
......@@ -4,7 +4,8 @@ From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
SALMON_VERSION=0.8.2
PACKAGES="curl \
ca-certificates"
......
......@@ -4,7 +4,8 @@ From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
SAMBAMBA_VERSION=0.6.7
PACKAGES="curl=7.58.0* \
ca-certificates=20180409 \
......
......@@ -4,7 +4,8 @@ From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
SAMBAMBA_VERSION=0.6.9
PACKAGES="curl=7.58.0* \
ca-certificates=20180409 \
......
......@@ -4,7 +4,8 @@ From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
SAMBLASTER_VERSION=0.1.24
PACKAGES="curl \
ca-certificates \
......
......@@ -4,7 +4,8 @@ From: alpine:3.8
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
SAMTOOLS_VERSION=1.7
PACKAGES="git \
make \
......
......@@ -4,7 +4,8 @@ From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
SRATOOLKIT_VERSION=2.8.2
PACKAGES=sra-toolkit=${SRATOOLKIT_VERSION}*
......
......@@ -4,7 +4,8 @@ From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
TOPHAT_VERSION=2.1.1
PACKAGES=tophat=${BOWTIE2_VERSION}*
......
......@@ -4,7 +4,8 @@ From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
TRIMMOMATIC_VERSION=0.36
PACKAGES=trimmomatic=${TRIMMOMATIC_VERSION}*
......
......@@ -4,7 +4,8 @@ From: debian:jessie
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
UCSC_VERSION=375
PACKAGES="apt-utils \
curl \
......
......@@ -4,7 +4,8 @@ From: debian:stretch
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
UMI_TOOLS_VERSION=1.0.0
PACKAGES="bash \
python3 \
......
......@@ -4,7 +4,8 @@ From: debian:9
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
URQT_VERSION=d62c1f8
PACKAGES="git \
g++ \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment