# fasta_windows
Written for Darwin Tree of Life chromosomal level genome assemblies. The executable takes a fasta formatted file and calculates some statistics of interest in windows:
- GC content
- GC proportion
- GC and AT skew
- Proportion of G's, C's, A's, T's, N's, and CpG's
- Shannon entropy
- Di/tri/tetranucleotide shannon diversity
- Di/tri/tetranucleotide frequency arrays
Output files can be visualised using fw_plot or grouped using fw_group.
## Download
The easiest way to get `fasta_windows` is through conda/bioconda.
```bash
conda create -n fasta_windows -c bioconda fasta_windows
```
## Usage
```
Fasta windows 0.2.3
Max Brown
Quickly compute statistics over a fasta file in windows.
USAGE:
fasta_windows [FLAGS] [OPTIONS] --fasta --output