Skip to content

plasmid-designer/plasmid-designer

Repository files navigation

Plasmid Designer

badge_release badge_platforms badge_lint

Plasmid Designer is a work-in-progress.

Many features aren't implemented yet and there might still be issues with some basic features, although the editor itself should work fairly well at this point.

Feel free to give it a try and open an issue if you encounter bugs or want to request a feature!

Join the Discussion on GitHub

Roadmap

The roadmap can be found here: Plasmid Designer Roadmap

What is it?

Plasmid Designer is a free and open source tool for DNA editing and plasmid design. It's meant to provide an easy and frictionless entry into the world of genetic engineering.

The primary goal of Plasmid Designer is to be beginner friendly and provide a great out-of-the-box experience. Even though the focus is on beginners, we're planning to add many features that experts will love, such as GenBank® integration and support for various industry-standard file formats.

Development

Plasmid-Designer needs stable rust, node and yarn to work.

Prerequisites

# use stable rust for this directory
rustup override set stable

# install dependencies and dev-dependencies
yarn --production=false

Debugging

yarn tauri dev

Screenshots