Skip to content

Mykrobe-tools/mykrobe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 24, 2024
156f627 · Nov 24, 2024
Sep 28, 2023
Sep 27, 2023
Apr 20, 2022
Oct 8, 2018
May 22, 2024
May 10, 2024
Apr 16, 2022
Apr 21, 2022
Sep 28, 2023
Sep 27, 2023
Feb 27, 2018
Feb 27, 2018
Nov 24, 2024
Apr 20, 2022
May 18, 2023
Sep 28, 2023

Repository files navigation

Mykrobe

Antibiotic resistance prediction in minutes.

Currently supports Mycobacterium tuberculosis, Staphylococcus aureus, Shigella sonnei, Salmonella typhi and Salmonella enterica serotype Paratyphi B.

http://www.mykrobe.com

Documentation

Please see the mykrobe wiki for documentation. For S. typhi also see https://github.com/katholt/genotyphi

Quick start

Install:

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

Run on Mtb, making a JSON file of results:

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

(It is possible to output most of the results as CSV, but some information is lost (does not fit easily in tabular/csv format)

Test reads can be obtained by running:

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