motroy/singularity-c-SSTAR:latest

$ singularity pull shub://motroy/singularity-c-SSTAR:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu:latest

%environment
export PATH="/c-SSTAR/c-SSTAR/:/usr/bin:$PATH"

%post
apt update && apt install -y git curl wget less locate build-essential openssh-server python python-pip ncbi-blast+
mkdir /c-SSTAR && cd /c-SSTAR
pip install biopython
git clone https://github.com/chrisgulvik/c-SSTAR.git
cd /c-SSTAR/c-SSTAR/
sed -i -e 's#/usr/bin/env python#/usr/bin/env python2.7#g' c-SSTAR
wget https://github.com/tomdeman-bio/Sequence-Search-Tool-for-Antimicrobial-Resistance-SSTAR-/blob/master/Latest_AR_database/ResGANNOT_srst2.fasta
export PATH="/c-SSTAR/c-SSTAR/:/usr/bin:$PATH"

Collection


View on Datalad

Metrics

key value
id /containers/motroy-singularity-c-SSTAR-latest
collection name motroy/singularity-c-SSTAR
branch master
tag latest
commit 8d5451173b2bd17b5fa86dfa2a07518c6d428278
version (container hash) d2893590de7320acd7bfd58b32cf808a
build date 2019-04-10T11:51:51.260Z
size (MB) 709
size (bytes) 266244127
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.