Home
last modified time | relevance | path

Searched refs:src_flpos (Results 1 – 2 of 2) sorted by relevance

/dports/biology/infernal/infernal-1.1.3/easel/miniapps/
H A Desl-alimerge.c1461 int src_flpos = 0; /* position of rightmost '~' in contiguous string that begins at position 0 */ in inflate_seq_with_gaps() local
1472 src_flpos = 0; in inflate_seq_with_gaps()
1473 while(src_flpos < src_len && esl_abc_CIsMissing(abc, src_str[src_flpos])) { src_flpos++; } in inflate_seq_with_gaps()
1474 src_flpos--; /* we overshot by 1 */ in inflate_seq_with_gaps()
1485 i_am_fragment = (src_flpos != -1 || src_frpos != src_len) ? TRUE : FALSE; in inflate_seq_with_gaps()
1488 for(src_apos = src_flpos+1; src_apos <= src_frpos-1; src_apos++) { in inflate_seq_with_gaps()
1495 …char2add = ((src_flpos >= src_apos) || (src_frpos <= src_apos)) ? esl_abc_CGetMissing(abc) : gapch… in inflate_seq_with_gaps()
1506 …char2add = ((src_flpos >= src_apos) || (src_frpos <= src_apos)) ? esl_abc_CGetMissing(abc) : gapch… in inflate_seq_with_gaps()
/dports/biology/hmmer/hmmer-3.3/easel/miniapps/
H A Desl-alimerge.c1461 int src_flpos = 0; /* position of rightmost '~' in contiguous string that begins at position 0 */ in inflate_seq_with_gaps() local
1472 src_flpos = 0; in inflate_seq_with_gaps()
1473 while(src_flpos < src_len && esl_abc_CIsMissing(abc, src_str[src_flpos])) { src_flpos++; } in inflate_seq_with_gaps()
1474 src_flpos--; /* we overshot by 1 */ in inflate_seq_with_gaps()
1485 i_am_fragment = (src_flpos != -1 || src_frpos != src_len) ? TRUE : FALSE; in inflate_seq_with_gaps()
1488 for(src_apos = src_flpos+1; src_apos <= src_frpos-1; src_apos++) { in inflate_seq_with_gaps()
1495 …char2add = ((src_flpos >= src_apos) || (src_frpos <= src_apos)) ? esl_abc_CGetMissing(abc) : gapch… in inflate_seq_with_gaps()
1506 …char2add = ((src_flpos >= src_apos) || (src_frpos <= src_apos)) ? esl_abc_CGetMissing(abc) : gapch… in inflate_seq_with_gaps()