Skip to content

Commit

Permalink
feat: add organoid-endoderm to atlases page (#2443)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran McDade authored and Fran McDade committed Sep 27, 2024
1 parent bea1326 commit 589dfc0
Show file tree
Hide file tree
Showing 5 changed files with 727 additions and 1 deletion.
6 changes: 5 additions & 1 deletion next/@types/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,11 @@ export type NetworkKey =
| "reproduction"
| "skin";

export type AtlasKey = "brain-v1-0" | "cortex-v1-0" | "lung-v1-0";
export type AtlasKey =
| "brain-v1-0"
| "cortex-v1-0"
| "endoderm-v1-0"
| "lung-v1-0";

export interface BICCNPublication {
authors: string[];
Expand Down
Loading

0 comments on commit 589dfc0

Please sign in to comment.