Generates a scaffold for BlueGenes tools, InterMine's new UI. See the BlueGenes tool tutorial for more info.
First, install Yeoman and generator-bluegenes-tool using npm (we assume you have pre-installed node.js), perhaps using nvm
npm install -g yo
npm install -g @intermine/generator-bluegenes-tool
Then generate your new project:
yo @intermine/bluegenes-tool
Feel free to learn more about Yeoman.
MIT