~ubuntu-branches/ubuntu/edgy/ncbi-tools6/edgy

« back to all changes in this revision

Viewing changes to algo/blast/api/dust_filter.c

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2006-07-19 23:28:07 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060719232807-et3cdmcjgmnyleyx
Tags: 6.1.20060507-3ubuntu1
Re-merge with Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
static char const rcsid[] = "$Id: dust_filter.c,v 1.5 2005/09/20 00:04:27 camacho Exp $";
 
1
static char const rcsid[] = "$Id: dust_filter.c,v 1.6 2006/01/06 15:04:38 madden Exp $";
2
2
 
3
3
/*
4
4
 * ===========================================================================
57
57
    const Boolean kIsNucl = TRUE;
58
58
    Boolean no_forward_strand = (query_info->first_context > 0);  /* filtering needed on reverse strand. */
59
59
    SeqLoc* slp_var = query_seqloc;
60
 
Int4 qindex = 0;
61
60
 
62
61
    ASSERT(query_info && query_blk && filter_maskloc && query_seqloc);
63
62