feihongloveworld / mykrobe

Antibiotic resistance prediction in minutes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis build Status

Mykrobe

http://www.mykrobe.com

Documentation

Please see the mykrobe wiki for documentation.

Quick start

Install:

  • bioconda - conda install -c bioconda mykrobe
  • from source - pip3 install .
  • or using singularity or docker (see wiki for details)

Run on Mtb, making a JSON file of results:

mykrobe predict my_sample_name tb \
  --output out.json \
  --format json \
  --seq reads.fq.gz

Test reads can be obtained by running:

wget -O reads.fq.gz https://ndownloader.figshare.com/files/21059229

About

Antibiotic resistance prediction in minutes

License:MIT License


Languages

Language:Python 95.7%Language:Jupyter Notebook 4.3%Language:Shell 0.1%