Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Gibson Assembly #359

Open
carreter opened this issue Sep 23, 2023 · 5 comments
Open

Implement Gibson Assembly #359

carreter opened this issue Sep 23, 2023 · 5 comments
Assignees
Labels
easy A quick and easy fix! enhancement New feature or request high priority High priority - something is broken or missing that is critical for users or developers. stale
Milestone

Comments

@carreter
Copy link
Collaborator

carreter commented Sep 23, 2023

Blocked by #367

@carreter carreter added this to the v1.0 milestone Sep 23, 2023
@carreter carreter added the needs-triage An issue that needs to be triaged label Sep 23, 2023
@carreter
Copy link
Collaborator Author

carreter commented Sep 23, 2023

@TimothyStiles can you elaborate on what exactly it is we need here and triage the issue here + in the roadmap?

@Koeng101
Copy link
Contributor

I think I can explain a little bit.

Gibson Assembly is an extremely popular DNA assembly method. It's used by pretty much everyone who isn't doing high-throughput work (where GoldenGate usually works better, which we do have).

Fundamentally, pretty much all DNA assembly methods use some form of overlapping sticky DNA ends which are then ligated together. In restriction enzyme cloning, these overhangs are created with enzymes that cut the DNA. In Gibson, you take blunted fragments and chew back about 20bp-40bp, which is then used as the overlap region (an idea originally adapted from yeast, which do this naturally).

So, with just a few additions, we could probably adapt our clone library to do Gibson. However, I think the clone library out of all our packages (other than parsers) could really use a revamp. It's kinda convoluted right now, and I think it could be simplified by quite a bit.

Gibson assembly I think is important enough that we should have it on the roadmap.

@carreter carreter added enhancement New feature or request high priority High priority - something is broken or missing that is critical for users or developers. easy A quick and easy fix! and removed needs-triage An issue that needs to be triaged labels Sep 23, 2023
@github-actions
Copy link

github-actions bot commented Sep 23, 2023

Status: Ready to merge ✔️

Issues blocking this PR:


This comment was automatically written by the Blocking Issues bot, and this PR will be monitored for further progress.

@github-actions github-actions bot added the blocked Waiting for another PR/issue to be merged/closed. label Sep 23, 2023
Copy link

This issue has had no activity in the past 2 months. Marking as stale.

@github-actions github-actions bot added stale and removed blocked Waiting for another PR/issue to be merged/closed. labels Nov 23, 2023
@github-actions github-actions bot removed the stale label Nov 30, 2023
@carreter carreter self-assigned this Dec 20, 2023
Copy link

This issue has had no activity in the past 2 months. Marking as stale.

@github-actions github-actions bot added the stale label Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy A quick and easy fix! enhancement New feature or request high priority High priority - something is broken or missing that is critical for users or developers. stale
Projects
None yet
Development

No branches or pull requests

2 participants