001package com.hfg.bio.seq.alignment;
002
003/**
004 * Created by taylora on 9/14/14.
005 */
006public enum PairwiseSeqType
007{
008   QUERY,
009   SUBJECT
010}