-
Notifications
You must be signed in to change notification settings - Fork 8
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
Sequence annotation #137
Comments
How I understand the program currently makes composite parts is by taking basic parts with defined sequences and concatenating those with SequenceConstraint objects. What I would like to make is an object with multiple SequenceAnnotation objects pointing to other components I defined on the excel file. To let you know specifically what I'm working on: |
You can likely achieve this by creating a new Excel template. In many cases, you can simply change the configuration in the template itself. For some more complex things, you may need to add a special function to Excel2SBOL. You can find more details about configuring Excel2SBOL in @JMante1 thesis: https://geneticlogiclab.org/publication/promotion-data-reuse-mante-2022/ |
How would I go about generating objects with sequence annotation? Also, making this annotation reference another object (in the same file or externally).
I couldn't find an example in the paper or the example sheets. I'm guessing I can do that sort of automatedly with the sbol python libraries but just wonder if there is a way already within excel2sbol.
The text was updated successfully, but these errors were encountered: