Skip to content

Commit

Permalink
Open the lists of cells on dataset pages
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Nov 4, 2024
1 parent 6a87cca commit 6d64b66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cect/Comparison.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def generate_comparison_page(quick: bool, color_table=True):
readers["Bentley2016_MA"] = ["cect.WormNeuroAtlasMAReader", "Bentley_2016"]
readers["Bentley2016_PEP"] = ["cect.WormNeuroAtlasPepReader", "Bentley_2016"]

readers["Cook2019Herm"] = ["cect.Cook2019HermReader", "Cook_2019"]
readers["Cook2019Herm"] = ["cect.Cook2019HermReader", "Cook_2019"]

if not quick:
readers["Cook2019Male"] = ["cect.Cook2019MaleReader", "Cook_2019"]
Expand Down Expand Up @@ -436,7 +436,7 @@ def generate_comparison_page(quick: bool, color_table=True):
f.write("\n### %s (%i)\n" % (t, len(cell_types[t])))
if len(cell_types[t]) > 0:
f.write(
"<details><summary>Full list of %s%s</summary>\n"
"<details open><summary>Full list of %s%s</summary>\n"
% (
t.replace("herm", "hermaphrodite only"),
(
Expand Down

0 comments on commit 6d64b66

Please sign in to comment.