Skip to content

2.5

Compare
Choose a tag to compare
@jeffdaily jeffdaily released this 22 Dec 23:44
· 25 commits to master since this release

Added

  • Position-Specific Scoring Matrix Alignment (see README.md)
    • parasail_matrix_t attributes type, length, alphabet, and query
    • pssm matrix functions
      • parasail_matrix_pssm_create
      • parasail_matrix_pssm_create_case_sensitive
      • parasail_matrix_convert_square_to_pssm

Changed

  • Alignment functions now verify inputs as follows
    • input sequences are not null and lengths are greater than zero
    • input matrix is not null
    • open and gap penalties are greater than or equal to zero
  • parasail_matrix_from_file can now parse a simple pssm format (see README.md)

Fixed