From 30069c0e66f64f0d947fcf7fdbe7aa87be1c267c Mon Sep 17 00:00:00 2001 From: Colin Megill Date: Sun, 30 Sep 2018 20:00:12 -0400 Subject: [PATCH] export request genes action for use from components --- client/src/actions/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/actions/index.js b/client/src/actions/index.js index 038a5204..f4f548e7 100644 --- a/client/src/actions/index.js +++ b/client/src/actions/index.js @@ -263,6 +263,7 @@ export default { regraph, resetGraph, requestSingleGeneExpressionCountsForColoringPOST, + requestGeneExpressionCountsPOST, requestDifferentialExpression, doInitialDataLoad };