You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
serotypefinder is a tool to mimic traditional serotyping in E. coli
The tool is a bit broken in the current state on bitbucket, so needs the following in order to use the committed settings. We could of course create a proper singularity recipe instead, but I tried this first.
serotypefinder build
BuildDB
cd /builddir/somewhere/
git clone https://bitbucket.org/genomicepidemiology/serotypefinder_db.git
cd serotypefinder_db
export STFinder_DB=$(pwd)
python3 INSTALL.py kma_index
Build tool
cd /builddir/somewhere/
git clone --depth 1 --branch 2.0.2 https://bitbucket.org/genomicepidemiology/serotypefinder.git
cd serotypefinder
sed -i -e 's/FROM debian:stretch/FROM python:3.7-slim/' Dockerfile
sed -i -e 's/python3-pip/gcc make/' Dockerfile
sed -i -e 's/ENV DEBIAN_FRONTEND Teletype/# ENV DEBIAN_FRONTEND Teletype/' Dockerfile
sed -i -e 's:rm -rf /var/cache/apt/:# rm -rf /var/cache/apt/:' Dockerfile
sed -i -e 's/apt-get/apt/' Dockerfile
sed -i -e 's/ ; \\/ ;/' Dockerfile
docker build -t serotypefinder:2.0.2 .
sudo singularity build serotypefinder202.sif docker-daemon://serotypefinder:2.0.2
Execute and bid proper places as usual. Output folders must be created first
serotypefinder is a tool to mimic traditional serotyping in E. coli
The tool is a bit broken in the current state on bitbucket, so needs the following in order to use the committed settings. We could of course create a proper singularity recipe instead, but I tried this first.
serotypefinder build
BuildDB
Build tool
Execute and bid proper places as usual. Output folders must be created first
The text was updated successfully, but these errors were encountered: