Skip to content

calipho-sib/VEP-community-tool

Repository files navigation

VEP-community-tool

This is the code repository for VEP Community Tool that is used to visualise Ensembl Variant Effect Predictor(VEP) data using neXtProt tools. The components use the React web application framework, written in TypeScript.

View the Community Tool Live or Run Locally

Run Locally

  1. Clone the GitHub repo.
git clone https://github.com/calipho-sib/VEP-community-tool.git
  1. Install the dependencies.
yarn
  1. Run the local server.
yarn run start

Build and Deploy

  1. Build the latest changes.
yarn build
  1. Deploy on GitHub pages.
yarn deploy

Contributing

The VEP Community Tool is being developed as open source. All the software packages are being actively maintained on GitHub and we encourage organizations and individuals to contribute requirements, documentation, issues, new templates, and code.

For code contributions, read our CONTRIBUTING guide.