gabefoley / PO_Viterbi

Example code for running Partial Order Viterbi alignment method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Partial Order Viterbi

This code runs a Partial Order Alignment variant of the Viterbi algorithm.

It isn't currently in development.

Installation

  1. Clone the repo
git clone https://github.com/gabefoley/PO_Viterbi
  1. Install requirements
pip install -r requirements.txt
  1. Try a test alignment from the tests folder
python -m pov/__main__.py -a tests/files/simple_seqs/simple_6.fasta -o ./simple_6.aln

This should give you an alignment that looks like this ->

Workflow

About

Example code for running Partial Order Viterbi alignment method


Languages

Language:Python 100.0%