A set of React components for BioInformatics, such as Gene/Transcript Map from GTex Portal, Pathology Image Viewer, etc.
More details on ui-components.3steps.cn
git clone github.com/yjcyxky/biominer-components.git
cd biominer-components
$ yarn install
Before you start the dev server, you need to run a biomedgps server locally (Port: 8000). Please refer to biomedgps for more details. You might need to fill a token into the localStorage of your browser for accessing the biomedgps server.
$ yarn start
yarn deploy
$ yarn docs:build
$ yarn test
$ yarn build
Please update the version in package.json
before publishing.
$ npm publish .
Only for developers who want to develop this package locally.
$ npm i -g yalc
yalc publish
yalc add biominer-components
yarn build && yalc push
rm -rf src/.umi && yarn start:local-dev