[med-svn] [pbbam] 01/03: Merge tag 'debian/0.7.4+ds-1' into debian/jessie-backports
Afif Elghraoui
afif at moszumanska.debian.org
Fri Feb 3 06:27:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch debian/jessie-backports
in repository pbbam.
commit 0fe0b3c954d839293e81727892e39538fa396a0d
Merge: 2bab462 e99207c
Author: Afif Elghraoui <afif at debian.org>
Date: Thu Feb 2 21:05:55 2017 -0800
Merge tag 'debian/0.7.4+ds-1' into debian/jessie-backports
tagging package pbbam version debian/0.7.4+ds-1
CHANGELOG.md | 39 +-
CMakeLists.txt | 165 +--
cmake/PbbamTool.cmake | 6 +-
cmake/pbbam-ccache.cmake | 8 +
cmake/pbbam-compilerflags.cmake | 44 +
cmake/pbbam-dependencies.cmake | 23 +
cmake/pbbam-libtype.cmake | 21 +
debian/changelog | 13 +
debian/compat | 2 +-
debian/control | 4 +-
debian/copyright | 1 +
debian/libpbbam.install | 2 +-
debian/patches/dont-try-building-gtest.patch | 26 -
debian/patches/remove-bam2sam.patch | 14 +-
debian/patches/series | 2 -
debian/patches/use-PATH-for-test-programs.patch | 125 --
debian/pbbamtools.install | 2 +-
debian/rules | 24 +-
debian/tests/control | 4 +-
debian/tests/pbbamtools | 8 -
docs/source/conf.py | 4 +-
docs/specs/pbbam_structure.png | Bin 0 -> 23521 bytes
docs/specs/pbbam_updated_release3_2.rst | 618 ++++++++++
include/pbbam/Config.h | 37 +
.../ValidationException.h => FastaReader.h} | 86 +-
.../TestData.h.in => include/pbbam/FastaSequence.h | 70 +-
.../InvalidSequencingChemistryException.h | 7 +-
include/pbbam/exception/ValidationException.h | 6 +-
.../pbbam/internal/FastaSequence.inl | 33 +-
include/pbbam/internal/ReadGroupInfo.inl | 1 +
src/BamHeader.cpp | 41 +-
src/BamRecord.cpp | 2 +-
src/CMakeLists.txt | 112 +-
src/ChemistryTable.cpp | 13 +-
src/DataSet.cpp | 42 +-
src/FastaReader.cpp | 155 +++
src/PbiFilter.cpp | 85 +-
src/PbiIndexedBamReader.cpp | 4 +-
src/Pulse2BaseCache.h | 2 +-
src/SequenceUtils.h | 2 +-
src/files.cmake | 4 +
src/swig/CMakeLists.txt | 2 +-
src/swig/WrapCSharp.cmake | 2 +-
src/swig/WrapPython.cmake | 3 +-
tests/CMakeLists.txt | 136 ++-
tests/data/dataset/malformed.xml | 3 +-
tests/data/empty.bam | Bin 0 -> 350 bytes
tests/data/empty.bam.pbi | Bin 0 -> 67 bytes
tests/data/phi29.bam.pbi | Bin 0 -> 1394 bytes
tests/files.cmake | 1 +
tests/scripts/generate_data.py | 24 +
tests/src/CSharp/buildAssembly.sh.in | 8 +-
tests/src/TestData.h.in | 1 +
tests/src/cram/{bam2sam.t => bam2sam.t.in} | 4 +-
.../{pbindexdump_cpp.t => pbindexdump_cpp.t.in} | 4 +-
.../{pbindexdump_json.t => pbindexdump_json.t.in} | 4 +-
...ed_ordering.t => pbmerge_aligned_ordering.t.in} | 16 +-
.../{pbmerge_dataset.t => pbmerge_dataset.t.in} | 14 +-
.../src/cram/{pbmerge_fofn.t => pbmerge_fofn.t.in} | 12 +-
...ixed_ordering.t => pbmerge_mixed_ordering.t.in} | 6 +-
...bio_ordering.t => pbmerge_pacbio_ordering.t.in} | 16 +-
tests/src/test_BamHeader.cpp | 12 +-
tests/src/test_BamRecord.cpp | 1231 ++++++++++++++++++++
tests/src/test_BamWriter.cpp | 2 +-
tests/src/test_DataSetCore.cpp | 1 +
tests/src/test_DataSetIO.cpp | 4 +-
tests/src/test_DataSetQuery.cpp | 2 +-
tests/src/test_EndToEnd.cpp | 4 +-
tests/src/test_Fasta.cpp | 105 ++
tests/src/test_FileUtils.cpp | 7 +-
tests/src/test_PacBioIndex.cpp | 10 +-
tests/src/test_PbiFilterQuery.cpp | 187 ++-
tests/src/test_ReadGroupInfo.cpp | 25 +
tests/src/test_SamWriter.cpp | 4 +-
tools/CMakeLists.txt | 58 +-
tools/bam2sam/CMakeLists.txt | 11 +-
tools/pbindex/CMakeLists.txt | 2 +-
tools/pbindexdump/CMakeLists.txt | 18 +-
tools/pbmerge/CMakeLists.txt | 52 +-
79 files changed, 3196 insertions(+), 652 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pbbam.git
More information about the debian-med-commit
mailing list