Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

nextstrain/augurlinos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Augurlinos: a collection of modules for molecular epidemiology

This repo was a prototype of how to strip down augur into a series of interacting modules. All development has moved to the augur repository.

Quickstart

Put a zika.fasta into zika/data and run

snakemake --snakefile zika/zika_snake export

Requirments

  • python 2.7
  • numpy, biopython, scipy
  • treetime

Structure

Each build should have a Snakefile. The example zika/zika_snake requires a fasta file with zika sequence (fauna output) and an annotated reference sequence in genbank format. Each feature that should be translated needs a "locus_tag" which will be used to name the translation.

Different steps of a build produce standard files (alignments in fasta format, tree in newick format, tables as tsv) on which subsequent steps rely. The final step exports a jsons for auspice

ToDos

  • meta.json is not yet created
  • frequencies and titers at not yet done (easy)
  • support for multiple segments is missing
  • prepare doesn't do anything meaningful.

About

A collection of modules for molecular epidemiology

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages