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

BEDtools: add singularity files

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