GithubHelp home page GithubHelp logo

Comments (2)

Zulko avatar Zulko commented on July 4, 2024

Hey! Gibson assembly from parts is possible but not straightforward. I'm not sure what doesn't work for you, but here are some tricks:

  • The simplest way to implement Gibson Assembly is using a PcrExtractionStation rather than a PartsLibrary. The PCR station is more powerful. It will design primers to PCR your parts and so can either use a whole part, or a fragment of a part (by using primers that anneal inside the part), or a part with some added nucleotides on the flank (by adding these nucleotides to the ends of the primers).
  • Part libraries can work too but have an all-or-nothing way of providing parts, they need to be asked for an exact DNA fragment that's in the collection. If your PCRed parts in your collection already include overlaps between parts, and these overlaps were computed in a way that's not exactly the one using by the GibsonAssemblyStation, it probably won't work.
  • Whether you are using a PCR station or a Library part, don't forget to run prepare_network_on_sequence(sequence) before you compute the quote. This will recognize your part in the sequence to build, accelerate the computations and increase your chances of success:
... create your network
main_station.prepare_network_on_sequence(sequence)
quote = main_station.get_quote(sequence)

There's an example of Gibson assembly from parts in the SynBioCad project. Here's the problem description, here is how it defines the network and here is how it uses it. It may be less minimal than what you are after, it does a few extra things like reusing previously-built primers, handling circular sequences, having a Golden Gate alternative, etc.

Does that help?

from dnaweaver.

gjerman avatar gjerman commented on July 4, 2024

Thanks for the swift response @Zulko, this is a big help!
I had not discovered the SynBioCad repo. This looks very similiar to what I want to achieve, so I will try to start from there and modify it slightly.

from dnaweaver.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.