Import pbbam_0.7.4+ds.orig.tar.gz
authorAfif Elghraoui <afif@debian.org>
Sun, 22 Jan 2017 07:48:21 +0000 (07:48 +0000)
committerAfif Elghraoui <afif@debian.org>
Sun, 22 Jan 2017 07:48:21 +0000 (07:48 +0000)
commita4848319cda7670ead169ad844e7cfb3060c19be
tree2f8fcbce259b0ecc86ebf6ad0b62a0a81ae5dfc1
Import pbbam_0.7.4+ds.orig.tar.gz

[dgit import orig pbbam_0.7.4+ds.orig.tar.gz]
704 files changed:
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
INSTALL.md [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
README.md [new file with mode: 0644]
cmake/FindCSharp.cmake [new file with mode: 0644]
cmake/FindDotNetFrameworkSdk.cmake [new file with mode: 0644]
cmake/FindMono.cmake [new file with mode: 0644]
cmake/FindR.cmake [new file with mode: 0644]
cmake/PbbamTool.cmake [new file with mode: 0644]
cmake/UseCSharp.cmake [new file with mode: 0644]
cmake/UseDotNetFrameworkSdk.cmake [new file with mode: 0644]
cmake/UseMono.cmake [new file with mode: 0644]
cmake/pbbam-ccache.cmake [new file with mode: 0644]
cmake/pbbam-compilerflags.cmake [new file with mode: 0644]
cmake/pbbam-dependencies.cmake [new file with mode: 0644]
cmake/pbbam-libtype.cmake [new file with mode: 0644]
docs/CMakeLists.txt [new file with mode: 0644]
docs/Doxyfile.in [new file with mode: 0644]
docs/Makefile [new file with mode: 0644]
docs/examples/code/BarcodeQuery.txt [new file with mode: 0644]
docs/examples/code/Compare.txt [new file with mode: 0644]
docs/examples/code/Compare_AlignedEnd.txt [new file with mode: 0644]
docs/examples/code/Compare_AlignedStart.txt [new file with mode: 0644]
docs/examples/code/Compare_AlignedStrand.txt [new file with mode: 0644]
docs/examples/code/Compare_BarcodeForward.txt [new file with mode: 0644]
docs/examples/code/Compare_BarcodeQuality.txt [new file with mode: 0644]
docs/examples/code/Compare_BarcodeReverse.txt [new file with mode: 0644]
docs/examples/code/Compare_FullName.txt [new file with mode: 0644]
docs/examples/code/Compare_LocalContextFlag.txt [new file with mode: 0644]
docs/examples/code/Compare_MapQuality.txt [new file with mode: 0644]
docs/examples/code/Compare_MovieName.txt [new file with mode: 0644]
docs/examples/code/Compare_NumDeletedBases.txt [new file with mode: 0644]
docs/examples/code/Compare_NumInsertedBases.txt [new file with mode: 0644]
docs/examples/code/Compare_NumMatches.txt [new file with mode: 0644]
docs/examples/code/Compare_NumMismatches.txt [new file with mode: 0644]
docs/examples/code/Compare_QueryEnd.txt [new file with mode: 0644]
docs/examples/code/Compare_QueryStart.txt [new file with mode: 0644]
docs/examples/code/Compare_ReadAccuracy.txt [new file with mode: 0644]
docs/examples/code/Compare_ReadGroupId.txt [new file with mode: 0644]
docs/examples/code/Compare_ReadGroupNumericId.txt [new file with mode: 0644]
docs/examples/code/Compare_ReferenceEnd.txt [new file with mode: 0644]
docs/examples/code/Compare_ReferenceId.txt [new file with mode: 0644]
docs/examples/code/Compare_ReferenceName.txt [new file with mode: 0644]
docs/examples/code/Compare_ReferenceStart.txt [new file with mode: 0644]
docs/examples/code/Compare_TypeFromOperator.txt [new file with mode: 0644]
docs/examples/code/Compare_TypeToName.txt [new file with mode: 0644]
docs/examples/code/Compare_Zmw.txt [new file with mode: 0644]
docs/examples/code/EntireFileQuery.txt [new file with mode: 0644]
docs/examples/code/EntireFileQuery_BamFilename.txt [new file with mode: 0644]
docs/examples/code/EntireFileQuery_NonConst.txt [new file with mode: 0644]
docs/examples/code/GenomicIntervalQuery.txt [new file with mode: 0644]
docs/examples/code/GenomicIntervalQuery_Reuse.txt [new file with mode: 0644]
docs/examples/code/PbiAlignedEndFilter.txt [new file with mode: 0644]
docs/examples/code/PbiAlignedLengthFilter.txt [new file with mode: 0644]
docs/examples/code/PbiAlignedStartFilter.txt [new file with mode: 0644]
docs/examples/code/PbiAlignedStrandFilter.txt [new file with mode: 0644]
docs/examples/code/PbiBarcodeFilter.txt [new file with mode: 0644]
docs/examples/code/PbiBarcodeForwardFilter.txt [new file with mode: 0644]
docs/examples/code/PbiBarcodeQualityFilter.txt [new file with mode: 0644]
docs/examples/code/PbiBarcodeReverseFilter.txt [new file with mode: 0644]
docs/examples/code/PbiBarcodesFilter.txt [new file with mode: 0644]
docs/examples/code/PbiBuilder_WithReader.txt [new file with mode: 0644]
docs/examples/code/PbiBuilder_WithWriter.txt [new file with mode: 0644]
docs/examples/code/PbiFilterQuery.txt [new file with mode: 0644]
docs/examples/code/PbiFilter_Composition.txt [new file with mode: 0644]
docs/examples/code/PbiFilter_CustomFilter.txt [new file with mode: 0644]
docs/examples/code/PbiFilter_Interface.txt [new file with mode: 0644]
docs/examples/code/PbiFilter_Intersection_Copy.txt [new file with mode: 0644]
docs/examples/code/PbiFilter_Intersection_Move.txt [new file with mode: 0644]
docs/examples/code/PbiFilter_Union_Copy.txt [new file with mode: 0644]
docs/examples/code/PbiFilter_Union_Move.txt [new file with mode: 0644]
docs/examples/code/PbiIdentityFilter.txt [new file with mode: 0644]
docs/examples/code/PbiLocalContextFilter.txt [new file with mode: 0644]
docs/examples/code/PbiMapQualityFilter.txt [new file with mode: 0644]
docs/examples/code/PbiMovieNameFilter.txt [new file with mode: 0644]
docs/examples/code/PbiNumDeletedBasesFilter.txt [new file with mode: 0644]
docs/examples/code/PbiNumInsertedBasesFilter.txt [new file with mode: 0644]
docs/examples/code/PbiNumMatchesFilter.txt [new file with mode: 0644]
docs/examples/code/PbiNumMismatchesFilter.txt [new file with mode: 0644]
docs/examples/code/PbiQueryEndFilter.txt [new file with mode: 0644]
docs/examples/code/PbiQueryLengthFilter.txt [new file with mode: 0644]
docs/examples/code/PbiQueryNameFilter.txt [new file with mode: 0644]
docs/examples/code/PbiQueryStartFilter.txt [new file with mode: 0644]
docs/examples/code/PbiReadAccuracyFilter.txt [new file with mode: 0644]
docs/examples/code/PbiReadGroupFilter.txt [new file with mode: 0644]
docs/examples/code/PbiReferenceEndFilter.txt [new file with mode: 0644]
docs/examples/code/PbiReferenceIdFilter.txt [new file with mode: 0644]
docs/examples/code/PbiReferenceNameFilter.txt [new file with mode: 0644]
docs/examples/code/PbiReferenceStartFilter.txt [new file with mode: 0644]
docs/examples/code/PbiZmwFilter.txt [new file with mode: 0644]
docs/examples/code/ReadAccuracyQuery.txt [new file with mode: 0644]
docs/examples/code/SubreadLengthQuery.txt [new file with mode: 0644]
docs/examples/code/Tag_AsciiCtor.txt [new file with mode: 0644]
docs/examples/code/WhitelistedZmwReadStitcher.txt [new file with mode: 0644]
docs/examples/code/ZmwGroupQuery.txt [new file with mode: 0644]
docs/examples/code/ZmwQuery.txt [new file with mode: 0644]
docs/examples/plaintext/AlignmentPrinterOutput.txt [new file with mode: 0644]
docs/examples/plaintext/PbiFilter_DataSetXmlFilters.txt [new file with mode: 0644]
docs/source/api/Accuracy.rst [new file with mode: 0644]
docs/source/api/AlignmentPrinter.rst [new file with mode: 0644]
docs/source/api/AlignmentSet.rst [new file with mode: 0644]
docs/source/api/BaiIndexedBamReader.rst [new file with mode: 0644]
docs/source/api/BamFile.rst [new file with mode: 0644]
docs/source/api/BamHeader.rst [new file with mode: 0644]
docs/source/api/BamReader.rst [new file with mode: 0644]
docs/source/api/BamRecord.rst [new file with mode: 0644]
docs/source/api/BamRecordBuilder.rst [new file with mode: 0644]
docs/source/api/BamRecordImpl.rst [new file with mode: 0644]
docs/source/api/BamRecordView.rst [new file with mode: 0644]
docs/source/api/BamTagCodec.rst [new file with mode: 0644]
docs/source/api/BamWriter.rst [new file with mode: 0644]
docs/source/api/BarcodeLookupData.rst [new file with mode: 0644]
docs/source/api/BarcodeQuery.rst [new file with mode: 0644]
docs/source/api/BarcodeSet.rst [new file with mode: 0644]
docs/source/api/BasicLookupData.rst [new file with mode: 0644]
docs/source/api/Cigar.rst [new file with mode: 0644]
docs/source/api/CigarOperation.rst [new file with mode: 0644]
docs/source/api/Compare.rst [new file with mode: 0644]
docs/source/api/Config.rst [new file with mode: 0644]
docs/source/api/ConsensusAlignmentSet.rst [new file with mode: 0644]
docs/source/api/ConsensusReadSet.rst [new file with mode: 0644]
docs/source/api/ContigSet.rst [new file with mode: 0644]
docs/source/api/DataSet.rst [new file with mode: 0644]
docs/source/api/DataSetBase.rst [new file with mode: 0644]
docs/source/api/DataSetMetadata.rst [new file with mode: 0644]
docs/source/api/EntireFileQuery.rst [new file with mode: 0644]
docs/source/api/ExtensionElement.rst [new file with mode: 0644]
docs/source/api/Extensions.rst [new file with mode: 0644]
docs/source/api/ExternalResource.rst [new file with mode: 0644]
docs/source/api/ExternalResources.rst [new file with mode: 0644]
docs/source/api/FileIndex.rst [new file with mode: 0644]
docs/source/api/FileIndices.rst [new file with mode: 0644]
docs/source/api/Filter.rst [new file with mode: 0644]
docs/source/api/Filters.rst [new file with mode: 0644]
docs/source/api/Frames.rst [new file with mode: 0644]
docs/source/api/GenomicInterval.rst [new file with mode: 0644]
docs/source/api/GenomicIntervalCompositeBamReader.rst [new file with mode: 0644]
docs/source/api/GenomicIntervalQuery.rst [new file with mode: 0644]
docs/source/api/HdfSubreadSet.rst [new file with mode: 0644]
docs/source/api/IndexResultBlock.rst [new file with mode: 0644]
docs/source/api/IndexedFastaReader.rst [new file with mode: 0644]
docs/source/api/Interval.rst [new file with mode: 0644]
docs/source/api/InvalidSequencingChemistryException.rst [new file with mode: 0644]
docs/source/api/LocalContextFlags.rst [new file with mode: 0644]
docs/source/api/MappedLookupData.rst [new file with mode: 0644]
docs/source/api/NamespaceInfo.rst [new file with mode: 0644]
docs/source/api/NamespaceRegistry.rst [new file with mode: 0644]
docs/source/api/OrderedLookup.rst [new file with mode: 0644]
docs/source/api/Orientation.rst [new file with mode: 0644]
docs/source/api/ParentTool.rst [new file with mode: 0644]
docs/source/api/PbiBuilder.rst [new file with mode: 0644]
docs/source/api/PbiFile.rst [new file with mode: 0644]
docs/source/api/PbiFilter.rst [new file with mode: 0644]
docs/source/api/PbiFilterCompositeBamReader.rst [new file with mode: 0644]
docs/source/api/PbiFilterQuery.rst [new file with mode: 0644]
docs/source/api/PbiFilterTypes.rst [new file with mode: 0644]
docs/source/api/PbiIndex.rst [new file with mode: 0644]
docs/source/api/PbiIndexedBamReader.rst [new file with mode: 0644]
docs/source/api/PbiRawBarcodeData.rst [new file with mode: 0644]
docs/source/api/PbiRawBasicData.rst [new file with mode: 0644]
docs/source/api/PbiRawData.rst [new file with mode: 0644]
docs/source/api/PbiRawMappedData.rst [new file with mode: 0644]
docs/source/api/PbiRawReferenceData.rst [new file with mode: 0644]
docs/source/api/PbiReferenceEntry.rst [new file with mode: 0644]
docs/source/api/Position.rst [new file with mode: 0644]
docs/source/api/ProgramInfo.rst [new file with mode: 0644]
docs/source/api/QNameQuery.rst [new file with mode: 0644]
docs/source/api/QualityValue.rst [new file with mode: 0644]
docs/source/api/QualityValues.rst [new file with mode: 0644]
docs/source/api/ReadAccuracyQuery.rst [new file with mode: 0644]
docs/source/api/ReadGroupInfo.rst [new file with mode: 0644]
docs/source/api/ReferenceLookupData.rst [new file with mode: 0644]
docs/source/api/ReferenceSet.rst [new file with mode: 0644]
docs/source/api/SamTagCodec.rst [new file with mode: 0644]
docs/source/api/SequenceInfo.rst [new file with mode: 0644]
docs/source/api/SequentialCompositeBamReader.rst [new file with mode: 0644]
docs/source/api/Strand.rst [new file with mode: 0644]
docs/source/api/SubDataSets.rst [new file with mode: 0644]
docs/source/api/SubreadLengthQuery.rst [new file with mode: 0644]
docs/source/api/SubreadSet.rst [new file with mode: 0644]
docs/source/api/Tag.rst [new file with mode: 0644]
docs/source/api/TagCollection.rst [new file with mode: 0644]
docs/source/api/UnorderedLookup.rst [new file with mode: 0644]
docs/source/api/VirtualPolymeraseBamRecord.rst [new file with mode: 0644]
docs/source/api/VirtualPolymeraseCompositeReader.rst [new file with mode: 0644]
docs/source/api/VirtualPolymeraseReader.rst [new file with mode: 0644]
docs/source/api/VirtualRegion.rst [new file with mode: 0644]
docs/source/api/VirtualRegionType.rst [new file with mode: 0644]
docs/source/api/VirtualRegionTypeMap.rst [new file with mode: 0644]
docs/source/api/ZmwGroupQuery.rst [new file with mode: 0644]
docs/source/api/ZmwQuery.rst [new file with mode: 0644]
docs/source/api/ZmwWhitelistVirtualReader.rst [new file with mode: 0644]
docs/source/api_reference.rst [new file with mode: 0644]
docs/source/commandline_utilities.rst [new file with mode: 0644]
docs/source/conf.py [new file with mode: 0755]
docs/source/getting_started.rst [new file with mode: 0644]
docs/source/index.rst [new file with mode: 0644]
docs/source/pacbio-theme/static/headerGradient.jpg [new file with mode: 0644]
docs/source/pacbio-theme/static/pacbio.css [new file with mode: 0644]
docs/source/pacbio-theme/static/pacbioLogo.png [new file with mode: 0644]
docs/source/pacbio-theme/static/pygments.css [new file with mode: 0644]
docs/source/pacbio-theme/theme.conf [new file with mode: 0644]
docs/source/requirements.txt [new file with mode: 0644]
docs/source/swig_bindings.rst [new file with mode: 0644]
docs/source/tools/bam2sam.rst [new file with mode: 0644]
docs/source/tools/pbindex.rst [new file with mode: 0644]
docs/source/tools/pbindexdump.rst [new file with mode: 0644]
docs/source/tools/pbmerge.rst [new file with mode: 0644]
docs/specs/pbbam.rst [new file with mode: 0644]
docs/specs/pbbam_structure.png [new file with mode: 0755]
docs/specs/pbbam_updated_release3_2.rst [new file with mode: 0755]
include/pbbam/Accuracy.h [new file with mode: 0644]
include/pbbam/AlignmentPrinter.h [new file with mode: 0644]
include/pbbam/BaiIndexedBamReader.h [new file with mode: 0644]
include/pbbam/BamFile.h [new file with mode: 0644]
include/pbbam/BamHeader.h [new file with mode: 0644]
include/pbbam/BamReader.h [new file with mode: 0644]
include/pbbam/BamRecord.h [new file with mode: 0644]
include/pbbam/BamRecordBuilder.h [new file with mode: 0644]
include/pbbam/BamRecordImpl.h [new file with mode: 0644]
include/pbbam/BamRecordTag.h [new file with mode: 0644]
include/pbbam/BamRecordView.h [new file with mode: 0644]
include/pbbam/BamTagCodec.h [new file with mode: 0644]
include/pbbam/BamWriter.h [new file with mode: 0644]
include/pbbam/BarcodeQuery.h [new file with mode: 0644]
include/pbbam/Cigar.h [new file with mode: 0644]
include/pbbam/CigarOperation.h [new file with mode: 0644]
include/pbbam/ClipType.h [new file with mode: 0644]
include/pbbam/Compare.h [new file with mode: 0644]
include/pbbam/CompositeBamReader.h [new file with mode: 0644]
include/pbbam/Config.h [new file with mode: 0644]
include/pbbam/DataSet.h [new file with mode: 0644]
include/pbbam/DataSetTypes.h [new file with mode: 0644]
include/pbbam/DataSetXsd.h [new file with mode: 0644]
include/pbbam/EntireFileQuery.h [new file with mode: 0644]
include/pbbam/FastaReader.h [new file with mode: 0644]
include/pbbam/FastaSequence.h [new file with mode: 0644]
include/pbbam/FrameEncodingType.h [new file with mode: 0644]
include/pbbam/Frames.h [new file with mode: 0644]
include/pbbam/GenomicInterval.h [new file with mode: 0644]
include/pbbam/GenomicIntervalQuery.h [new file with mode: 0644]
include/pbbam/IRecordWriter.h [new file with mode: 0644]
include/pbbam/IndexedFastaReader.h [new file with mode: 0644]
include/pbbam/Interval.h [new file with mode: 0644]
include/pbbam/LocalContextFlags.h [new file with mode: 0644]
include/pbbam/MD5.h [new file with mode: 0644]
include/pbbam/Orientation.h [new file with mode: 0644]
include/pbbam/PbiBasicTypes.h [new file with mode: 0644]
include/pbbam/PbiBuilder.h [new file with mode: 0644]
include/pbbam/PbiFile.h [new file with mode: 0644]
include/pbbam/PbiFilter.h [new file with mode: 0644]
include/pbbam/PbiFilterQuery.h [new file with mode: 0644]
include/pbbam/PbiFilterTypes.h [new file with mode: 0644]
include/pbbam/PbiIndex.h [new file with mode: 0644]
include/pbbam/PbiIndexedBamReader.h [new file with mode: 0644]
include/pbbam/PbiLookupData.h [new file with mode: 0644]
include/pbbam/PbiRawData.h [new file with mode: 0644]
include/pbbam/Position.h [new file with mode: 0644]
include/pbbam/ProgramInfo.h [new file with mode: 0644]
include/pbbam/PulseBehavior.h [new file with mode: 0644]
include/pbbam/QNameQuery.h [new file with mode: 0644]
include/pbbam/QualityValue.h [new file with mode: 0644]
include/pbbam/QualityValues.h [new file with mode: 0644]
include/pbbam/ReadAccuracyQuery.h [new file with mode: 0644]
include/pbbam/ReadGroupInfo.h [new file with mode: 0644]
include/pbbam/RecordType.h [new file with mode: 0644]
include/pbbam/SamTagCodec.h [new file with mode: 0644]
include/pbbam/SamWriter.h [new file with mode: 0644]
include/pbbam/SequenceInfo.h [new file with mode: 0644]
include/pbbam/Strand.h [new file with mode: 0644]
include/pbbam/SubreadLengthQuery.h [new file with mode: 0644]
include/pbbam/Tag.h [new file with mode: 0644]
include/pbbam/TagCollection.h [new file with mode: 0644]
include/pbbam/UnmappedReadsQuery.h [new file with mode: 0644]
include/pbbam/Validator.h [new file with mode: 0644]
include/pbbam/ZmwGroupQuery.h [new file with mode: 0644]
include/pbbam/ZmwQuery.h [new file with mode: 0644]
include/pbbam/ZmwType.h [new file with mode: 0644]
include/pbbam/ZmwTypeMap.h [new file with mode: 0644]
include/pbbam/exception/InvalidSequencingChemistryException.h [new file with mode: 0644]
include/pbbam/exception/ValidationException.h [new file with mode: 0644]
include/pbbam/internal/Accuracy.inl [new file with mode: 0644]
include/pbbam/internal/BamHeader.inl [new file with mode: 0644]
include/pbbam/internal/BamRecord.inl [new file with mode: 0644]
include/pbbam/internal/BamRecordBuilder.inl [new file with mode: 0644]
include/pbbam/internal/BamRecordImpl.inl [new file with mode: 0644]
include/pbbam/internal/BamRecordView.inl [new file with mode: 0644]
include/pbbam/internal/Cigar.inl [new file with mode: 0644]
include/pbbam/internal/CigarOperation.inl [new file with mode: 0644]
include/pbbam/internal/Compare.inl [new file with mode: 0644]
include/pbbam/internal/CompositeBamReader.inl [new file with mode: 0644]
include/pbbam/internal/DataSet.inl [new file with mode: 0644]
include/pbbam/internal/DataSetBaseTypes.h [new file with mode: 0644]
include/pbbam/internal/DataSetBaseTypes.inl [new file with mode: 0644]
include/pbbam/internal/DataSetElement.h [new file with mode: 0644]
include/pbbam/internal/DataSetElement.inl [new file with mode: 0644]
include/pbbam/internal/DataSetListElement.h [new file with mode: 0644]
include/pbbam/internal/DataSetListElement.inl [new file with mode: 0644]
include/pbbam/internal/DataSetTypes.inl [new file with mode: 0644]
include/pbbam/internal/FastaSequence.inl [new file with mode: 0644]
include/pbbam/internal/Frames.inl [new file with mode: 0644]
include/pbbam/internal/GenomicInterval.inl [new file with mode: 0644]
include/pbbam/internal/Interval.inl [new file with mode: 0644]
include/pbbam/internal/PbiBasicTypes.inl [new file with mode: 0644]
include/pbbam/internal/PbiFilter.inl [new file with mode: 0644]
include/pbbam/internal/PbiFilterTypes.inl [new file with mode: 0644]
include/pbbam/internal/PbiIndex.inl [new file with mode: 0644]
include/pbbam/internal/PbiLookupData.inl [new file with mode: 0644]
include/pbbam/internal/PbiRawData.inl [new file with mode: 0644]
include/pbbam/internal/ProgramInfo.inl [new file with mode: 0644]
include/pbbam/internal/QualityValue.inl [new file with mode: 0644]
include/pbbam/internal/QualityValues.inl [new file with mode: 0644]
include/pbbam/internal/QueryBase.h [new file with mode: 0644]
include/pbbam/internal/QueryBase.inl [new file with mode: 0644]
include/pbbam/internal/ReadGroupInfo.inl [new file with mode: 0644]
include/pbbam/internal/SequenceInfo.inl [new file with mode: 0644]
include/pbbam/internal/Tag.inl [new file with mode: 0644]
include/pbbam/internal/Validator.inl [new file with mode: 0644]
include/pbbam/virtual/VirtualPolymeraseBamRecord.h [new file with mode: 0644]
include/pbbam/virtual/VirtualPolymeraseCompositeReader.h [new file with mode: 0644]
include/pbbam/virtual/VirtualPolymeraseReader.h [new file with mode: 0644]
include/pbbam/virtual/VirtualRegion.h [new file with mode: 0644]
include/pbbam/virtual/VirtualRegionType.h [new file with mode: 0644]
include/pbbam/virtual/VirtualRegionTypeMap.h [new file with mode: 0644]
include/pbbam/virtual/VirtualZmwBamRecord.h [new file with mode: 0644]
include/pbbam/virtual/WhitelistedZmwReadStitcher.h [new file with mode: 0644]
include/pbbam/virtual/ZmwReadStitcher.h [new file with mode: 0644]
include/pbbam/virtual/ZmwWhitelistVirtualReader.h [new file with mode: 0644]
src/Accuracy.cpp [new file with mode: 0644]
src/AlignmentPrinter.cpp [new file with mode: 0644]
src/AssertUtils.cpp [new file with mode: 0644]
src/AssertUtils.h [new file with mode: 0644]
src/BaiIndexedBamReader.cpp [new file with mode: 0644]
src/BamFile.cpp [new file with mode: 0644]
src/BamHeader.cpp [new file with mode: 0644]
src/BamReader.cpp [new file with mode: 0644]
src/BamRecord.cpp [new file with mode: 0644]
src/BamRecordBuilder.cpp [new file with mode: 0644]
src/BamRecordImpl.cpp [new file with mode: 0644]
src/BamRecordTags.cpp [new file with mode: 0644]
src/BamRecordTags.h [new file with mode: 0644]
src/BamTagCodec.cpp [new file with mode: 0644]
src/BamWriter.cpp [new file with mode: 0644]
src/BarcodeQuery.cpp [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/ChemistryTable.cpp [new file with mode: 0644]
src/ChemistryTable.h [new file with mode: 0644]
src/Cigar.cpp [new file with mode: 0644]
src/CigarOperation.cpp [new file with mode: 0644]
src/Compare.cpp [new file with mode: 0644]
src/Config.cpp [new file with mode: 0644]
src/DataSet.cpp [new file with mode: 0644]
src/DataSetBaseTypes.cpp [new file with mode: 0644]
src/DataSetElement.cpp [new file with mode: 0644]
src/DataSetIO.cpp [new file with mode: 0644]
src/DataSetIO.h [new file with mode: 0644]
src/DataSetTypes.cpp [new file with mode: 0644]
src/DataSetUtils.h [new file with mode: 0644]
src/DataSetXsd.cpp [new file with mode: 0644]
src/EntireFileQuery.cpp [new file with mode: 0644]
src/EnumClassHash.h [new file with mode: 0644]
src/FastaReader.cpp [new file with mode: 0644]
src/FileProducer.cpp [new file with mode: 0644]
src/FileProducer.h [new file with mode: 0644]
src/FileUtils.cpp [new file with mode: 0644]
src/FileUtils.h [new file with mode: 0644]
src/FofnReader.cpp [new file with mode: 0644]
src/FofnReader.h [new file with mode: 0644]
src/Frames.cpp [new file with mode: 0644]
src/GenomicInterval.cpp [new file with mode: 0644]
src/GenomicIntervalQuery.cpp [new file with mode: 0644]
src/IRecordWriter.cpp [new file with mode: 0644]
src/IndexedFastaReader.cpp [new file with mode: 0644]
src/MD5.cpp [new file with mode: 0644]
src/MemoryUtils.cpp [new file with mode: 0644]
src/MemoryUtils.h [new file with mode: 0644]
src/PbiBuilder.cpp [new file with mode: 0644]
src/PbiFile.cpp [new file with mode: 0644]
src/PbiFilter.cpp [new file with mode: 0644]
src/PbiFilterQuery.cpp [new file with mode: 0644]
src/PbiFilterTypes.cpp [new file with mode: 0644]
src/PbiIndex.cpp [new file with mode: 0644]
src/PbiIndexIO.cpp [new file with mode: 0644]
src/PbiIndexIO.h [new file with mode: 0644]
src/PbiIndexedBamReader.cpp [new file with mode: 0644]
src/PbiRawData.cpp [new file with mode: 0644]
src/ProgramInfo.cpp [new file with mode: 0644]
src/Pulse2BaseCache.h [new file with mode: 0644]
src/QNameQuery.cpp [new file with mode: 0644]
src/QualityValue.cpp [new file with mode: 0644]
src/ReadAccuracyQuery.cpp [new file with mode: 0644]
src/ReadGroupInfo.cpp [new file with mode: 0644]
src/SamTagCodec.cpp [new file with mode: 0644]
src/SamWriter.cpp [new file with mode: 0644]
src/SequenceInfo.cpp [new file with mode: 0644]
src/SequenceUtils.h [new file with mode: 0644]
src/StringUtils.h [new file with mode: 0644]
src/SubreadLengthQuery.cpp [new file with mode: 0644]
src/Tag.cpp [new file with mode: 0644]
src/TagCollection.cpp [new file with mode: 0644]
src/TimeUtils.h [new file with mode: 0644]
src/UnmappedReadsQuery.cpp [new file with mode: 0644]
src/ValidationErrors.cpp [new file with mode: 0644]
src/ValidationErrors.h [new file with mode: 0644]
src/ValidationException.cpp [new file with mode: 0644]
src/Validator.cpp [new file with mode: 0644]
src/Version.cpp [new file with mode: 0644]
src/Version.h [new file with mode: 0644]
src/VirtualRegionTypeMap.cpp [new file with mode: 0644]
src/VirtualZmwBamRecord.cpp [new file with mode: 0644]
src/VirtualZmwCompositeReader.cpp [new file with mode: 0644]
src/VirtualZmwCompositeReader.h [new file with mode: 0644]
src/VirtualZmwReader.cpp [new file with mode: 0644]
src/VirtualZmwReader.h [new file with mode: 0644]
src/WhitelistedZmwReadStitcher.cpp [new file with mode: 0644]
src/XmlReader.cpp [new file with mode: 0644]
src/XmlReader.h [new file with mode: 0644]
src/XmlWriter.cpp [new file with mode: 0644]
src/XmlWriter.h [new file with mode: 0644]
src/ZmwGroupQuery.cpp [new file with mode: 0644]
src/ZmwQuery.cpp [new file with mode: 0644]
src/ZmwReadStitcher.cpp [new file with mode: 0644]
src/ZmwTypeMap.cpp [new file with mode: 0644]
src/files.cmake [new file with mode: 0644]
src/pugixml/pugiconfig.hpp [new file with mode: 0644]
src/pugixml/pugixml.cpp [new file with mode: 0644]
src/pugixml/pugixml.hpp [new file with mode: 0644]
src/swig/Accuracy.i [new file with mode: 0644]
src/swig/AlignmentPrinter.i [new file with mode: 0644]
src/swig/BamFile.i [new file with mode: 0644]
src/swig/BamHeader.i [new file with mode: 0644]
src/swig/BamRecord.i [new file with mode: 0644]
src/swig/BamRecordBuilder.i [new file with mode: 0644]
src/swig/BamRecordImpl.i [new file with mode: 0644]
src/swig/BamRecordTag.i [new file with mode: 0644]
src/swig/BamTagCodec.i [new file with mode: 0644]
src/swig/BamWriter.i [new file with mode: 0644]
src/swig/CMakeLists.txt [new file with mode: 0644]
src/swig/Cigar.i [new file with mode: 0644]
src/swig/CigarOperation.i [new file with mode: 0644]
src/swig/ClipType.i [new file with mode: 0644]
src/swig/DataSet.i [new file with mode: 0644]
src/swig/DataSetTypes.i [new file with mode: 0644]
src/swig/EntireFileQuery.i [new file with mode: 0644]
src/swig/FrameEncodingType.i [new file with mode: 0644]
src/swig/Frames.i [new file with mode: 0644]
src/swig/GenomicInterval.i [new file with mode: 0644]
src/swig/GenomicIntervalQuery.i [new file with mode: 0644]
src/swig/GroupQuery.i [new file with mode: 0644]
src/swig/GroupQueryBase.i [new file with mode: 0644]
src/swig/IRecordWriter.i [new file with mode: 0644]
src/swig/IndexedFastaReader.i [new file with mode: 0644]
src/swig/Interval.i [new file with mode: 0644]
src/swig/LocalContextFlags.i [new file with mode: 0644]
src/swig/Orientation.i [new file with mode: 0644]
src/swig/PacBio.BAM.csproj.in [new file with mode: 0644]
src/swig/PacBioBam.i [new file with mode: 0644]
src/swig/PbiFile.i [new file with mode: 0644]
src/swig/PbiIndex.i [new file with mode: 0644]
src/swig/PbiRawData.i [new file with mode: 0644]
src/swig/Position.i [new file with mode: 0644]
src/swig/ProgramInfo.i [new file with mode: 0644]
src/swig/PulseBehavior.i [new file with mode: 0644]
src/swig/QualityValue.i [new file with mode: 0644]
src/swig/QualityValues.i [new file with mode: 0644]
src/swig/QueryBase.i [new file with mode: 0644]
src/swig/ReadGroupInfo.i [new file with mode: 0644]
src/swig/RecordType.i [new file with mode: 0644]
src/swig/SamTagCodec.i [new file with mode: 0644]
src/swig/SamWriter.i [new file with mode: 0644]
src/swig/SequenceInfo.i [new file with mode: 0644]
src/swig/Strand.i [new file with mode: 0644]
src/swig/Tag.i [new file with mode: 0644]
src/swig/TagCollection.i [new file with mode: 0644]
src/swig/VirtualPolymeraseBamRecord.i [new file with mode: 0644]
src/swig/VirtualPolymeraseReader.i [new file with mode: 0644]
src/swig/VirtualRegion.i [new file with mode: 0644]
src/swig/VirtualZmwBamRecord.i [new file with mode: 0644]
src/swig/WhitelistedZmwReadStitcher.i [new file with mode: 0644]
src/swig/WrapCSharp.cmake [new file with mode: 0644]
src/swig/WrapPython.cmake [new file with mode: 0644]
src/swig/WrapR.cmake [new file with mode: 0644]
src/swig/ZmwGroupQuery.i [new file with mode: 0644]
src/swig/ZmwQuery.i [new file with mode: 0644]
src/swig/ZmwReadStitcher.i [new file with mode: 0644]
src/swig/ZmwWhitelistVirtualReader.i [new file with mode: 0644]
tests/CMakeLists.txt [new file with mode: 0644]
tests/data/aligned.bam [new file with mode: 0644]
tests/data/aligned.bam.bai [new file with mode: 0644]
tests/data/aligned.bam.pbi [new file with mode: 0644]
tests/data/aligned.sam [new file with mode: 0644]
tests/data/aligned2.bam [new file with mode: 0644]
tests/data/aligned2.bam.bai [new file with mode: 0644]
tests/data/aligned2.bam.pbi [new file with mode: 0644]
tests/data/chunking/chunking.subreadset.xml [new file with mode: 0644]
tests/data/chunking/m150404_101626_42267_c100807920800000001823174110291514_s1_p0.1.subreads.bam [new file with mode: 0644]
tests/data/chunking/m150404_101626_42267_c100807920800000001823174110291514_s1_p0.1.subreads.bam.pbi [new file with mode: 0644]
tests/data/chunking/m150404_101626_42267_c100807920800000001823174110291514_s1_p0.2.subreads.bam [new file with mode: 0644]
tests/data/chunking/m150404_101626_42267_c100807920800000001823174110291514_s1_p0.2.subreads.bam.pbi [new file with mode: 0644]
tests/data/chunking/m150404_101626_42267_c100807920800000001823174110291514_s1_p0.3.subreads.bam [new file with mode: 0644]
tests/data/chunking/m150404_101626_42267_c100807920800000001823174110291514_s1_p0.3.subreads.bam.pbi [new file with mode: 0644]
tests/data/dataset/ali1.xml [new file with mode: 0644]
tests/data/dataset/ali2.xml [new file with mode: 0644]
tests/data/dataset/ali3.xml [new file with mode: 0644]
tests/data/dataset/ali4.xml [new file with mode: 0644]
tests/data/dataset/bam_mapping.bam [new file with mode: 0644]
tests/data/dataset/bam_mapping.bam.pbi [new file with mode: 0644]
tests/data/dataset/bam_mapping_1.bam [new file with mode: 0644]
tests/data/dataset/bam_mapping_1.bam.pbi [new file with mode: 0644]
tests/data/dataset/bam_mapping_2.bam [new file with mode: 0644]
tests/data/dataset/bam_mapping_2.bam.pbi [new file with mode: 0644]
tests/data/dataset/bam_mapping_new.bam [new file with mode: 0644]
tests/data/dataset/bam_mapping_new.bam.pbi [new file with mode: 0644]
tests/data/dataset/bam_mapping_staggered.xml [new file with mode: 0644]
tests/data/dataset/barcode.dataset.xml [new file with mode: 0644]
tests/data/dataset/ccsread.dataset.xml [new file with mode: 0644]
tests/data/dataset/lambda_contigs.xml [new file with mode: 0644]
tests/data/dataset/malformed.xml [new file with mode: 0644]
tests/data/dataset/pbalchemy10kbp.xml [new file with mode: 0644]
tests/data/dataset/reference.dataset.xml [new file with mode: 0644]
tests/data/dataset/subread_dataset1.xml [new file with mode: 0644]
tests/data/dataset/subread_dataset2.xml [new file with mode: 0644]
tests/data/dataset/subread_dataset3.xml [new file with mode: 0644]
tests/data/dataset/transformed_rs_subread_dataset.xml [new file with mode: 0644]
tests/data/empty.bam [new file with mode: 0644]
tests/data/empty.bam.pbi [new file with mode: 0644]
tests/data/group/group.fofn.in [new file with mode: 0644]
tests/data/group/test1.bam [new file with mode: 0644]
tests/data/group/test2.bam [new file with mode: 0644]
tests/data/group/test2.bam.pbi [new file with mode: 0644]
tests/data/group/test3.bam [new file with mode: 0644]
tests/data/lambdaNEB.fa [new file with mode: 0644]
tests/data/lambdaNEB.fa.fai [new file with mode: 0644]
tests/data/merge.fofn [new file with mode: 0644]
tests/data/phi29.bam [new file with mode: 0644]
tests/data/phi29.bam.pbi [new file with mode: 0644]
tests/data/polymerase/consolidate.subread.dataset.xml [new file with mode: 0644]
tests/data/polymerase/filtered_resources.subread.dataset.xml [new file with mode: 0644]
tests/data/polymerase/internal.hqregions.bam [new file with mode: 0644]
tests/data/polymerase/internal.hqregions.bam.pbi [new file with mode: 0644]
tests/data/polymerase/internal.lqregions.bam [new file with mode: 0644]
tests/data/polymerase/internal.lqregions.bam.pbi [new file with mode: 0644]
tests/data/polymerase/internal.polymerase.bam [new file with mode: 0644]
tests/data/polymerase/internal.polymerase.bam.pbi [new file with mode: 0644]
tests/data/polymerase/internal.scraps.bam [new file with mode: 0644]
tests/data/polymerase/internal.scraps.bam.pbi [new file with mode: 0644]
tests/data/polymerase/internal.subreads.bam [new file with mode: 0644]
tests/data/polymerase/internal.subreads.bam.pbi [new file with mode: 0644]
tests/data/polymerase/multiple_resources.subread.dataset.xml [new file with mode: 0644]
tests/data/polymerase/production.polymerase.bam [new file with mode: 0644]
tests/data/polymerase/production.scraps.bam [new file with mode: 0644]
tests/data/polymerase/production.scraps.bam.pbi [new file with mode: 0644]
tests/data/polymerase/production.subreads.bam [new file with mode: 0644]
tests/data/polymerase/production.subreads.bam.pbi [new file with mode: 0644]
tests/data/polymerase/production_hq.hqregion.bam [new file with mode: 0644]
tests/data/polymerase/production_hq.hqregion.bam.pbi [new file with mode: 0644]
tests/data/polymerase/production_hq.scraps.bam [new file with mode: 0644]
tests/data/polymerase/production_hq.scraps.bam.pbi [new file with mode: 0644]
tests/data/polymerase/qnameFiltered.subreads.dataset.xml [new file with mode: 0644]
tests/data/polymerase/qname_whitelist.txt [new file with mode: 0644]
tests/data/polymerase/scrapless.scraps.bam [new file with mode: 0644]
tests/data/polymerase/scrapless.scraps.bam.pbi [new file with mode: 0644]
tests/data/polymerase/scrapless.subreads.bam [new file with mode: 0644]
tests/data/polymerase/scrapless.subreads.bam.pbi [new file with mode: 0644]
tests/data/relative/a/test.bam [new file with mode: 0644]
tests/data/relative/b/test1.bam [new file with mode: 0644]
tests/data/relative/b/test2.bam [new file with mode: 0644]
tests/data/relative/relative.fofn [new file with mode: 0644]
tests/data/relative/relative.xml [new file with mode: 0644]
tests/data/relative/relative2.fofn [new file with mode: 0644]
tests/data/segfault.bam [new file with mode: 0644]
tests/data/test_group_query/group.fofn.in [new file with mode: 0644]
tests/data/test_group_query/test1.bam [new file with mode: 0644]
tests/data/test_group_query/test2.bam [new file with mode: 0644]
tests/data/test_group_query/test2.bam.pbi [new file with mode: 0644]
tests/data/test_group_query/test3.bam [new file with mode: 0644]
tests/data/unmap1.bam [new file with mode: 0644]
tests/data/unmap1.bam.bai [new file with mode: 0644]
tests/data/unmap2.bam [new file with mode: 0644]
tests/data/unmap2.bam.bai [new file with mode: 0644]
tests/files.cmake [new file with mode: 0644]
tests/scripts/cram.py [new file with mode: 0755]
tests/scripts/generate_data.py [new file with mode: 0755]
tests/src/CSharp/CheckSWIG.cs [new file with mode: 0644]
tests/src/CSharp/TestPbbam.cs.in [new file with mode: 0644]
tests/src/CSharp/buildAssembly.sh.in [new file with mode: 0644]
tests/src/CSharp/check_swig.sh.in [new file with mode: 0755]
tests/src/R/check_swig.R.in [new file with mode: 0644]
tests/src/R/test_pbbam.R [new file with mode: 0644]
tests/src/R/test_pbbam.sh.in [new file with mode: 0644]
tests/src/R/tests/test_Accuracy.R [new file with mode: 0644]
tests/src/R/tests/test_BamFile.R [new file with mode: 0644]
tests/src/R/tests/test_BamHeader.R [new file with mode: 0644]
tests/src/R/tests/test_Cigar.R [new file with mode: 0644]
tests/src/R/tests/test_EndToEnd.R [new file with mode: 0644]
tests/src/R/tests/test_Frames.R [new file with mode: 0644]
tests/src/R/tests/test_Intervals.R [new file with mode: 0644]
tests/src/R/tests/test_PolymeraseStitching.R [new file with mode: 0644]
tests/src/R/tests/test_QualityValues.R [new file with mode: 0644]
tests/src/R/tests/utils.R [new file with mode: 0644]
tests/src/TestData.h.in [new file with mode: 0644]
tests/src/cram/bam2sam.t.in [new file with mode: 0644]
tests/src/cram/pbindexdump_cpp.t.in [new file with mode: 0644]
tests/src/cram/pbindexdump_json.t.in [new file with mode: 0644]
tests/src/cram/pbmerge_aligned_ordering.t.in [new file with mode: 0644]
tests/src/cram/pbmerge_dataset.t.in [new file with mode: 0644]
tests/src/cram/pbmerge_fofn.t.in [new file with mode: 0644]
tests/src/cram/pbmerge_mixed_ordering.t.in [new file with mode: 0644]
tests/src/cram/pbmerge_pacbio_ordering.t.in [new file with mode: 0644]
tests/src/python/check_swig.py [new file with mode: 0755]
tests/src/python/test/__init__.py [new file with mode: 0755]
tests/src/python/test/config.py.in [new file with mode: 0644]
tests/src/python/test/test_Accuracy.py [new file with mode: 0755]
tests/src/python/test/test_BamFile.py [new file with mode: 0755]
tests/src/python/test/test_BamHeader.py [new file with mode: 0755]
tests/src/python/test/test_Cigar.py [new file with mode: 0755]
tests/src/python/test/test_EndToEnd.py [new file with mode: 0755]
tests/src/python/test/test_Frames.py [new file with mode: 0755]
tests/src/python/test/test_Intervals.py [new file with mode: 0755]
tests/src/python/test/test_PolymeraseStitching.py [new file with mode: 0755]
tests/src/python/test/test_QualityValues.py [new file with mode: 0755]
tests/src/python/test_pbbam.py [new file with mode: 0755]
tests/src/test_Accuracy.cpp [new file with mode: 0644]
tests/src/test_AlignmentPrinter.cpp [new file with mode: 0644]
tests/src/test_BamFile.cpp [new file with mode: 0644]
tests/src/test_BamHeader.cpp [new file with mode: 0644]
tests/src/test_BamRecord.cpp [new file with mode: 0644]
tests/src/test_BamRecordBuilder.cpp [new file with mode: 0644]
tests/src/test_BamRecordClipping.cpp [new file with mode: 0644]
tests/src/test_BamRecordImplCore.cpp [new file with mode: 0644]
tests/src/test_BamRecordImplTags.cpp [new file with mode: 0644]
tests/src/test_BamRecordImplVariableData.cpp [new file with mode: 0644]
tests/src/test_BamRecordMapping.cpp [new file with mode: 0644]
tests/src/test_BamWriter.cpp [new file with mode: 0644]
tests/src/test_BarcodeQuery.cpp [new file with mode: 0644]
tests/src/test_Cigar.cpp [new file with mode: 0644]
tests/src/test_Compare.cpp [new file with mode: 0644]
tests/src/test_DataSetCore.cpp [new file with mode: 0644]
tests/src/test_DataSetIO.cpp [new file with mode: 0644]
tests/src/test_DataSetMetadata.cpp [new file with mode: 0644]
tests/src/test_DataSetQuery.cpp [new file with mode: 0644]
tests/src/test_DataSetXsd.cpp [new file with mode: 0644]
tests/src/test_EndToEnd.cpp [new file with mode: 0644]
tests/src/test_EntireFileQuery.cpp [new file with mode: 0644]
tests/src/test_Fasta.cpp [new file with mode: 0644]
tests/src/test_FileUtils.cpp [new file with mode: 0644]
tests/src/test_Frames.cpp [new file with mode: 0644]
tests/src/test_GenomicIntervalQuery.cpp [new file with mode: 0644]
tests/src/test_IndexedFastaReader.cpp [new file with mode: 0644]
tests/src/test_Intervals.cpp [new file with mode: 0644]
tests/src/test_PacBioIndex.cpp [new file with mode: 0644]
tests/src/test_PbiFilter.cpp [new file with mode: 0644]
tests/src/test_PbiFilterQuery.cpp [new file with mode: 0644]
tests/src/test_Pulse2BaseCache.cpp [new file with mode: 0644]
tests/src/test_QNameQuery.cpp [new file with mode: 0644]
tests/src/test_QualityValues.cpp [new file with mode: 0644]
tests/src/test_ReadAccuracyQuery.cpp [new file with mode: 0644]
tests/src/test_ReadGroupInfo.cpp [new file with mode: 0644]
tests/src/test_SamWriter.cpp [new file with mode: 0644]
tests/src/test_SequenceUtils.cpp [new file with mode: 0644]
tests/src/test_StringUtils.cpp [new file with mode: 0644]
tests/src/test_SubreadLengthQuery.cpp [new file with mode: 0644]
tests/src/test_Tags.cpp [new file with mode: 0644]
tests/src/test_TimeUtils.cpp [new file with mode: 0644]
tests/src/test_UnmappedReadsQuery.cpp [new file with mode: 0644]
tests/src/test_Validator.cpp [new file with mode: 0644]
tests/src/test_Version.cpp [new file with mode: 0644]
tests/src/test_WhitelistedZmwReadStitcher.cpp [new file with mode: 0644]
tests/src/test_ZmwQuery.cpp [new file with mode: 0644]
tests/src/test_ZmwReadStitcher.cpp [new file with mode: 0644]
tools/CMakeLists.txt [new file with mode: 0644]
tools/bam2sam/CMakeLists.txt [new file with mode: 0644]
tools/bam2sam/src/Bam2Sam.cpp [new file with mode: 0644]
tools/bam2sam/src/Bam2Sam.h [new file with mode: 0644]
tools/bam2sam/src/Bam2SamVersion.h.in [new file with mode: 0644]
tools/bam2sam/src/Settings.h [new file with mode: 0644]
tools/bam2sam/src/main.cpp [new file with mode: 0644]
tools/common/BamFileMerger.h [new file with mode: 0644]
tools/common/BamFileMerger.inl [new file with mode: 0644]
tools/common/OptionParser.cpp [new file with mode: 0644]
tools/common/OptionParser.h [new file with mode: 0644]
tools/pbindex/CMakeLists.txt [new file with mode: 0644]
tools/pbindex/src/PbIndex.cpp [new file with mode: 0644]
tools/pbindex/src/PbIndex.h [new file with mode: 0644]
tools/pbindex/src/PbIndexVersion.h.in [new file with mode: 0644]
tools/pbindex/src/main.cpp [new file with mode: 0644]
tools/pbindexdump/CMakeLists.txt [new file with mode: 0644]
tools/pbindexdump/src/CppFormatter.cpp [new file with mode: 0644]
tools/pbindexdump/src/CppFormatter.h [new file with mode: 0644]
tools/pbindexdump/src/IFormatter.h [new file with mode: 0644]
tools/pbindexdump/src/JsonFormatter.cpp [new file with mode: 0644]
tools/pbindexdump/src/JsonFormatter.h [new file with mode: 0644]
tools/pbindexdump/src/PbIndexDump.cpp [new file with mode: 0644]
tools/pbindexdump/src/PbIndexDump.h [new file with mode: 0644]
tools/pbindexdump/src/PbIndexDumpVersion.h.in [new file with mode: 0644]
tools/pbindexdump/src/Settings.h [new file with mode: 0644]
tools/pbindexdump/src/json.hpp [new file with mode: 0644]
tools/pbindexdump/src/main.cpp [new file with mode: 0644]
tools/pbmerge/CMakeLists.txt [new file with mode: 0644]
tools/pbmerge/src/PbMergeVersion.h.in [new file with mode: 0644]
tools/pbmerge/src/main.cpp [new file with mode: 0644]