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

« back to all changes in this revision

Viewing changes to algo/blast/api/repeats_filter.h

  • 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
 
/* $Id: repeats_filter.h,v 1.4 2005/04/06 23:27:53 dondosha Exp $
 
1
/* $Id: repeats_filter.h,v 1.5 2006/04/26 12:46:47 madden Exp $
2
2
* ===========================================================================
3
3
*
4
4
*                            PUBLIC DOMAIN NOTICE                          
39
39
#endif
40
40
 
41
41
#include <objloc.h>
 
42
#include <algo/blast/api/blast_message_api.h>
42
43
 
43
44
/** @addtogroup CToolkitAlgoBlast
44
45
 *
51
52
 * @param filter_string Filtering option for a BLAST search, e.g. 
52
53
 *                      "m L;R -d rodents.lib" [in]
53
54
 * @param mask_loc List of repeat mask locations [out]
 
55
 * @param message Used to send back error messages [out]
54
56
 * @return Status.
55
57
 */
56
58
Int2 Blast_FindRepeatFilterSeqLoc(SeqLoc* query_seqloc, 
57
59
                                  const char* filter_string, 
58
 
                                  SeqLoc* *mask_loc);
 
60
                                  SeqLoc* *mask_loc,
 
61
                                  SBlastMessage **message);
59
62
 
60
63
/* @} */
61
64