-
Notifications
You must be signed in to change notification settings - Fork 0
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
A notebook that creates an example of an SBOL2 Generic Location #28
base: main
Are you sure you want to change the base?
Conversation
… pysbol2. This addresses #26
I think this isn't very informative yet, because it isn't concrete enough to really show the value of the representation. That would be a little more complicated, but I think a lot more compelling. The total representation would be:
|
@jakebeal - I agree with your comment there and I like the idea. How about we have a simpler notebook that just shows Generic Location. But we can also add another notebook showing a Cre-Lox recombination? I've added another notebook (outside the CreatingSBOL2Objects folder). Happy to hear your thoughts. |
We can also add a note pointing users to the Cre-Lox example (or perhaps a ReadMe in the sbol2 folder) |
I think there's no point in using GenericLocation without this level of complexity. I would thus suggest that instead of making a low-content GenericLocation, that we have this notebook's documentation point to the notebooks for SequenceConstraint, SequenceAnnotation, etc. as prerequisites |
…e pointing users to the more complex CreLox notebook.
I've modified the Generic Location notebook to reflect your comments. I've also added a link to the Cre-Lox notebook while providing users with a simpler code snippet to understand how to create a Generic Location. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of my comments are "nice to haves", but I think it's important to avoid duplicating the loxP component and not add a sequence to the unknown CDS.
Co-authored-by: Jacob Beal <[email protected]>
Co-authored-by: Jacob Beal <[email protected]>
Co-authored-by: Jacob Beal <[email protected]>
Co-authored-by: Jacob Beal <[email protected]>
Co-authored-by: Jacob Beal <[email protected]>
Co-authored-by: Jacob Beal <[email protected]>
@jakebeal - I've addressed these comments in the latest commit. If you are happy with the changes, please feel free to merge this PR. |
This addresses #26