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

canu: add singularity files

parent 259e4d5b
No related branches found
No related tags found
No related merge requests found
#/bin/sh
sudo singularity build --force bin/canu:1.6.sif src/singularity_modules/canu/1.6/canu.def
singularity sign bin/canu:1.6.sif
Bootstrap: docker
From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
CANU_VERSION=1.6
PACKAGES=canu=${CANU_VERSION}*
apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \
apt-get clean
%environment
export CANU_VERSION=1.6
%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