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

tophat: add singularity files

parent 976e5e03
No related branches found
No related tags found
No related merge requests found
#/bin/sh
sudo singularity build --force bin/tophat:2.1.1.sif src/singularity_modules/tophat/2.1.1/tophat.def
singularity sign bin/tophat:2.1.1.sif
Bootstrap: docker
From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
TOPHAT_VERSION=2.1.1
PACKAGES=tophat=${BOWTIE2_VERSION}*
apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \
apt-get clean
%environment
export TOPHAT_VERSION=2.1.1
%runscript
exec /bin/bash "$@"
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