An open API service indexing awesome lists of open source software.

https://github.com/danderson123/snp_simulator

Simulate SNPs across a phylogenetic tree using a reference.
https://github.com/danderson123/snp_simulator

Last synced: 3 months ago
JSON representation

Simulate SNPs across a phylogenetic tree using a reference.

Awesome Lists containing this project

README

        

# SNP_simulator
Simulate SNPs across a phylogenetic tree from a reference.

## Installation

```
git clone https://github.com/Danderson123/SNP_simulator
cd SNP_simulator
pip install -r requirements.txt
```

## Quick start
```
python3 simulate_bacterial_genome.py --tree simulated_tree.nwk --reference GCF_001457635.1_NCTC7465_genomic.fna --output simulation.output
```