Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin3.c15254 Uint1 strand_cds, strand_gene; in FindGenesForCDS() local
15266 strand_cds = SeqLocStrand (gfc->test_loc); in FindGenesForCDS()
15268 if (strand_cds == Seq_strand_minus && strand_gene != Seq_strand_minus) in FindGenesForCDS()
15272 else if (strand_cds != Seq_strand_minus && strand_gene == Seq_strand_minus) in FindGenesForCDS()
15329 Uint1 strand_cds, strand_gene; in CorrectOneCDSGenePair() local
15401 strand_cds = SeqLocStrand (cds->location); in CorrectOneCDSGenePair()
15403 if (strand_cds == Seq_strand_minus && strand_gene != Seq_strand_minus) in CorrectOneCDSGenePair()
15407 else if (strand_cds != Seq_strand_minus && strand_gene == Seq_strand_minus) in CorrectOneCDSGenePair()
15413 SetSeqLocStrand (gene->location, strand_cds); in CorrectOneCDSGenePair()