Home
last modified time | relevance | path

Searched defs:is_cds (Results 1 – 6 of 6) sorted by relevance

/dports/biology/stringtie/stringtie-2.1.1/gclib/
H A Dgff.h232 bool is_cds:1; //"cds" or "start/stop_codon" features member
516 void add_if_new(GffNames* names, const char* attrname, const char* attrval, bool is_cds) { in add_if_new()
548 void add_or_update(GffNames* names, const char* attrname, const char* val, bool is_cds) { in add_or_update()
592 char* getAttr(GffNames* names, const char* attrname, bool is_cds) { in getAttr()
607 char* getAttr(int aid, bool is_cds) { in getAttr()
/dports/biology/libgff/libgff-2.0.0/include/
H A Dgff.h232 bool is_cds:1; //"cds" or "start/stop_codon" features member
516 void add_if_new(GffNames* names, const char* attrname, const char* attrval, bool is_cds) { in add_if_new()
548 void add_or_update(GffNames* names, const char* attrname, const char* val, bool is_cds) { in add_or_update()
592 char* getAttr(GffNames* names, const char* attrname, bool is_cds) { in getAttr()
607 char* getAttr(int aid, bool is_cds) { in getAttr()
/dports/biology/gffread/gffread-0.12.7/gclib/
H A Dgff.h246 bool is_cds:1; //"cds" or "start/stop_codon" features member
533 void add_if_new(GffNames* names, const char* attrname, const char* attrval, bool is_cds) { in add_if_new()
565 void add_or_update(GffNames* names, const char* attrname, const char* val, bool is_cds) { in add_or_update()
609 char* getAttr(GffNames* names, const char* attrname, bool is_cds) { in getAttr()
624 char* getAttr(int aid, bool is_cds) { in getAttr()
/dports/biology/wise/wise2.4.1/src/dynlibsrc/
H A Dgene.c167 int is_cds = 0; in read_EMBL_feature_Gene() local
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/
H A Dgff.h93 bool is_cds:1; //"cds" or "start/stop_codon" features member
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dspidey.c1651 …ntAce(FILE *ofp, SPI_RegionInfoPtr srip, BioseqPtr bsp_genomic, BioseqPtr bsp_mrna, Boolean is_cds) in SPI_PrintAce()