~ubuntu-branches/ubuntu/saucy/ncbi-tools6/saucy-proposed

« back to all changes in this revision

Viewing changes to api/edutil.c

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2009-08-11 22:03:47 UTC
  • mfrom: (1.4.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090811220347-g4b6lzdvphvvbpiu
* New upstream release.
* debian/libncbi6.symbols: update accordingly.
* debian/control: clean up obsolete or redundant relationship declarations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
*   
30
30
* Version Creation Date: 2/4/94
31
31
*
32
 
* $Revision: 6.64 $
 
32
* $Revision: 6.65 $
33
33
*
34
34
* File Description:  Sequence editing utilities
35
35
*
39
39
* -------  ----------  -----------------------------------------------------
40
40
*
41
41
* $Log: edutil.c,v $
 
42
* Revision 6.65  2009/03/04 16:34:15  bollin
 
43
* Added function for removing contigs from scaffolds.
 
44
*
42
45
* Revision 6.64  2008/08/26 20:21:01  bollin
43
46
* Fixed bug in function for converting raw sequences to delta, where the
44
47
* gap is specified by location and is a replacement rather than an insertion.
5808
5811
*      2) split intervals which span the deletions
5809
5812
*
5810
5813
*****************************************************************************/
5811
 
static Int2 LIBCALL SeqEdSeqFeatDelete (SeqFeatPtr sfp, BioseqPtr target, Int4 from, Int4 to, Boolean merge)
 
5814
NLM_EXTERN Int2 LIBCALL SeqEdSeqFeatDelete (SeqFeatPtr sfp, BioseqPtr target, Int4 from, Int4 to, Boolean merge)
5812
5815
{
5813
5816
        ValNode vn;
5814
5817
        SeqLocPtr tloc;