Exemple #1
0
//  ============================================================================
bool CGtfRecord::x_CdsToRibosomalSlippage(
    CMappedFeat mapped_feature )
//  ============================================================================
{
    if ( mapped_feature.IsSetExcept_text() ) {
        if ( mapped_feature.GetExcept_text() == "ribosomal slippage" ) {
            return true;
        }
    }
    return false;
}