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-- 567 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# PMEN1 dataset
The PMEN1 dataset (12 Mbyte multi-FASTA alignment file) which was used in the paper was downloaded from:
```
https://figshare.com/ndownloader/files/33468725
```
and was run through gubbins with all of the default parameters:
```
gunzip PMEN1.aln.gz
run_gubbins.py --prefix PMEN1 --first-tree-builder rapidnj --first-model JC --tree-builder raxmlng --model GTR PMEN1.aln
```
This directory contains the output files generated. The analysis took ~20 seconds to run. When rendered in Phandango, the output resembles:

![PMEN1 analysis](PMEN1_output.png)