This project was generated with the BlueGenes Tool Generator, which has produced the basic files needed for your tool. You'll still need to handle the implementation details, though.
- [] edit src/index.js and add code to initialise your tool
- [] update demo.html to show a demo of your tool
- [] add
preview.png
to the root directory of this repo. This image will be used to preview your tool. - [] update your tool's description in README.md
- [] edit package.json and point to your github repository, something like
"repository": { "type": "git", "url": "git@github.com:intermine/someRepo.git" },
- [] add any css styles to src/style.less