maxemil/singularity-container:iqtree
$ singularity pull shub://maxemil/singularity-container:iqtree
Singularity Recipe
Bootstrap: docker
From: finalduty/archlinux:daily
%post
######## base system ########
pacman -Syu --noconfirm
pacman -S --noconfirm base-devel git wget
######## IQtree #########
cd /usr/local
wget https://github.com/Cibiv/IQ-TREE/releases/download/v1.6.1/iqtree-1.6.1-Linux.tar.gz
tar -xvf iqtree-1.6.1-Linux.tar.gz
ln -s /usr/local/iqtree-1.6.1-Linux/bin/iqtree /usr/local/bin/iqtree-1.6.1
mkdir /sw /pica /proj /scratch
%test
iqtree-1.6.1 -h
%labels
Maintainer max-emil.schon@icm.uu.se
Collection
- Name: maxemil/singularity-container
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/maxemil-singularity-container-iqtree |
collection name | maxemil/singularity-container |
branch | master |
tag | iqtree |
commit | 9633d9a2365bf22bad7e83a8c016fb97ec8069a9 |
version (container hash) | a8207348b66bc55874a520885ef30263 |
build date | 2018-01-30T14:49:35.398Z |
size (MB) | 766 |
size (bytes) | 300285983 |
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.