Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sjackman/snoove

Create a dendrogram from genome sequencing data
https://github.com/sjackman/snoove

Last synced: about 1 month ago
JSON representation

Create a dendrogram from genome sequencing data

Awesome Lists containing this project

README

        

Pathogen Variant Calling Pipeline
=================================

This pipeline aligns reads to a reference and calls variants using BWA and samtools.

Written by Shaun Jackman

Required Software
=================

* BWA
* samtools
* tabix
* FastTree

Input
=====

* FASTQ files of short read sequencing data
* A reference genome sequence

Output
======

* a BAM file of reads aligned to the reference
* a VCF file of variant calls
* a FASTA file of the genotype of those variants
* a dendrogram derived from those genotypes