File: README.md

package info (click to toggle)
gubbins 3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,940 kB
  • sloc: ansic: 5,069; python: 4,964; sh: 236; makefile: 133; cpp: 27
file content (13 lines) | stat: -rw-r--r-- 566 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# ST239 dataset
The ST239 dataset (11.3 Mb multi-FASTA alignment file) which was used in the paper was downloaded from:
```
https://figshare.com/ndownloader/files/33472622
```
and was run through gubbins with all of the default parameters:
```
gunzip ST239.aln.gz
run_gubbins.py --prefix ST239 --first-tree-builder rapidnj --first-model JC --tree-builder raxmlng --model GTR ST239.aln
```
This directory contains the output files generated. The analysis took ~30 seconds to run. When rendered in Phandango, the output resembles:

![ST239 analysis](ST239_output.png)