Skip to content

BioinformaticsArchive/wgfast

 
 

Repository files navigation

####WG-FAST#### The whole genome focused array SNP typing (WG-FAST) pipeline written by: Jason Sahl Email: jasonsahl at gmail dot com

for a more comprehensive overview, look at the Manual

####overview#### The goal of WG-FAST is to phylogenetically genotype an unknown sample in the context of a well studied pathogen. This sample can either be a metagenomics dataset, a metatranscriptomics dataset, or a single isolate sequencing dataset

####Installation####

  1. To install, enter the wgfast directory and type the command below. If you don't have sudo privileges, install to base directory using --prefix: sudo python setup.py install
  2. Open the script (wgfast.py) with a text editor and change the path to your WG-FAST installation directory. For example: WGFAST_PATH="/Users/jsahl/wgfast"
  3. To verify your installation, enter the wgfast directory and type the command below. If everything is working correctly, all tests should pass: python tests/test_all_functions.py

About

Whole genome focused array SNP typer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 47.8%
  • C 41.1%
  • Other 10.8%
  • Other 0.3%