-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,39 @@ | ||
# (Poly)merase <img align="right" src="https://cdn.discordapp.com/attachments/766785755305213953/777596834734145546/ProfileFrameArtboard_1.png" width="100"> | ||
|
||
[![PkgGoDev](https://pkg.go.dev/badge/github.com/TimothyStiles/poly)](https://pkg.go.dev/github.com/TimothyStiles/poly) | ||
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/TimothyStiles/poly/blob/main/LICENSE) | ||
![Tests](https://github.com/TimothyStiles/poly/workflows/Test/badge.svg) | ||
![Test Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/TimothyStiles/e58f265655ac0acacdd1a38376ccd32a/raw/coverage.json) | ||
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/koeng101/poly/blob/main/LICENSE) | ||
![Tests](https://github.com/koeng101/poly/workflows/Test/badge.svg) | ||
![Test Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/koeng101/e58f265655ac0acacdd1a38376ccd32a/raw/coverage.json) | ||
|
||
Poly is a Go package for engineering organisms. | ||
Poly is a Go package for engineering organisms. This is a fork of the main poly project incorporating more features and bug fixes. | ||
|
||
* **Fast:** Poly is fast and scalable. | ||
|
||
* **Modern:** Poly tackles issues that other libraries and utilities just don't. From general codon optimization and primer design to circular sequence hashing. All written in a language that was designed to be fast, scalable, and easy to develop in and maintain. Did we say it was fast? | ||
|
||
* **Reproducible:** Poly is well tested and designed to be used in industrial, academic, and hobbyist settings. No more copy and pasting strings into random websites to process the data you need. | ||
|
||
* **Ambitious:** Poly's goal is to be the most complete, open, and well used collection of computational synthetic biology tools ever assembled. If you like our dream and want to support us please star this repo, request a feature, open a pull request, or [sponsor the project](https://github.com/sponsors/TimothyStiles). | ||
* **Ambitious:** Poly's goal is to be the most complete, open, and well used collection of computational synthetic biology tools ever assembled. If you like our dream and want to support us please star this repo, request a feature, or open a pull request. | ||
|
||
|
||
## Install | ||
|
||
`go get github.com/TimothyStiles/poly@latest` | ||
`go get github.com/koeng101/poly@latest` | ||
|
||
## Documentation | ||
|
||
|
||
* **[Library](https://pkg.go.dev/github.com/TimothyStiles/poly#pkg-examples)** | ||
* **[Library](https://pkg.go.dev/github.com/koeng101/poly#pkg-examples)** | ||
|
||
* **[Tutorials](https://github.com/TimothyStiles/poly/tree/main/tutorials)** | ||
|
||
* **[Learning Synbio](https://github.com/TimothyStiles/how-to-synbio)** | ||
|
||
## Community | ||
|
||
* **[Discord](https://discord.gg/Hc8Ncwt):** Chat about Poly and join us for game nights on our discord server! | ||
* **[Tutorials](https://github.com/koeng101/poly/tree/main/tutorials)** | ||
|
||
## Contributing | ||
|
||
* **[Code of conduct](CODE_OF_CONDUCT.md):** Please read the full text so you can understand what we're all about and remember to be excellent to each other! | ||
|
||
* **[Contributor's guide](CONTRIBUTING.md):** Please read through it before you start hacking away and pushing contributions to this fine codebase. | ||
|
||
## Sponsor | ||
|
||
* **[Sponsor](https://github.com/sponsors/TimothyStiles):** 🤘 Thanks for your support 🤘 | ||
|
||
## License | ||
|
||
* [MIT](LICENSE) | ||
|
||
* Copyright (c) 2023 Timothy Stiles | ||
* Copyright (c) 2023 Keoni Gandall, Timothy Stiles |