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'
120 AddSeq(
mseq_t **prMSeqDest_p,
char *pcSeqName,
char *pcSeqRes);
133 int iSeqType,
int iSeqFmt,
bool bIsProfile,
134 int iMaxNumSeq,
int iMaxSeqLen);
152 WriteAlignment(
mseq_t *mseq,
const char *aln_outfile,
int msafile_format,
int iWrap,
bool bResno);