Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 477 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 477 Bytes

sequence-alignment-service

Small sequence alignment service to be used in combination with the Multiple Sequence Alignment viewer

What it does?

It aligns protein sequences passed to it

The /align-sequence endpoint takes sequence from body of the request and returns the aligned sequence as response.

How to run?

  • npm install
  • npm start

Purpose

Developed primarily for BlueGenes MSA Viewer visualizer