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

Overhead for mapping to SBOL 2.0 DOM #5

Open
1 of 3 tasks
shamseen opened this issue Jul 7, 2017 · 4 comments
Open
1 of 3 tasks

Overhead for mapping to SBOL 2.0 DOM #5

shamseen opened this issue Jul 7, 2017 · 4 comments
Assignees

Comments

@shamseen
Copy link
Collaborator

shamseen commented Jul 7, 2017

  • Lookup table to keep track of duplicate SO terms with different names

  • Expose CRUD (lookup table, SO terms, SO numbers) to users

  • Unit tests

  • Possible lookup tables with MLab. Option 2 seems to be a standard in mongoDB
    image

@shamseen
Copy link
Collaborator Author

shamseen commented Jul 10, 2017

Currently testing out the lookup table on a sandbox repository using mLab.

Going the way of option 2:
image

@shamseen
Copy link
Collaborator Author

shamseen commented Jul 24, 2017

Hey @eoberortner , we're looking to require users to input a sequence ontology number when they enter a new part (kind of like PIGEON or SEQUENCE properties). Can you guide us as to where you perform logic on those properties in the code?

We're looking to use those when making Eugene SBOL 2.0 compatible.

@eoberortner
Copy link
Collaborator

https://github.com/CIDARLAB/eugene-v2.0/blob/master/src/main/java/org/cidarlab/eugene/dom/ComponentType.java

@shamseen shamseen added this to the Support SBOL v2.0 milestone Jul 26, 2017
@shamseen shamseen removed the bug label Jul 26, 2017
@shamseen shamseen changed the title Mapping Eugene to SBOL 2.0 DOM Overhead for mapping to SBOL 2.0 DOM Jul 26, 2017
@shamseen shamseen mentioned this issue Jul 26, 2017
shamseen added a commit that referenced this issue Jul 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants