saviodot/singularity_MACS2:latest
$ singularity pull shub://saviodot/singularity_MACS2:latest
Singularity Recipe
BootStrap: docker
From: python:3.8
%labels
Maintainer Savio Chow
Python_version 3.8
MACS2_version 2.2.7.1
%help
This image will run MACS2, downloaded from pip and uses python3.8
%apprun python
exec python "${@}"
%apprun macs2
exec macs2 "${@}"
%runscript
exec macs2 "${@}"
%environment
export PATH=/usr/lib/python3.8/bin:${PATH}
export SHELL=/bin/bash
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
%post
pip install --no-cache-dir MACS2
Collection
- Name: saviodot/singularity_MACS2
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/saviodot-singularity_MACS2-latest |
collection name | saviodot/singularity_MACS2 |
branch | main |
tag | latest |
commit | 829e4bfcfc5b65062c06c8e76919782d06a30312 |
version (container hash) | 0522b36ddbe9fee52b7203aed5054944 |
build date | 2021-03-25T17:05:09.152Z |
size (MB) | 994.0 |
size (bytes) | 348110879 |
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.