Home
last modified time | relevance | path

Searched refs:rna_comment (Results 1 – 1 of 1) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/sequence/
H A Dgene_model.cpp3597 string rna_comment, cds_comment; in x_SetComment() local
3704 rna_comment = "The RefSeq transcript"; in x_SetComment()
3706 rna_comment += " has " + in x_SetComment()
3722 rna_comment += " and"; in x_SetComment()
3724 rna_comment += " aligns at " in x_SetComment()
3728 if (rna_comment == "The RefSeq transcript") { in x_SetComment()
3729 rna_comment.clear(); in x_SetComment()
3800 rna_comment = k_rna_comment; in x_SetComment()
3807 rna_comment += string(NStr::EndsWith(rna_comment,"CDS") ? ":" : ";") in x_SetComment()
3830 if (!rna_comment.empty()) { in x_SetComment()
[all …]