Skip to content

Edinburgh-Genome-Foundry/Mutator

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages