File: install_resfinder.sh

package info (click to toggle)
resfinder 4.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,236 kB
  • sloc: python: 5,726; sh: 121; makefile: 18
file content (15 lines) | stat: -rwxr-xr-x 512 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/bash
### Install ResFinder ###

# Install
git clone -b 4.2.0 https://bitbucket.org/genomicepidemiology/resfinder.git
git clone https://bitbucket.org/genomicepidemiology/pointfinder_db.git resfinder/db_pointfinder
git clone https://bitbucket.org/genomicepidemiology/resfinder_db.git resfinder/db_resfinder
git clone https://bitbucket.org/genomicepidemiology/kma.git resfinder/cge/kma
cd resfinder/cge/kma && make
cd ../..

# Dependencies:
pip3 install biopython
pip3 install tabulate
pip3 install cgecore