Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ebi-webcomponents/nightingale
Data visualisation web components for the life sciences.
https://github.com/ebi-webcomponents/nightingale
biohackeu21 biohackeu22 bioinformatics visualization webcomponents
Last synced: 27 days ago
JSON representation
Data visualisation web components for the life sciences.
- Host: GitHub
- URL: https://github.com/ebi-webcomponents/nightingale
- Owner: ebi-webcomponents
- License: mit
- Created: 2018-07-11T14:49:38.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T15:11:22.000Z (about 1 month ago)
- Last Synced: 2024-10-08T09:11:34.464Z (about 1 month ago)
- Topics: biohackeu21, biohackeu22, bioinformatics, visualization, webcomponents
- Language: TypeScript
- Homepage: https://ebi-webcomponents.github.io/nightingale
- Size: 65.8 MB
- Stars: 119
- Watchers: 11
- Forks: 38
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-web-components - Nightingale - Data visualisation web components for the life sciences. (Real World / Component Libraries)
README
[![Test and Publish Nightingale App](https://github.com/ebi-webcomponents/nightingale/workflows/Test%20and%20Publish%20Nightingale%20App/badge.svg)](https://github.com/ebi-webcomponents/nightingale/actions)
# nightingale
Nightingale is a monorepo containing visualisation web components to use with
biological data.## Cite us
**Nightingale: web components for protein feature visualization**, Bioinformatics Advances, Volume 3, Issue 1, 2023, vbad064, [https://doi.org/10.1093/bioadv/vbad064](https://doi.org/10.1093/bioadv/vbad064)
## Documentation/Getting started
Documentation, getting started guide and examples for each of the components are
available here
[https://ebi-webcomponents.github.io/nightingale](https://ebi-webcomponents.github.io/nightingale)## Contributing
Read our guide [here](/CONTRIBUTING.md) as well as our
[code of conduct](/CODE_OF_CONDUCT.md)## Installing
Nightingale uses [Lerna](https://lerna.js.org/) to manage its packages.
First run `yarn` to install root packages.
## Building the components
Run `yarn build`
## Showcase application
### Locally
Run `yarn build && yarn storybook` to run the application locally.
### Build
Run `yarn build-storybook` to build the application ready for deployment.