bpow/bioinfo-containers:ubuntu
$ singularity pull shub://bpow/bioinfo-containers:ubuntu
Singularity Recipe
BootStrap: debootstrap
OSVersion: bionic
MirrorURL: http://us.archive.ubuntu.com/ubuntu/
%help
A collection of tools for analysis of high-throughput sequence data
%runscript
echo "I'm just going to go ahead and drop you into a shell..."
/bin/bash
%post
set -eu
sed -i 's/$/ universe/' /etc/apt/sources.list
apt-get update
apt-get -y install --no-install-recommends bwa fastqc samtools bcftools tabix picard-tools
apt-get clean
rm -rf /var/lib/apt/lists/*
Collection
- Name: bpow/bioinfo-containers
- License: Apache License 2.0
View on Datalad
Metrics
key | value |
---|---|
id | /containers/bpow-bioinfo-containers-ubuntu |
collection name | bpow/bioinfo-containers |
branch | master |
tag | ubuntu |
commit | 38439e639bfc50c5bfd911909f2f2cc69a4ae615 |
version (container hash) | 3c844ca597776cf567be5187ff5cdb48 |
build date | 2018-06-29T02:57:07.358Z |
size (MB) | 562 |
size (bytes) | 195387423 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.