All Projects → ngs-fzb → MTBseq_source

ngs-fzb / MTBseq_source

Licence: other
MTBseq is an automated pipeline for mapping, variant calling and detection of resistance mediating and phylogenetic variants from illumina whole genome sequence data of Mycobacterium tuberculosis complex isolates.

Programming Languages

perl
6916 projects

Projects that are alternatives of or similar to MTBseq source

bactmap
A mapping-based pipeline for creating a phylogeny from bacterial whole genome sequences
Stars: ✭ 36 (+38.46%)
Mutual labels:  pipeline, genomics, phylogeny
needlestack
Multi-sample somatic variant caller
Stars: ✭ 45 (+73.08%)
Mutual labels:  pipeline, ngs, variants
Galaxy
Data intensive science for everyone.
Stars: ✭ 812 (+3023.08%)
Mutual labels:  pipeline, genomics, ngs
STing
Ultrafast sequence typing and gene detection from NGS raw reads
Stars: ✭ 15 (-42.31%)
Mutual labels:  genomics, ngs
CuteVCF
simple viewer for variant call format using htslib
Stars: ✭ 30 (+15.38%)
Mutual labels:  genomics, variants
human genomics pipeline
A Snakemake workflow to process single samples or cohorts of paired-end sequencing data (WGS or WES) using trim galore/bwa/GATK4/parabricks.
Stars: ✭ 19 (-26.92%)
Mutual labels:  pipeline, genomics
rvtests
Rare variant test software for next generation sequencing data
Stars: ✭ 114 (+338.46%)
Mutual labels:  ngs, variants
ngs pipeline
Exome/Capture/RNASeq Pipeline Implementation using snakemake
Stars: ✭ 40 (+53.85%)
Mutual labels:  pipeline, ngs
ngs-preprocess
A pipeline for preprocessing NGS data from Illumina, Nanopore and PacBio technologies
Stars: ✭ 22 (-15.38%)
Mutual labels:  pipeline, ngs
disq
A library for manipulating bioinformatics sequencing formats in Apache Spark
Stars: ✭ 29 (+11.54%)
Mutual labels:  genomics, ngs
variantkey
Numerical Encoding for Human Genetic Variants
Stars: ✭ 32 (+23.08%)
Mutual labels:  genomics, variants
grape-nf
An automated RNA-seq pipeline using Nextflow
Stars: ✭ 30 (+15.38%)
Mutual labels:  pipeline, ngs
bac-genomics-scripts
Collection of scripts for bacterial genomics
Stars: ✭ 39 (+50%)
Mutual labels:  genomics, ngs
spark-vcf
Spark VCF data source implementation for Dataframes
Stars: ✭ 15 (-42.31%)
Mutual labels:  genomics, variants
bio-dockers
🐳 Bio-dockers: dockerized bioinformatic tools
Stars: ✭ 33 (+26.92%)
Mutual labels:  genomics, ngs
gawn
Genome Annotation Without Nightmares
Stars: ✭ 35 (+34.62%)
Mutual labels:  pipeline, genomics
ipyrad
Interactive assembly and analysis of RAD-seq data sets
Stars: ✭ 57 (+119.23%)
Mutual labels:  genomics, phylogeny
HLA
xHLA: Fast and accurate HLA typing from short read sequence data
Stars: ✭ 84 (+223.08%)
Mutual labels:  genomics, variants
MGSE
Mapping-based Genome Size Estimation (MGSE) performs an estimation of a genome size based on a read mapping to an existing genome sequence assembly.
Stars: ✭ 22 (-15.38%)
Mutual labels:  genomics, ngs
redundans
Redundans is a pipeline that assists an assembly of heterozygous/polymorphic genomes.
Stars: ✭ 90 (+246.15%)
Mutual labels:  pipeline, genomics

License: GPL v3 GitHub release

install with bioconda Conda (channel only) Conda

Docker

MTBseq

MTBseq is an automated pipeline for mapping, variant calling and detection of resistance mediating and phylogenetic variants from Illumina whole genome sequence data of Mycobacterium tuberculosis complex isolates.

Getting Started

For complete installation instructions, description and usage examples please read the MANUAL.md.

Installation

Conda

Install Conda or Miniconda hereafter install MTBseq with:

conda install -c bioconda mtbseq

Due to license restrictions, even bioconda cannot install the dependency GenomeAnalysisTK 3.8 directly. After installation of MTBseq to fully install the GATK, you must download a licensed copy of the GenomeAnalysisTK 3.8 from the Broad Institute (https://console.cloud.google.com/storage/browser/gatk-software/package-archive/gatk). For direct download from the commandline: wget https://storage.googleapis.com/gatk-software/package-archive/gatk/GenomeAnalysisTK-3.8-0-ge9d806836.tar.bz2

To register call:

gatk3-register /path/to/GenomeAnalysisTK[-$PKG_VERSION.tar.bz2|.jar]

, which will copy GATK into your conda environment.

Source

Please see the MANUAL.md for installation from source.

Requirements

* Perl: Perl 5, version 22, subversion 1 (v5.22.1)
* Java: Oracle Java 8 or OpenJDK 8 (no other version work with the GenomeAnalysisTK 3.8)

** MTBseq uses the following CPAN and core modules: **
* MCE                 (v1.833)
* Statistics::Basic   (v1.6611)

* FindBin             (v1.51)core
* Cwd                 (v3.62)core
* Getopt::Long        (v2.5)core
* File::Copy          (v2.30)core
* List::Util          (v1.49)core
* Exporter            (v5.72)core
* vars                (v1.03)core
* lib                 (v0.63)core
* strict              (v1.09)core
* warnings            (v1.34)core

** MTBseq uses the following third party software: **
** Binaries (compiled on Ubuntu 16.04) are included, except for GenomeAnalysisTK 3.8**
* bwa                 (v0.7.17)
* GenomeAnalysisTK    (v3.8)
* picard              (v2.17.0)
* samtools            (v1.6)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].