elimoss/lathe:htsbox

$ singularity pull shub://elimoss/lathe:htsbox

Singularity Recipe

# Metagenomics Singularity environment definition for htsbox repository
# Eli Moss
# elimoss@stanford.edu
# January 2019

# This environment is used in practice by adding --with-singularity shub://elimoss/metagenomics_workflows:longread
# to the snakemake command.

bootstrap: docker
from: ubuntu:19.04

# this command assumes at least singularity 2.3
%environment
%post
    apt-get update
    apt-get install -y eatmydata
    eatmydata apt-get install -y \
    git ca-certificates zlib1g-dev libbz2-dev liblzma-dev bedtools
    apt-get clean

    apt-get install -y build-essential

		git clone https://github.com/lh3/htsbox.git
		cd htsbox
		make
		cp htsbox /usr/bin/

Collection


View on Datalad

Metrics

key value
id /containers/elimoss-lathe-htsbox
collection name elimoss/lathe
branch master
tag htsbox
commit f53adf65c4ec29d1c54c1b903be887bd5254292e
version (container hash) 3228a77487ab06b19155706d3892097a
build date 2021-04-14T14:34:57.958Z
size (MB) 388
size (bytes) 147169311
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.