Amjadhpc/w2rap-contigger:latest
$ singularity pull shub://Amjadhpc/w2rap-contigger:latest
Singularity Recipe
Bootstrap: docker
From: gcc:5.5.0
IncludeCmd: yes
%setup
# Copy any necessary files
%environment
# Use bash as default shell
SHELL=/bin/bash
# Add paths
PATH="/usr/local/w2rap-contigger/bin:$PATH"
# Export paths
export PATH
%post
# Make gpfs folder to hold mount
mkdir /gpfs
mkdir /shared
mkdir /local
mkdir /scratch
# Create and move to build directory
mkdir /root/build && cd /root/build
# run OS updates
apt-get update -y && apt-get upgrade -y
# Install cmake
cd /usr/local/
wget https://cmake.org/files/v3.4/cmake-3.4.1-Linux-x86_64.tar.gz
tar xvf cmake-3.4.1-Linux-x86_64.tar.gz
export PATH="`pwd`/cmake-3.4.1-Linux-x86_64/bin:$PATH"
rm -rf cmake-3.4.1-Linux-x86_64.tar.gz
# Install w2rap-contigger
git clone https://github.com/gonzalogacc/w2rap-contigger.git
cd w2rap-contigger/
cmake -DCMAKE_CXX_COMPILER=g++ .
make -j 4
%labels
HPC UEA Team hpc.admin@uea.ac.uk
%help
We are testing again again and again
Collection
- Name: Amjadhpc/w2rap-contigger
- License: MIT License
View on Datalad
Metrics
key | value |
---|---|
id | /containers/Amjadhpc-w2rap-contigger-latest |
collection name | Amjadhpc/w2rap-contigger |
branch | master |
tag | latest |
commit | 221f6cabedd19743046ee5dec18e6feb85130218 |
version (container hash) | 2d50d4e47f3b2744b7c24711906c07f9 |
build date | 2019-07-01T20:21:49.640Z |
size (MB) | 2855 |
size (bytes) | 681750559 |
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.