Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
evc29 committed Jun 27, 2024
1 parent 97299de commit 67ce33f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@weng-lab/psychscreen-ui-components",
"description": "Typescript and Material UI based components used for psychSCREEN",
"author": "SCREEN Team @ UMass Chan Medical School",
"version": "0.8.8",
"version": "0.8.9",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/components/Graph/Graph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ const Graph: React.FC<GraphProps> = ({
'Chromatin Accessible + CTCF': true,
'Lower-Expression': true,
'Higher-Expression': true,
'Low DNase': true,
});

const [degree, setDegree] = useState<number>(3);
Expand Down
1 change: 1 addition & 0 deletions src/components/Graph/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const cCREConstants = {
"Lower-Expression": { label: "Edge", color: "#000000" },
"Higher-Expression": { label: "Edge", color: "#0000FF" },
"Edge": { label: "Edge", color: "grey"},
"Low DNase": {label: "Low DNase", color: "#e1e1e1"}
};

export type cCREClass = keyof typeof cCREConstants;
Expand Down

0 comments on commit 67ce33f

Please sign in to comment.