/* $Id: scores.h 105294 2013-08-20 16:42:39Z twu $ */
#ifndef SCORES_INCLUDED
#define SCORES_INCLUDED

#define MATCH 1
#define MISMATCH -3
#define QOPEN -3
#define QINDEL -1
#define TOPEN -3
#define TINDEL -1

#define CANONICAL_POINTS 12
#define DUAL_HALFCANONICAL_POINTS 4
#define SEMICANONICAL_POINTS 3
#define NONCANONICAL_POINTS -10

#endif

