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

update circuit browser to use uniqueFacets #1298

Closed
Robbie1977 opened this issue Mar 2, 2022 · 3 comments · Fixed by #1299
Closed

update circuit browser to use uniqueFacets #1298

Robbie1977 opened this issue Mar 2, 2022 · 3 comments · Fixed by #1299
Assignees
Labels
MetaCell Jobs for metacell

Comments

@Robbie1977
Copy link
Contributor

@jrmartin can you change the code for the circuit browser to use 'uniqueFacets' rather than 'labels' for the coloured labels/key in the neo4j/pdb query results.

{
  "start": {
"identity": 99801,
"labels": [
      "Adult",
      "Anatomy",
      "Cell",
      "Entity",
      "FlyEM_HB",
      "Individual",
      "NBLAST",
      "Nervous_system",
      "Neuron",
      "Serotonergic",
      "has_image",
      "has_neuron_connectivity",
      "has_region_connectivity",
      "neuronbridge"
    ],
"properties": {
"iri": "http://virtualflybrain.org/reports/VFB_jrchjrch",
"curie": "VFB:jrchjrch",
"short_form": "VFB_jrchjrch",
"label_rdfs": [
        "5-HTPLP01_R (FlyEM-HB:1324365879)"
      ],
"sl": "54HTPLP01_R_4FlyEM4HB513243658794",
"comment": [
        "tracing status-Roughly traced, cropped-False"
      ],
"qsl": "54HTPLP01_R_4FlyEM4HB513243658794",
"label": "5-HTPLP01_R (FlyEM-HB:1324365879)",
"uniqueFacets": [
        "Adult",
        "Serotonergic"
      ]
    }
  },
@Robbie1977 Robbie1977 added the MetaCell Jobs for metacell label Mar 2, 2022
@Robbie1977
Copy link
Contributor Author

FYI no changes are needed to the solr code for Circuit Browser as we are still using the full labels list for filtering.

@Robbie1977
Copy link
Contributor Author

pdb-dev.VirtualFlyBrain.org will give you the correct data for testing

@Robbie1977
Copy link
Contributor Author

@ddelpiano This one is priority over the uploader work

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

Successfully merging a pull request may close this issue.

3 participants