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

rm umitools modules to only keep umi_tools

parent fea9a9ee
No related branches found
No related tags found
No related merge requests found
FROM quay.io/biocontainers/umitools:0.3.4--py37_1
MAINTAINER Laurent Modolo
#!/bin/sh
docker build src/docker_modules/umitools/0.3.4 -t 'umitools:0.3.4'
psmn_modules @ 7941cf21
Subproject commit 0c034f5bbeb8e91cecc04466b74654503a94ac7c
Subproject commit 7941cf21b2ec744bb8d2eae0a623305c4ee23ced
#/bin/sh
sudo singularity build --force bin/umitools:0.3.4.sif docker://quay.io/biocontainers/umitools:0.3.4--py37_1 && \
singularity sign bin/umitools:0.3.4.sif
Bootstrap: docker
From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
UMITOOLS_VERSION=0.3.4
PACKAGES="git \
build-essential \
python-pip \
ca-certificates \
python-setuptools \
python-dev \
python-numpy \
python-wheel \
zlib1g-dev"
apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \
apt-get clean
pip install umitools==${UMITOOLS_VERSION}
%environment
export UMITOOLS_VERSION=0.3.4
%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