Start of a replacement for the now removed BlueGenes Homologues section.
Rough spec:
- given the URL of an intermine, fetch its neighbours (if any) from registry.intermine.org
- check all neighbours for homologues of a given gene. FIRST ask the remote mine, then only ask THIS mine if the remote doesn't know.
- link to the InterMine, using the portal link (?) or possibly the FAIR link (?)
FIXME: fill out a description of your tool here! :)
- Clone the repo
cd bluegenes-tool-homology
and thennpm install
to install dependencies.
All of the editable source files for css and js are in src
. To bundle for prod, run the following commands:
Assuming less is installed globally:
npm run less
Assuming webpack is installed globally:
npm run build
Run each of these commands in separate terminals:
To rebuild your js every time you save:
npm run dev
To serve your page at http://localhost:3456:
npm run server