khanlab/dicom2tar:v0.0.2
$ singularity pull shub://khanlab/dicom2tar:v0.0.2
Singularity Recipe
Bootstrap: docker
From: ubuntu:xenial
%files
dicom2tar.py
DicomSorter.py
sort_rules.py
#------------------------------------
%post
#------------------------------------
export DEBIAN_FRONTEND=noninteractive
apt-get update && apt-get install -y --no-install-recommends apt-utils \
sudo \
git \
wget \
curl \
zip \
unzip \
python2.7 \
python-pip \
rsync \
openssh-client
pip install -U pip setuptools
git clone https://www.github.com/pydicom/pydicom.git
cd pydicom
git checkout 1314e86e3a96d0c226a03fb21136c0ff3c3ce7d3 #commit from Feb 1 2018
python setup.py install
%runscript
exec /dicom2tar.py $@
Collection
- Name: khanlab/dicom2tar
- License: GNU General Public License v3.0
View on Datalad
Metrics
key | value |
---|---|
id | /containers/khanlab-dicom2tar-v0.0.2 |
collection name | khanlab/dicom2tar |
branch | master |
tag | v0.0.2 |
commit | 7a8338ed09a478e5205a2ae58c7e42d5966d1ed5 |
version (container hash) | a019a66ab360cc17b734f103f7a41607 |
build date | 2018-07-27T19:34:59.320Z |
size (MB) | 335 |
size (bytes) | 148439071 |
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.