ISU-HPC/SALSA:latest
$ singularity pull shub://ISU-HPC/SALSA:latest
Singularity Recipe
bootstrap: shub
FROM: ISU-HPC/centos7-base
%labels
AUTHOR Yasasvy Nanyam ynanyam@iastate.edu
%post
yum install -y epel-release
yum install -y python2-devel boost boost-devel
yum install -y python-pip
yum install -y git
yum clean all
rm -rf /var/yum/cache
# Install pip package Networkx v 1.1 and numpy
pip2 --no-cache-dir install numpy networkx==1.1
# SALSA
cd /
git clone https://github.com/machinegun/SALSA.git
cd SALSA
for FILE_NAME in `ls -1 /SALSA/*.py`; do
echo '#!/usr/bin/env python' | cat - $FILE_NAME > temp && mv temp $FILE_NAME
done
echo 'export PATH=/SALSA:$PATH' >>$SINGULARITY_ENVIRONMENT
chmod a+x *.py
Collection
- Name: ISU-HPC/SALSA
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/ISU-HPC-SALSA-latest |
collection name | ISU-HPC/SALSA |
branch | master |
tag | latest |
commit | 101155aca672bf9b1745b1ff9fff0b8fcbae7bc7 |
version (container hash) | dc53c4592b68000aa48acccd718e3b02 |
build date | 2018-05-14T19:29:32.160Z |
size (MB) | 687 |
size (bytes) | 189034527 |
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.