Go to the documentation of this file.
19 #ifndef CLUSTALO_SEQ_H
20 #define CLUSTALO_SEQ_H
22 #include "squid/squid.h"
32 #define SEQTYPE_UNKNOWN kOtherSeq
33 #define SEQTYPE_DNA kDNA
34 #define SEQTYPE_RNA kRNA
35 #define SEQTYPE_PROTEIN kAmino
40 #define AMINOACID_ANY 'X'
41 #define NUCLEOTIDE_ANY 'N'
116 AddSeq(
mseq_t **prMSeqDest_p,
char *pcSeqName,
char *pcSeqRes);
129 int iSeqType,
int iSeqFmt,
130 int iMaxNumSeq,
int iMaxSeqLen);