Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.32 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.32 KB

EGF logo

DNA Mutator

version build

Work in progress!

Create variants of DNA sequences.

This repository is based on the software code of a dissertation project (B237870) for the MSc Bioinformatics program at the University of Edinburgh.

Install

pip install git+https://github.com/Edinburgh-Genome-Foundry/mutator.git

Usage

import dna_mutator as mutator
record = mutator.Mutator.read_genbank("EGF.gb")
mut = mutator.Mutator(record)
mut.DelN()
mut.write_all_records("variants")

Versioning

DNA Mutator uses the semantic versioning scheme.

License = MIT

DNA Mutator is free/libre and open-source software, which means the users have the freedom to run, study, change and distribute the software.

DNA Mutator was written at the Edinburgh Genome Foundry by B237870 and Peter Vegh.

Copyright 2024 Edinburgh Genome Foundry, University of Edinburgh