This repository contains three workflows for the analysis of African swine fever virus data:
scripts/
- Removes sequences that are missing dates or strain namesrules/
- Parse and Index sequences to create required files for Nextstrain buildSnakefile
- Filter sequences, align, construct phylogeny and export for visualization
Follow the standard installation instructions for Nextstrain's suite of software tools (if you don't already have Nextstrain installed!)
Clone github repo
git clone https://github.com/mattparkerls/asf.git
cd asf/
Download African swine fever sequences from NCBI Virus
- recommended filters: Sequence Length > 150000, Sequence Type = GenBank, Collection Date = as narrow a time period as possible
Put sequences.fasta file from NCBI in /data folder
Run the default phylogenetic workflow (build may take several hours depending on how many sequences you have)
nextstrain build .
nextstrain view .