/[v1]/trunk/c++/src/objects/seq/seq_align_mapper_base.cpp
ViewVC logotype

Log of /trunk/c++/src/objects/seq/seq_align_mapper_base.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 100569 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 11 11:39:48 2023 UTC (8 months, 4 weeks ago) by grichenk
File length: 118221 byte(s)
Diff to previous 99064
Fixed warnings. JIRA OMDM-54

Revision 99064 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 8 19:14:27 2023 UTC (14 months, 4 weeks ago) by ucko
File length: 118211 byte(s)
Diff to previous 96343
Address warnings affecting the consolidated seq library.

- Do away with implicit narrowing conversions, which yield warnings
  under recent macOS and FreeBSD toolchains, mainly through a
  combination of type harmonization (including adjustments to some
  internal functions' signatures) and explicit casting.
-- CDense_seg: Replace the usual sequence of consistency assertions
   with calls to a new ASSERT_CONSISTENCY macro, which does the same
   thing but on a pure size_t basis.
- Use string::find when simply looking for a single case-sensitive
  character.
- CReverseComplementHelper: Make fully empty, which has always been
  legitimate.
- SeqTable_multi_data.cpp (sx_Round): Correctly detect values that are
  just too large for 64-bit integer types.

JIRA: CXX-3707.

Revision 96343 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 17 12:27:14 2022 UTC (2 years, 1 month ago) by grichenk
File length: 117932 byte(s)
Diff to previous 93961
Fixed trimming gaps in mapped exons. JIRA CXX-12410

Revision 93961 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 10 11:46:16 2021 UTC (2 years, 10 months ago) by grichenk
File length: 117848 byte(s)
Diff to previous 91807
Invalidate scores when a segment can not be mapped. JIRA CXX-11958

Revision 91807 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 14 15:03:53 2020 UTC (3 years, 4 months ago) by grichenk
File length: 117814 byte(s)
Diff to previous 72492
Replaced autp_ptr with unique_ptr. JIRA CXX-11620

Revision 72492 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 11 14:35:58 2016 UTC (8 years ago) by grichenk
File length: 117812 byte(s)
Diff to previous 69184
Smarter sequence type and length detection. JIRA CXX-7366

Revision 69184 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 7 18:25:55 2015 UTC (8 years, 7 months ago) by grichenk
File length: 117134 byte(s)
Diff to previous 68819
Optionally report any trimmed range as mapping error. JIRA CXX-7309

Revision 68819 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 4 16:50:11 2015 UTC (8 years, 8 months ago) by grichenk
File length: 116745 byte(s)
Diff to previous 67835
Skip empty segments in mapped std-seg. JIRA GP-14686

Revision 67835 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 17 14:56:27 2015 UTC (8 years, 10 months ago) by grichenk
File length: 116661 byte(s)
Diff to previous 67441
Fixed exon trimming for minus strand. JIRA CXX-6073

Revision 67441 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 18 17:36:52 2015 UTC (8 years, 11 months ago) by grichenk
File length: 116357 byte(s)
Diff to previous 66480
Copy seq-align::id to the mapped alignment. JIRA CXX-5968

Revision 66480 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 6 14:35:39 2015 UTC (9 years, 2 months ago) by grichenk
File length: 116198 byte(s)
Diff to previous 66327
Fixed possible null pointer usage. JIRA CXX-5700

Revision 66327 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 24 15:26:52 2015 UTC (9 years, 2 months ago) by grichenk
File length: 116182 byte(s)
Diff to previous 65639
Option to turn on/off gap trimming in spliced-seg. JIRA CXX-5691

Revision 65639 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 16 18:43:50 2014 UTC (9 years, 4 months ago) by grichenk
File length: 115611 byte(s)
Diff to previous 64711
Optionally convert mapped genome-to-protein alignment to spliced-seg. JIRA CXX-5478

Revision 64711 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 3 18:43:18 2014 UTC (9 years, 7 months ago) by grichenk
File length: 108103 byte(s)
Diff to previous 64655
Fixed gap trimming. JIRA CXX-5271

Revision 64655 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 1 16:18:59 2014 UTC (9 years, 7 months ago) by grichenk
File length: 107943 byte(s)
Diff to previous 64006
Trim insertions created by mapping. JIRA CXX-5259

Revision 64006 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 11 14:58:16 2014 UTC (9 years, 9 months ago) by grichenk
File length: 107146 byte(s)
Diff to previous 63920
Fixed exon splitting. JIRA CXX-5105

Revision 63920 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 5 14:27:11 2014 UTC (9 years, 9 months ago) by grichenk
File length: 106944 byte(s)
Diff to previous 63658
Fixed strand handling in spliced-segs. JIRA CXX-5105

Revision 63658 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 17 15:21:09 2014 UTC (9 years, 9 months ago) by grichenk
File length: 106709 byte(s)
Diff to previous 63535
Preserve product type when possible, throw when mapping product from protein to an unknown sequence type. JIRA CXX-5104

Revision 63535 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 9 12:53:34 2014 UTC (9 years, 10 months ago) by grichenk
File length: 105904 byte(s)
Diff to previous 63525
Fixed processing of indels in mapped alignments. Updated unit tests. JIRA CXX-4072

Revision 63525 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 8 17:21:31 2014 UTC (9 years, 10 months ago) by grichenk
File length: 103103 byte(s)
Diff to previous 62011
Trim indels only in the first/last exons. JIRA CXX-4072

Revision 62011 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 6 20:16:07 2014 UTC (10 years, 2 months ago) by grichenk
File length: 101861 byte(s)
Diff to previous 60580
Optimized initialization of CSeq_loc_Mapper_Base. JIRA CXX-4718

Revision 60580 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 3 17:19:11 2013 UTC (10 years, 5 months ago) by grichenk
File length: 101825 byte(s)
Diff to previous 60498
Fixed warning.

Revision 60498 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 26 17:47:12 2013 UTC (10 years, 5 months ago) by grichenk
File length: 101924 byte(s)
Diff to previous 60166
Use per-exon seq-ids if set. JIRA CXX-4503

Revision 60166 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 30 15:11:06 2013 UTC (10 years, 6 months ago) by grichenk
File length: 101912 byte(s)
Diff to previous 60152
Split exons mapped to multiple sequences - fix for genomic row. JIRA CXX-4432

Revision 60152 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 29 14:11:33 2013 UTC (10 years, 6 months ago) by grichenk
File length: 102036 byte(s)
Diff to previous 60032
Split exons mapped to multiple sequences. JIRA CXX-4432

Revision 60032 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 18 13:21:57 2013 UTC (10 years, 6 months ago) by chetvern
File length: 102160 byte(s)
Diff to previous 59209
Standardize protpos processing (JIRA: CXX-4415)

Revision 59209 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 5 15:46:41 2013 UTC (10 years, 9 months ago) by grichenk
File length: 102533 byte(s)
Diff to previous 58871
Fixed handling of duplicate mappings. JIRA CXX-4240

Revision 58871 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 15 16:53:30 2013 UTC (10 years, 9 months ago) by grichenk
File length: 102500 byte(s)
Diff to previous 58264
Do not try to map bounds through an empty mapper. JIRA CXX-4166

Revision 58264 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 23 16:25:33 2013 UTC (10 years, 11 months ago) by grichenk
File length: 102465 byte(s)
Diff to previous 57830
Remove gaps at exon start/end. JIRA CXX-4072

Revision 57830 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 17 16:09:46 2013 UTC (11 years ago) by grichenk
File length: 100304 byte(s)
Diff to previous 57272
Throw CAnnotMapperException if the mapped alignment is empty. JIRA CXX-3970

Revision 57272 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 20 20:28:52 2013 UTC (11 years, 2 months ago) by grichenk
File length: 99342 byte(s)
Diff to previous 57134
Fixed partial flag in mapped exons. JIRA CXX-3817

Revision 57134 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 7 16:48:29 2013 UTC (11 years, 3 months ago) by grichenk
File length: 98208 byte(s)
Diff to previous 57083
Map spliced-seg bounds. JIRA CXX-3770

Revision 57083 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 4 18:47:31 2013 UTC (11 years, 3 months ago) by grichenk
File length: 97630 byte(s)
Diff to previous 56910
Do not sort exons and exon parts after mapping, use the original order. JIRA CXX-3770

Revision 56910 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 17 22:05:08 2013 UTC (11 years, 3 months ago) by grichenk
File length: 104420 byte(s)
Diff to previous 56879
Fixed mapping of spliced-segs. Reverted fix for mixed-strand alignments. JIRA CXX-3728, CXX-3666

Revision 56879 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 14 19:04:27 2013 UTC (11 years, 3 months ago) by grichenk
File length: 103056 byte(s)
Diff to previous 56876
Convert mixed strand mapped alignments into disc-segs. JIRA CXX-3666

Revision 56876 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 14 18:30:43 2013 UTC (11 years, 3 months ago) by grichenk
File length: 101364 byte(s)
Diff to previous 56649
Fixed product strand in mapped exons. JIRA CXX-3724

Revision 56649 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 20 18:02:32 2012 UTC (11 years, 4 months ago) by grichenk
File length: 101364 byte(s)
Diff to previous 52952
Fixed the order of segments when mapping through minus strand alignments. JIRA CXX-3666

Revision 52952 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 9 16:24:35 2012 UTC (12 years, 3 months ago) by grichenk
File length: 100963 byte(s)
Diff to previous 52733
Always preserve exon parts after mapping. Fixed processing of exons without parts in AsDiscSeg(). JIRA CXX-2993

Revision 52733 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 23 18:47:53 2012 UTC (12 years, 3 months ago) by grichenk
File length: 101144 byte(s)
Diff to previous 52486
Fixed spliced-seg mapping. JIRA CXX-2954

Revision 52486 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 29 19:00:02 2011 UTC (12 years, 4 months ago) by grichenk
File length: 100905 byte(s)
Diff to previous 50365
Fixed warnings.

Revision 50365 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 11 19:16:41 2011 UTC (12 years, 10 months ago) by grichenk
File length: 100994 byte(s)
Diff to previous 50363
Reverted changes made in r311310.

Revision 50363 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 11 17:35:36 2011 UTC (12 years, 10 months ago) by grichenk
File length: 101182 byte(s)
Diff to previous 47841
Fixed warnings.

Revision 47841 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 3 13:29:41 2010 UTC (13 years, 6 months ago) by grichenk
File length: 100994 byte(s)
Diff to previous 47635
Do not check product type of each exon in spliced-segs. JIRA CXX-1987

Revision 47635 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 20 16:50:04 2010 UTC (13 years, 6 months ago) by grichenk
File length: 101525 byte(s)
Diff to previous 46589
Fixed mapping of gaps in alignments. JIRA CXX-1966

Revision 46589 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 22 14:53:18 2010 UTC (13 years, 9 months ago) by grichenk
File length: 99482 byte(s)
Diff to previous 46578
Fixed sorting of mapped exon parts. Updated unit test. JIRA CXX-1806

Revision 46578 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 21 15:08:21 2010 UTC (13 years, 9 months ago) by grichenk
File length: 98910 byte(s)
Diff to previous 45506
Fixed sorting of mapped exon parts. JIRA CXX-1806

Revision 45506 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 22 15:18:56 2010 UTC (14 years ago) by grichenk
File length: 97346 byte(s)
Diff to previous 45112
Fixed mapping of spliced segs with genomic location on minus strand. JIRA CXX-1663

Revision 45112 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 16 14:23:25 2010 UTC (14 years, 1 month ago) by grichenk
File length: 97092 byte(s)
Diff to previous 45056
Drop dense-segs with only gaps in some row. Fixed segfaults in seq-align mapper. Updated unit test. JIRA CXX-1603, CXX-1584

Revision 45056 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 11 16:06:58 2010 UTC (14 years, 2 months ago) by grichenk
File length: 96459 byte(s)
Diff to previous 45044
Fixed creation of partial dense-segs. JIRA CXX-1603

Revision 45044 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 9 22:43:44 2010 UTC (14 years, 2 months ago) by grichenk
File length: 96217 byte(s)
Diff to previous 45031
Fixed setting strands for gaps.

Revision 45031 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 8 15:43:20 2010 UTC (14 years, 2 months ago) by grichenk
File length: 96220 byte(s)
Diff to previous 44722
Added more comments. Minor fixes and improvements. Get additional sequence type hints from feature type. JIRA CXX-1584, CXX-1599.

Revision 44722 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 3 19:34:55 2010 UTC (14 years, 3 months ago) by grichenk
File length: 77398 byte(s)
Diff to previous 44562
Reversed indexing of spliced-seg rows. JIRA CXX-1555

Revision 44562 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 22 15:16:32 2010 UTC (14 years, 3 months ago) by grichenk
File length: 76864 byte(s)
Diff to previous 44338
Fixed order of parts in mapped exons. JIRA CXX-1530

Revision 44338 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 6 15:11:49 2010 UTC (14 years, 4 months ago) by grichenk
File length: 76876 byte(s)
Diff to previous 44271
Fixed missing seq-ids in exons which contain only gaps for genomic or product sequence. JIRA CXX-1491

Revision 44271 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 29 21:31:39 2009 UTC (14 years, 4 months ago) by grichenk
File length: 75906 byte(s)
Diff to previous 44264
Fixed list sorting for Workshop. JIRA CXX-1491

Revision 44264 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 29 15:57:18 2009 UTC (14 years, 4 months ago) by grichenk
File length: 75273 byte(s)
Diff to previous 44133
Fixed sorting of exon parts and seq-id assignment in exons. JIRA CXX-1491

Revision 44133 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 11 15:14:55 2009 UTC (14 years, 5 months ago) by grichenk
File length: 73013 byte(s)
Diff to previous 43774
Fixed calculation of segment length in std-segs. JIRA SB-473

Revision 43774 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 5 15:50:05 2009 UTC (14 years, 6 months ago) by grichenk
File length: 72675 byte(s)
Diff to previous 43374
Modified Seq-loc and Seq-align mappers to use only genomic coordinates internally. JIRA CXX-1344

Revision 43374 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 1 17:54:32 2009 UTC (14 years, 7 months ago) by grichenk
File length: 71772 byte(s)
Diff to previous 43254
Fixed mapping of exons - split exon on segment boundaries. JIRA CXX-1336

Revision 43254 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 24 15:57:20 2009 UTC (14 years, 7 months ago) by grichenk
File length: 68538 byte(s)
Diff to previous 43210
Fixed processing of scores: remove scores if any related segment is truncated. JIRA CXX-1328

Revision 43210 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 21 14:37:00 2009 UTC (14 years, 7 months ago) by grichenk
File length: 66102 byte(s)
Diff to previous 43144
Fixed handling of scores in dense-segs. JIRA CXX-1287

Revision 43144 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 15 15:39:55 2009 UTC (14 years, 7 months ago) by grichenk
File length: 66246 byte(s)
Diff to previous 42910
Fixed creation of disc aligns for multi-id mapped alignments. JIRA CXX-1287

Revision 42910 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 24 18:01:06 2009 UTC (14 years, 8 months ago) by grichenk
File length: 65597 byte(s)
Diff to previous 42904
Fixed mapping through spliced-seg -- take exon parts into account. JIRA CXX-1284

Revision 42904 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 24 15:00:04 2009 UTC (14 years, 8 months ago) by grichenk
File length: 66165 byte(s)
Diff to previous 42623
Fixed splitting mapped alignment into dense-segs. JIRA CXX-1287

Revision 42623 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 27 19:51:41 2009 UTC (14 years, 9 months ago) by grichenk
File length: 66073 byte(s)
Diff to previous 42432
Fixed copying of data to mapped alignments. JIRA CXX-776

Revision 42432 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 9 15:59:46 2009 UTC (14 years, 10 months ago) by grichenk
File length: 65423 byte(s)
Diff to previous 42032
Fixed mapping of Spliced-seg alignments. Updated unit tests. JIRA CXX-776

Revision 42032 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 1 15:42:05 2009 UTC (14 years, 11 months ago) by grichenk
File length: 58560 byte(s)
Diff to previous 41984
Do not set product-length in mapped spliced-segs. JIRA CXX-1151

Revision 41984 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 26 17:25:53 2009 UTC (14 years, 11 months ago) by grichenk
File length: 58711 byte(s)
Diff to previous 39992
Fixed mapping of frames. JIRA CXX-1138

Revision 39992 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 5 20:25:01 2008 UTC (15 years, 6 months ago) by grichenk
File length: 58555 byte(s)
Diff to previous 39676
Fixed mapping of Spliced-seg parts, updated unit test. JIRA CXX-776

Revision 39676 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 15 19:35:01 2008 UTC (15 years, 6 months ago) by grichenk
File length: 54857 byte(s)
Diff to previous 39651
Fixed alignment row truncation.

Revision 39651 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 14 18:08:54 2008 UTC (15 years, 6 months ago) by grichenk
File length: 54855 byte(s)
Diff to previous 39097
Fixed bug in width mapping.

Revision 39097 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 25 21:07:36 2008 UTC (15 years, 8 months ago) by grichenk
File length: 54572 byte(s)
Diff to previous 39082
Throw exception if a mapped denseg row contains only gaps. Skip invalid sub-alignments in disc. Fixed warnings. JIRA CXX-665

Revision 39082 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 25 14:57:01 2008 UTC (15 years, 8 months ago) by grichenk
File length: 54132 byte(s)
Diff to previous 39045
Throw exception on inconsistent segment length. JIRA CXX-654

Revision 39045 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 21 18:43:53 2008 UTC (15 years, 8 months ago) by grichenk
File length: 54110 byte(s)
Diff to previous 39024
Warn about wrong segment length in std-seg. JIRA CXX-654

Revision 39024 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 20 21:26:04 2008 UTC (15 years, 8 months ago) by grichenk
File length: 53867 byte(s)
Diff to previous 39018
Fixed calculation of segment length in mixed std-seg with gaps. JIRA SB-100, CXX-654

Revision 39018 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 20 18:31:18 2008 UTC (15 years, 8 months ago) by grichenk
File length: 52603 byte(s)
Diff to previous 38547
Fixed problem with segment length in std seg. JIRA SB-100

Revision 38547 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 15 18:31:13 2008 UTC (15 years, 9 months ago) by ivanovp
File length: 52100 byte(s)
Diff to previous 37673
Move error_codes.hpp from objects/ to objects/misc directory to allow make external references to separate objects/ subdirectories.

Revision 37673 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 28 14:41:34 2008 UTC (16 years ago) by grichenk
File length: 52095 byte(s)
Diff to previous 37635
Fixed mapping of dense-segs between nucs and prots.

Revision 37635 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 22 19:42:31 2008 UTC (16 years ago) by grichenk
File length: 51852 byte(s)
Diff to previous 36848
Fixed warnings.

Revision 36848 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 12 19:29:20 2008 UTC (16 years, 2 months ago) by grichenk
File length: 51802 byte(s)
Diff to previous 35847
Added support for spliced and sparse alignments in mappers and OM. CXX-201

Revision 35847 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 25 14:27:45 2007 UTC (16 years, 6 months ago) by ivanovp
File length: 37129 byte(s)
Diff to previous 35748
Added undef of NCBI_USE_ERRCODE_X because these files can be compiled simultaneously by including into one source.
JIRA: CXX-3

Revision 35748 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 17 14:36:51 2007 UTC (16 years, 6 months ago) by ivanovp
File length: 37129 byte(s)
Diff to previous 34248
Objects and objmgr libraries are changed for new error and log posting system.
JIRA: CXX-3

Revision 34248 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 13 18:43:01 2007 UTC (16 years, 11 months ago) by grichenk
File length: 36974 byte(s)
Diff to previous 33815
Fixed mapping of gaps and multi-id rows.

Revision 33815 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 4 17:18:18 2007 UTC (17 years ago) by kazimird
File length: 32993 byte(s)
Diff to previous 32839
Fixed svn properties in trunk/c++.

Revision 32839 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 5 20:41:55 2007 UTC (17 years, 2 months ago) by kazimird
File length: 32993 byte(s)
Diff to previous 32829
CVS $Log$ keyword clean-up: everything except "internal".

Revision 32829 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 5 15:23:32 2007 UTC (17 years, 2 months ago) by grichenk
File length: 33233 byte(s)
Diff to previous 32720
Allow to map a single row rather than whole alignment.

Revision 32720 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 26 19:45:11 2007 UTC (17 years, 2 months ago) by vasilche
File length: 32724 byte(s)
Diff to previous 31545
Fixed mapping of CSeq-align objects.

Revision 31545 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Dec 11 17:11:34 2006 UTC (17 years, 5 months ago) by grichenk
File length: 32563 byte(s)
Initial revision

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

NCBI Systems Team">NCBI Systems Team
ViewVC Help
Powered by ViewVC 1.1.20  

HHS Vulnerability Disclosure