Home
last modified time | relevance | path

Searched defs:msa_struct (Results 1 – 2 of 2) sorted by relevance

/dports/biology/clustal-omega/clustal-omega-1.2.4/src/squid/
H A Dmsa.h110 typedef struct msa_struct { struct
121 int flags; /* flags for what optional info is valid */
123 char *name; /* name of alignment, or NULL */
126 char *au; /* "author" information, or NULL */
130 char **sqacc; /* accession numbers for individual sequences */
144 int ncomment; /* number of comment lines */
145 int alloc_ncomment; /* number of comment lines alloc'ed */
149 int ngf; /* number of unparsed #=GF lines */
150 int alloc_ngf; /* number of gf lines alloc'ed */
165 int ngr; /* number of #=GR tag types */
[all …]
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/hmm2/src/hmmer2/
H A Dstructs.h646 typedef struct msa_struct { struct
652 int alen; /* length of alignment (columns) */
653 int nseq; /* number of seqs in alignment */
657 int flags; /* flags for what optional info is valid */
659 char *name; /* name of alignment, or NULL */
660 char *desc; /* description of alignment, or NULL */
661 char *acc; /* accession of alignment, or NULL */
662 char *au; /* "author" information, or NULL */
665 char *rf; /* reference coordinate system, or NULL */
666 char **sqacc; /* accession numbers for individual sequences */
[all …]