BSA 1.0 NO IDEA Avatar
  1. OMG Issue

BSA — proposed DsLSRBioObjects changes (03)

  • Key: BSA-26
  • Legacy Issue Number: 3698
  • Status: closed  
  • Source: SciTegic Inc. ( Scott Markel)
  • Summary:

    Add initiators and terminators to GeneticCode. Try using GeneticCode
    to build an ORF finder and you'll appreciate the following
    functionality.

    typedef sequence<Codon> CodonList;

    interface GeneticCode

    { // in addition to existing functionality readonly attribute CodonList initiators; readonly attribute CodonList terminators; boolean is_initiator(in Codon the_codon) raises(InvalidResidue); boolean is_terminator(in Codon the_codon) raises(InvalidResidue); }

    ;

  • Reported: BSA 1.0b1 — Mon, 12 Jun 2000 04:00 GMT
  • Disposition: Resolved — BSA 1.0
  • Disposition Summary:

    Rejected as out of scope for the FTF. Withdrawn by proposer.

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