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 20 deletions
......@@ -4,7 +4,8 @@ From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
BCFTOOLS_VERSION=1.7
PACKAGES=bcftools=${BCFTOOLS_VERSION}*
......
......@@ -4,7 +4,8 @@ From: ubuntu:16.04
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
BEDTOOLS_VERSION=2.25.0
PACKAGES=bedtools=${BEDTOOLS_VERSION}*
......
......@@ -4,7 +4,8 @@ From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
BIOAWK_VERSION=1.0
PACKAGES="git \
build-essential \
......
......@@ -4,7 +4,8 @@ From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
BOWTIE_VERSION=1.2.2
SAMTOOLS_VERSION=1.7
PACKAGES="bowtie=${BOWTIE_VERSION}* \
......
......@@ -4,7 +4,8 @@ From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
BOWTIE2_VERSION=2.3.4.1
SAMTOOLS_VERSION=1.7
PACKAGES="bowtie2=${BOWTIE2_VERSION}* \
......
......@@ -4,7 +4,8 @@ From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
BWA_VERSION=0.7.17
SAMBLASTER_VERSION=0.1.24
......
......@@ -4,7 +4,8 @@ From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
CANU_VERSION=1.6
PACKAGES=canu=${CANU_VERSION}*
......
......@@ -4,7 +4,8 @@ From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
CUTADAPT_VERSION=1.14
PACKAGES="bash \
python3 \
......
......@@ -4,7 +4,8 @@ From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
CUTADAPT_VERSION=1.15
PACKAGES="bash \
python3 \
......
......@@ -4,7 +4,8 @@ From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
CUTADAPT_VERSION=2.1
PACKAGES="bash \
python3 \
......
......@@ -4,7 +4,8 @@ From: debian:stretch
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
DEEPTOOLS_VERSION=3.0.2
PACKAGES="build-essential \
python3-pip \
......
......@@ -4,7 +4,8 @@ From: debian:stretch
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
DEEPTOOLS_VERSION=3.1.1
PACKAGES="build-essential \
python3-pip \
......
......@@ -4,7 +4,8 @@ From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
FASTQC_VERSION=0.11.5
PACKAGES="fastqc=${FASTQC_VERSION}* \
perl=5.26*"
......
......@@ -4,7 +4,8 @@ From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
FILE_HANDLE_VERSION=0.1.1
PACKAGES="git \
......
......@@ -4,7 +4,8 @@ From: broadinstitute/gatk:4.0.8.1
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
GATK_VERSION=4.0.8.1
cp gatk/gatk /usr/bin/
......
......@@ -4,7 +4,8 @@ From: alpine:3.8
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
SAMTOOLS_VERSION=1.7
HISAT2_VERSION=2.0.0
PACKAGES="git \
......
......@@ -4,7 +4,8 @@ From: alpine:3.8
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
SAMTOOLS_VERSION=1.7
HISAT2_VERSION=2.1.0
PACKAGES="git \
......
......@@ -4,7 +4,8 @@ From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
HTSEQ_VERSION=0.11.2
PACKAGES="build-essential \
python3-pip \
......
......@@ -4,7 +4,8 @@ From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
HTSEQ_VERSION=0.8.0
PACKAGES="build-essential \
python3-pip \
......
......@@ -4,7 +4,8 @@ From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
%pos
mkdir -p /sps /pbs /scratch
KALLISTO_VERSION=0.43.1
PACKAGES="curl \
ca-certificates"
......
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