You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This shouldn't be a huge lift, since most of the code necessary to run this is modularized already inside the web endpoints (see below), but one change is that it currently uses the client to interact with the database directly, and we'd want to switch that to a different client that interacts with the API, so we don't have to give direct access to the database
Right now, there are several gene list analysis available through the INDRA Discovery website (https://discovery.indra.bio/gene/discrete, https://discovery.indra.bio/gene/signed, https://discovery.indra.bio/gene/continuous). Depending on the query, they can be slow, so it would be nice to have a way to run these analyses locally with an
indra_cogex.client
module that interacts with the REST API to get the underlying data that's necessary, then run the analysis locally.This shouldn't be a huge lift, since most of the code necessary to run this is modularized already inside the web endpoints (see below), but one change is that it currently uses the client to interact with the database directly, and we'd want to switch that to a different client that interacts with the API, so we don't have to give direct access to the database
indra_cogex/src/indra_cogex/apps/gla/gene_blueprint.py
Lines 175 to 284 in bbede16
The text was updated successfully, but these errors were encountered: