Home
last modified time | relevance | path

Searched refs:p7H_DESC (Results 1 – 7 of 7) sorted by relevance

/dports/biology/infernal/infernal-1.1.3/hmmer/src/
H A Dp7_hmm.c481 hmm->flags &= ~p7H_DESC; /* legacy */ in p7_hmm_SetDescription()
489 hmm->flags |= p7H_DESC; /* legacy */ in p7_hmm_SetDescription()
H A Dp7_hmmfile.c1053 if (hmm->desc == NULL) hmm->flags &= ~p7H_DESC; else hmm->flags |= p7H_DESC; in p7_hmmfile_WriteBinary()
1084 …if ((hmm->flags & p7H_DESC) && (status = write_bin_string(fp, hmm->desc)) != esl… in p7_hmmfile_WriteBinary()
1702 …if ((hmm->flags & p7H_DESC) && read_bin_string(hfp->f, &(hmm->desc)) != eslOK) … in read_bin30hmm()
H A Dhmmer.h109 #define p7H_DESC (1<<1) /* description exists (legacy; xref SRE:J5/114) !*/ macro
/dports/biology/hmmer/hmmer-3.3/src/
H A Dp7_hmm.c481 hmm->flags &= ~p7H_DESC; /* legacy */ in p7_hmm_SetDescription()
489 hmm->flags |= p7H_DESC; /* legacy */ in p7_hmm_SetDescription()
H A Dp7_hmmfile.c1053 if (hmm->desc == NULL) hmm->flags &= ~p7H_DESC; else hmm->flags |= p7H_DESC; in p7_hmmfile_WriteBinary()
1084 …if ((hmm->flags & p7H_DESC) && (status = write_bin_string(fp, hmm->desc)) != esl… in p7_hmmfile_WriteBinary()
1702 …if ((hmm->flags & p7H_DESC) && read_bin_string(hfp->f, &(hmm->desc)) != eslOK) … in read_bin30hmm()
H A Dhmmer.h109 #define p7H_DESC (1<<1) /* description exists (legacy; xref SRE:J5/114) !*/ macro
/dports/biology/infernal/infernal-1.1.3/src/
H A Dcm_file.c3203 …if ((hmm->flags & p7H_DESC) && read_bin_string(hfp->f, &(hmm->desc)) != eslOK) … in read_bin30hmm()