abhi18av / pathogen-profiler

This repository contains python classes and functions to quickly create a profiling tool for pathogen NGS data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pathogen-Profiler

install with bioconda Anaconda-Server Badge Anaconda-Server Badge

This library gives acces to classes and functions create a profiling tool to look for mutations from NGS data. This library is used as the scaffolding for TBProfiler.

Installation

Conda

conda install -c bioconda pathogen-profiler

Manual

The library is written in pure python and has no dependancies to install:

git clone https://github.com/jodyphelan/pathogen-profiler.git
python setup.py install

At runtime, some of the functions will need tools involved with trimming, mapping and variant calling. Please install the following tools: trimmomatic, bwa, minimap2, bowtie2, samtools, bcftools and parallel.

About

This repository contains python classes and functions to quickly create a profiling tool for pathogen NGS data

License:GNU Lesser General Public License v3.0


Languages

Language:Python 100.0%