Metadata-Version: 2.1
Name: bohra
Version: 2.3.2
Summary: A bioinformatics pipeline for analysing short read Illumina data microbiological public health.
Home-page: https://github.com/kristyhoran/bohra
Author: Kristy Horan
Author-email: kristyhoran15@gmail.com
License: UNKNOWN
Description: [![CircleCI](https://dl.circleci.com/status-badge/img/gh/MDU-PHL/bohra/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/MDU-PHL/bohra/tree/master)
        [![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)](https://www.python.org/downloads/release/python-390/)
        
        
        # Bohra
        
        Bohra is microbial genomics pipeline, designed predominantly for use in public health, but may also be useful in research settings. At a minimum the pipeline takes as input a tab-delimited file with the isolate IDs followed by the path to READ1 and READ2, where reads are illumina reads (other platforms are not supported at this stage).
        
        For detailed usage information please see our [wiki](https://github.com/MDU-PHL/bohra/wiki)
        
        ## Recent changes to bohra
        * Install script to setup dependencies for you.
        * babykraken download as part of the dependency installation.
        * Addition of typers
            * [Kleborate](https://github.com/klebgenomics/Kleborate/wiki)
            * [stype](https://github.com/MDU-PHLsalmonella_typing) (NATA accredited ISO1589)
            * [meningotype](https://github.com/MDU-PHL/meningotype) (NATA accredited ISO1589)
            * [lissero](https://github.com/MDU-PHL/lissero) (NATA accredited ISO1589)
            * [ngmaster](https://github.com/MDU-PHL/ngmaster)
            * [ectyper](https://github.com/phac-nml/ecoli_serotyping)
        
        **Comming soon**
        
        * Improved report structure
        * Mtb AMR
        
        
        **Accreditation**
        
        Many of the underlying tools of the bohra pipeline are NATA accredited by [MDU](https://biomedicalsciences.unimelb.edu.au/departments/microbiology-Immunology/research/services/) Victoria Australia (ISO1589).
        
        * `snippy` and `snippy-core` version 4.4.5  
        * `abritamr` 
        * `stype`
        * `meningotype`
        * `lissero`
        
        ### Motivation
        
        Bohra was inspired by Nullarbor (https://github.com/tseemann/nullarbor) to be used in public health microbiology labs for analysis of short reads from microbiological samples. The pipeline is written in [Nextflow](https://www.nextflow.io).
        
        ### Etymology
        
        Bohra the name of an exinct species of tree kangaroo that lived on the Nullarbor plain in Australia. The name was chosen to reflect the fact that it will be predominantly used to build *trees*, relies on [*snippy*](https://github.com/tseemann/snippy) (named for a very famous kangaroo) and was inspired by [*nullarbor*](https://github.com/tseemann/nullarbor). 
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: tests
