SynBioDex / SBOL-Notebooks

A repository containing Jupyter Notebooks for SBOL
0 stars 0 forks source link

A notebook that creates an example of an SBOL2 Generic Location #28

Open PrashantVaidyanathan opened 5 days ago

PrashantVaidyanathan commented 5 days ago

This addresses #26

jakebeal commented 5 days ago

I think this isn't very informative yet, because it isn't concrete enough to really show the value of the representation. How about instead having this show a Cre-Lox recombination applied to activate a not-yet-selected coding sequence by un-reversing it?

That would be a little more complicated, but I think a lot more compelling. The total representation would be:

PrashantVaidyanathan commented 5 days ago

@jakebeal - I agree with your comment there and I like the idea. I have mixed feelings about including this example just for Generic Location because this has a lot more SBOL classes in it.

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.

PrashantVaidyanathan commented 5 days ago

We can also add a note pointing users to the Cre-Lox example (or perhaps a ReadMe in the sbol2 folder)

jakebeal commented 4 days ago

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

PrashantVaidyanathan commented 4 days ago

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.