KatOfCats/vcftools:latest
$ singularity pull shub://KatOfCats/vcftools: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/vcftools/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 vcftools
git clone https://github.com/vcftools/vcftools.git
cd vcftools
./autogen.sh
./configure
make
make install
%labels
edited from HPC UEA Team hpc.admin@uea.ac.uk
Collection
- Name: KatOfCats/vcftools
- License: GNU Lesser General Public License v3.0
View on Datalad
Metrics
key | value |
---|---|
id | /containers/KatOfCats-vcftools-latest |
collection name | KatOfCats/vcftools |
branch | master |
tag | latest |
commit | afe8590a6a6825eb07537521e707e123571867e7 |
version (container hash) | 5520807f12bdb01a7a89613fec9d9c2e |
build date | 2019-06-19T16:10:43.545Z |
size (MB) | 949 |
size (bytes) | 316342303 |
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.