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

SBOL => Automation MoClo Assembly tool => Optimal assembly report #4

Open
andrewshvv opened this issue Feb 22, 2021 · 2 comments
Open

Comments

@andrewshvv
Copy link

Context
I am trying to create/use an automated design tool that will take the SBOL file of the desired construct and create an optimal way of assembling it using the MoClo standard.

After playing some time with DNAWeawer I believe I am not able to achieve that with this library, though I am still not 100% sure.

Question
Q: Have you seen libraries like that?

@Zulko
Copy link
Member

Zulko commented Feb 22, 2021

Here is a relevant project using DNA Weaver. It takes in a SBOL file with different constructs (each construct having a list of parts), extracts the parts, reconstructs the final sequences of the constructs (without MoClo overhangs though), then send to DNA weaver to create an assembly plan. The advantages of using Weaver in this case is that it would automatically cut very large parts into smaller fragments, design primers to domesticate parts, detect if one part contains BsaI and the assembly must be done with BsmBI, etc. But as you'll see it is not straightforward, and it would require some work to adapt to your using exclusively MoClo (and its specific sets of overhangs).

In general, Weaver is best if you have a long arbitratry DNA sequence (so you don't know what the parts will be in advance) and you are not tied to a particular standard like MoClo. If you already know what parts you will use (since SBOL can suggest parts) and you know you want to use MoClo (which would assume that you know in advance that your parts are free of BsaI/BsmBI sites), then you could potentially use other tools. For instance genedom to domesticate the parts / add the right overhangs depending on the part type. Then dnacauldron to check the final assembly. Maybe this moclo library can help too (I haven't used it myself but it looks very relevant).

@veghp
Copy link
Member

veghp commented Feb 22, 2021

Just to add a comment, if you don't have the parts already (as sequence files / in the freezer) and you do a 1-level assembly, then you can also use GoldenHinges or the corresponding CUBA app to find a sequence decomposition.

As for using SBOL files, you can also convert them into a sequence file with synbiopython or some other tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants