Changeset 4057
- Timestamp:
- Mar 31, 2021, 7:46:00 AM (2 years ago)
- Location:
- trunk
- Files:
-
- 3 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r4044 r4057 42 42 test/bam_pair.test \ 43 43 test/bam_pair_analyse.test \ 44 test/bam_pair_buffer.test \ 44 45 test/bam_iterator.test \ 45 46 test/bam_read_filter.test \ -
trunk/yat/omic/BamPairIterator2.h
r4019 r4057 5 5 6 6 /* 7 Copyright (C) 2020 Peter Johansson7 Copyright (C) 2020, 2021 Peter Johansson 8 8 9 9 This file is part of the yat library, http://dev.thep.lu.se/yat … … 60 60 Note that BamPairIterator2 is a single-pass iterator, i.e., once it 61 61 is incremented the behaviour of its copies is undefined. 62 63 \see BamPairBuffer 62 64 63 65 \since New in yat 0.18 -
trunk/yat/omic/Makefile.am
r3999 r4057 46 46 nobase_include_HEADERS += $(srcdir)/yat/omic/BamHeader.h 47 47 nobase_include_HEADERS += $(srcdir)/yat/omic/BamPair.h 48 nobase_include_HEADERS += $(srcdir)/yat/omic/BamPairBuffer.h 48 49 nobase_include_HEADERS += $(srcdir)/yat/omic/BamPairIterator.h 49 50 nobase_include_HEADERS += $(srcdir)/yat/omic/BamPairIterator2.h -
trunk/yat/utility/Makefile.am
r4044 r4057 119 119 $(srcdir)/yat/utility/SmartPtr.h \ 120 120 $(srcdir)/yat/utility/SmithWaterman.h \ 121 $(srcdir)/yat/utility/SortedBuffer.h \ 121 122 $(srcdir)/yat/utility/sort_index.h \ 122 123 $(srcdir)/yat/utility/split.h \
Note: See TracChangeset
for help on using the changeset viewer.