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

Load Tables from Datasets within a Project #88

Open
will-moore opened this issue Apr 9, 2021 · 1 comment
Open

Load Tables from Datasets within a Project #88

will-moore opened this issue Apr 9, 2021 · 1 comment

Comments

@will-moore
Copy link
Member

See https://forum.image.sc/t/using-omero-parade-on-dataset-level-and-image-level-omero-tables/50180/7

When loading data for filtering, don't just check for csv or OMERO.tables on the parent Project.
Also check on the child Datasets.

The returned JSON would have to indicate which Datasets the filters were coming from. E.g.

/parade/filters/?project=152

"data": [
"ROI_count",
"Rating",
"Comment",
"Tag",
"Key_Value",
"Table",
"idr0021_merged_results.csv",
"Batch_ROI_Export.csv",
"roi_intensities.csv"
"Dataset 123: dataset_values.csv"
]

These would have to be shown in a list that indicates which Dataset they're coming from.
And when we load a filter, the URL would also need to indicate which Dataset the table came from (as it would if the Dataset were an orphan)

@imagesc-bot
Copy link

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/using-omero-parade-on-dataset-level-and-image-level-omero-tables/50180/8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants