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

« back to all changes in this revision

Viewing changes to api/sequtil.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:
29
29
*   
30
30
* Version Creation Date: 4/1/91
31
31
*
32
 
* $Revision: 6.48 $
 
32
* $Revision: 6.49 $
33
33
*
34
34
* File Description:  Sequence Utilities for objseq and objsset
35
35
*
36
36
* Modifications:  
37
37
* --------------------------------------------------------------------------
38
38
* $Log: sequtil.h,v $
 
39
* Revision 6.49  2006/01/05 14:11:56  bollin
 
40
* added SeqLocPrintUseBestID function, which prints out the sequence location
 
41
* but uses the "best" sequence ID instead of the one actually stored in the
 
42
* SeqLoc.
 
43
*
39
44
* Revision 6.48  2005/08/03 18:28:36  kans
40
45
* ValidateAccnDotVer returns -5 for missing version and -6 for bad version (not just digits)
41
46
*
844
849
NLM_EXTERN Int2 SeqLocMol(SeqLocPtr seqloc);
845
850
 
846
851
NLM_EXTERN CharPtr SeqLocPrint(SeqLocPtr slp);
847
 
 
 
852
NLM_EXTERN CharPtr SeqLocPrintUseBestID(SeqLocPtr slp);
848
853
 
849
854
/*****************************************************************************
850
855
*