Generate mutated sequence files from a reference genome.
Python Makefile
Switch branches/tags
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
docs Summary has replicate name, not just number. Number replicates starti… May 21, 2015
snpmutator
tests Allow lowercase bases in the input fasta file. Do not mutate gaps or … Jan 15, 2016
.editorconfig Add cookiecutter template files. May 6, 2015
.gitignore Add cookiecutter template files. May 6, 2015
.travis.yml
AUTHORS.rst Documentation. May 20, 2015
CONTRIBUTING.rst Documentation. May 20, 2015
HISTORY.rst Allow lowercase bases in the input fasta file. Do not mutate gaps or … Jan 15, 2016
LICENSE LICENSE is not executable. May 6, 2015
MANIFEST.in
Makefile
README.rst Update documentation. May 21, 2015
requirements.txt Add cookiecutter template files. May 6, 2015
setup.cfg
setup.py Allow lowercase bases in the input fasta file. Do not mutate gaps or … Jan 15, 2016
tox.ini

README.rst

SNP Mutator

Generate mutated sequence files from a reference genome.

SNP Mutator was developed by the United States Food and Drug Administration, Center for Food Safety and Applied Nutrition.

Features

  • Reads a fasta file and generates any number of mutated fasta replicate files.
  • Mutations can be any number of single-base substitutions, insertions, and deletions at randomly chosen positions, uniformly distributed across the genome.
  • Generates a summary file listing the original base and the mutation for all mutated positions.

Citing SNP Mutator

To cite SNP Mutator, please reference the SNP Mutator GitHub repository:

https://github.com/CFSAN-Biostatistics/snp-mutator

License

See the LICENSE file included in the SNP Mutator distribution.