darachm/singularity_runningJobs:v0.2.0

$ singularity pull shub://darachm/singularity_runningJobs:v0.2.0

Singularity Recipe

Bootstrap: docker
From: ubuntu:bionic-20190307

%labels
MAINTAINER darachm
DATE 190410

%help

    This is a base for running things, general stuff.
    It includes nextflow
    
%post

    apt-get -y update
    apt-get -y upgrade
# to install nextflow
    apt-get -y install default-jdk graphviz curl 
# to install singularity
    apt-get -y install singularity-container
# general stuff
    apt-get -y install gzip git wget g++ gcc-4.8 gawk
# for additional repos
    apt-get -y install gnupg2 software-properties-common 

    cd / 
    curl -s https://get.nextflow.io | bash
    chmod a+rx /nextflow

%test

    # ?

Collection


View on Datalad

Metrics

key value
id /containers/darachm-singularity_runningJobs-v0.2.0
collection name darachm/singularity_runningJobs
branch master
tag v0.2.0
commit 1ef3344a65d7aa262fb9d0671ec10a40bec1e024
version (container hash) 252ac35b95eeedf3cb3dd3a0cb3eeb74
build date 2019-12-18T01:15:49.251Z
size (MB) 1016
size (bytes) 427696159
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.