motroy/singularity-amrfinder:latest
$ singularity pull shub://motroy/singularity-amrfinder:latest
Singularity Recipe
Bootstrap: docker
From: ubuntu:16.04
%environment
export PATH="/amrfinderplus/amr/:/amrfinderplus/amr/data/:/usr/bin:$PATH"
%post
apt update && apt install -y git curl wget less locate build-essential openssh-server hmmer ncbi-blast+ libcurl4-openssl-dev
mkdir /amrfinderplus && cd /amrfinderplus
git clone --recursive https://github.com/ncbi/amr.git
cd amr && make
#download and index dbs to ./data/
./amrfinder -u
#test run
./amrfinder -o test_dna.RESULTS -d data/latest/ -n test_dna.fa -O Escherichia
export PATH="/amrfinderplus/amr/:/amrfinderplus/amr/data/:/usr/bin:$PATH"
Collection
- Name: motroy/singularity-amrfinder
- License: MIT License
View on Datalad
Metrics
key | value |
---|---|
id | /containers/motroy-singularity-amrfinder-latest |
collection name | motroy/singularity-amrfinder |
branch | master |
tag | latest |
commit | 8817b7c2150bc03ecd0da200a729f65b91be5042 |
version (container hash) | 30cd673ba3ab56f17c475b0bdda02a7f |
build date | 2020-02-27T10:03:42.421Z |
size (MB) | 686.0 |
size (bytes) | 219996191 |
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.