-
Notifications
You must be signed in to change notification settings - Fork 54
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
Refactor PlateLabels #65
Comments
@joshmoore I can't see enough detail in #62 to understand your context here, however, if your |
Thanks for the context, @AlasdairGray. I'll look into using BMUSE to scrape the suggestion I have here to see if it's a problem or not. |
Happy to help review the output if you need it. |
👍 Ta |
After some investigation I am pretty sure this is the source of the
leads to the top-level path being duplicated in Lines 61 to 63 in 35d56e8
Line 75 in 35d56e8
failing as all the elements are duplicated and of equal weight |
Is the refactor of PlateLabels still ongoing? I've been trying to get some Label data into our test cases and it works well to display the label data if I look at a single field of view (dragging But if I drag the whole plate ( (Same if I drag in a specific well, e.g. I saw that some PlateLabels functionality was disabled earlier this year here to make plate loading work: sbesson#1 |
Need to generate some new test data to have a look at this again... |
Ah - I found https://gist.github.com/will-moore/0f4cb6b1fdd60a255fcbb956a54a645e to create some data... But even this is not working properly yet (only seeing a single image channel) |
#62 introduced the PlateLabels class which requires some special casing in order to provide 2 nodes from the same URL. One idea for working around this was to use a
#labels
suffix or similar to differentiate.see: BioSchemas/specifications#475 however for potential RDF issues with
#suffixes
.The text was updated successfully, but these errors were encountered: