BSA 1.0 NO IDEA Avatar
  1. OMG Issue

BSA — why does SimilaritySearchHit contain a list of Alignments

  • Key: BSA-16
  • Legacy Issue Number: 3557
  • Status: closed  
  • Source: med.uu.nl ( Philip Lijnzaad)
  • Summary:

    during our implementation work we came across the following a point that
    is puzzling:

    why does SimilaritySearchHit contain a list of Alignments? A SearchHit is a
    match of one target sequence with one or more matched sequence. Practically
    by definition, each such a hit is one alignment (even if the alignment is
    more than pairwise). So we should either change the spec to be

    valuetype SimilaritySearchHit : SearchHit

    { public Alignment the_alignment; }

    ;

    or, leave the spec and document that the only legal length for
    alignment_list is 1. Thoughts?

  • Reported: BSA 1.0b1 — Tue, 11 Apr 2000 04:00 GMT
  • Disposition: Resolved — BSA 1.0
  • Disposition Summary:

    Accepted. Chose to make only the documentation change.

  • Updated: Fri, 6 Mar 2015 20:57 GMT