Home
last modified time | relevance | path

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

/dports/biology/clustal-omega/clustal-omega-1.2.4/src/squid/
H A Dmsa.h222 #define IsAlignmentFormat(fmt) ((fmt) > 100) macro
H A Dsqio.c182 if (IsAlignmentFormat(format)) in seqfile_open()
220 if (sqfp->do_stdin || sqfp->do_gzip || IsAlignmentFormat(sqfp->format)) in SeqfilePosition()
1084 if (IsAlignmentFormat(V->format))
1657 if (IsAlignmentFormat(outform))
H A Dmsa.c1205 if (fmt != MSAFILE_UNKNOWN && ! IsAlignmentFormat(fmt)) in MSAFileFormat()