[med-svn] [blasr] branch upstream updated (e00b029 -> b282ecd)

Afif Elghraoui afif-guest at moszumanska.debian.org
Mon Dec 14 22:47:57 UTC 2015


This is an automated email from the git hooks/post-receive script.

afif-guest pushed a change to branch upstream
in repository blasr.

      from  e00b029   Imported Upstream version 0~20150724+git3ca7fe8
      adds  255f617   Imported Upstream version 0~20150925+git77862af
      adds  b282ecd   Imported Upstream version 0~20151014+git8e668be

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |     4 +
 Blasr.cpp                                          |  4333 +-
 MANUAL.md                                          |    84 -
 Makefile                                           |    59 -
 MappingSemaphores.h                                |    45 -
 README.INSTALL.md                                  |    86 +
 README.MANUAL.md                                   |    38 +
 README.md                                          |    52 +-
 blasr_git_common.mk                                |    15 -
 blasr_gitp4.mk                                     |    24 -
 common.mk                                          |   139 -
 configure.py                                       |   125 +-
 ctest/affineAlign.t                                |     2 +-
 ctest/hitpolicy.t                                  |    14 +-
 ctest/useccsallLargeGenome.t                       |     3 +-
 extrautils/GNUmakefile                             |    45 -
 extrautils/Makefile                                |    78 -
 extrautils/makefile                                |    49 +
 extrautils/p4.mk                                   |    79 -
 include/BlasrAlign.hpp                             |   122 +
 include/BlasrAlignImpl.hpp                         |  1564 +
 include/BlasrHeaders.h                             |   149 +
 include/BlasrMiscs.hpp                             |   100 +
 include/BlasrMiscsImpl.hpp                         |   223 +
 include/BlasrUtils.hpp                             |   199 +
 include/BlasrUtilsImpl.hpp                         |  1225 +
 include/MappingBuffers.hpp                         |   116 +
 MappingIPC.h => include/MappingIPC.h               |     4 +-
 MappingParameters.h => include/MappingParameters.h |    40 +-
 include/MappingSemaphores.h                        |    45 +
 include/ReadAlignments.hpp                         |   199 +
 .../RegisterBlasrOptions.h                         |    62 +-
 .../RegisterFilterOptions.h                        |    30 +-
 libcpp.makefile                                    |     9 -
 libcpp/.gitignore                                  |     7 -
 libcpp/.travis.yml                                 |    22 -
 libcpp/README.md                                   |    47 -
 libcpp/alignment/MappingMetrics.cpp                |   299 -
 libcpp/alignment/MappingMetrics.hpp                |   133 -
 .../algorithms/alignment/AffineGuidedAlign.hpp     |   589 -
 .../algorithms/alignment/AffineKBandAlign.hpp      |   406 -
 .../algorithms/alignment/AlignmentFormats.hpp      |     6 -
 .../algorithms/alignment/AlignmentUtils.cpp        |    43 -
 .../algorithms/alignment/AlignmentUtils.hpp        |   139 -
 .../algorithms/alignment/AlignmentUtilsImpl.hpp    |   548 -
 .../algorithms/alignment/BaseScoreFunction.cpp     |    11 -
 .../algorithms/alignment/BaseScoreFunction.hpp     |    17 -
 .../alignment/DistanceMatrixScoreFunction.hpp      |    40 -
 .../alignment/DistanceMatrixScoreFunctionImpl.hpp  |    96 -
 .../alignment/algorithms/alignment/ExtendAlign.cpp |    79 -
 .../alignment/algorithms/alignment/ExtendAlign.hpp |   416 -
 .../alignment/algorithms/alignment/FullQVAlign.hpp |   132 -
 .../alignment/algorithms/alignment/GraphPaper.hpp  |    31 -
 .../algorithms/alignment/GraphPaperImpl.hpp        |   175 -
 .../alignment/algorithms/alignment/GuidedAlign.cpp |   226 -
 .../alignment/algorithms/alignment/GuidedAlign.hpp |   600 -
 .../algorithms/alignment/IDSScoreFunction.cpp      |   158 -
 .../algorithms/alignment/IDSScoreFunction.hpp      |   109 -
 .../alignment/algorithms/alignment/KBandAlign.cpp  |    30 -
 .../alignment/algorithms/alignment/KBandAlign.hpp  |   381 -
 .../algorithms/alignment/OneGapAlignment.hpp       |   374 -
 .../alignment/QualityValueScoreFunction.cpp        |    90 -
 .../alignment/QualityValueScoreFunction.hpp        |    56 -
 libcpp/alignment/algorithms/alignment/SDPAlign.hpp |    64 -
 .../algorithms/alignment/SDPAlignImpl.hpp          |   614 -
 libcpp/alignment/algorithms/alignment/SWAlign.hpp  |    17 -
 .../alignment/algorithms/alignment/SWAlignImpl.hpp |   389 -
 .../algorithms/alignment/ScoreMatrices.cpp         |    58 -
 .../algorithms/alignment/ScoreMatrices.hpp         |    18 -
 .../algorithms/alignment/StringToScoreMatrix.cpp   |    26 -
 .../algorithms/alignment/StringToScoreMatrix.hpp   |     9 -
 .../algorithms/alignment/sdp/FragmentSort.hpp      |    19 -
 .../algorithms/alignment/sdp/FragmentSortImpl.hpp  |    16 -
 .../sdp/NonoverlappingSparseDynamicProgramming.h   |   193 -
 .../algorithms/alignment/sdp/SDPColumn.hpp         |    23 -
 .../algorithms/alignment/sdp/SDPFragment.cpp       |    27 -
 .../algorithms/alignment/sdp/SDPFragment.hpp       |   132 -
 .../alignment/algorithms/alignment/sdp/SDPSet.hpp  |    52 -
 .../algorithms/alignment/sdp/SDPSetImpl.hpp        |   113 -
 .../alignment/sdp/SparseDynamicProgramming.cpp     |    18 -
 .../alignment/sdp/SparseDynamicProgramming.hpp     |    37 -
 .../alignment/sdp/SparseDynamicProgrammingImpl.hpp |   266 -
 .../alignment/sdp/VariableLengthSDPFragment.h      |    51 -
 .../alignment/algorithms/anchoring/BWTSearch.cpp   |    85 -
 .../alignment/algorithms/anchoring/BWTSearch.hpp   |    35 -
 .../algorithms/anchoring/BWTSearchImpl.hpp         |    14 -
 .../algorithms/anchoring/BasicEndpoint.hpp         |    50 -
 .../algorithms/anchoring/BasicEndpointImpl.hpp     |    78 -
 .../algorithms/anchoring/ClusterProbability.cpp    |    45 -
 .../algorithms/anchoring/ClusterProbability.hpp    |    13 -
 .../alignment/algorithms/anchoring/Coordinate.cpp  |    12 -
 .../alignment/algorithms/anchoring/Coordinate.hpp  |    45 -
 .../algorithms/anchoring/FindMaxInterval.cpp       |    23 -
 .../algorithms/anchoring/FindMaxInterval.hpp       |   175 -
 .../algorithms/anchoring/FindMaxIntervalImpl.hpp   |   945 -
 .../alignment/algorithms/anchoring/GlobalChain.hpp |    37 -
 .../algorithms/anchoring/GlobalChainImpl.hpp       |   225 -
 .../alignment/algorithms/anchoring/LISPValue.hpp   |    24 -
 .../algorithms/anchoring/LISPValueImpl.hpp         |   165 -
 .../algorithms/anchoring/LISPValueWeightor.hpp     |    52 -
 .../algorithms/anchoring/LISPValueWeightorImpl.hpp |   112 -
 .../algorithms/anchoring/LISQValueWeightor.hpp     |    35 -
 .../algorithms/anchoring/LISSizeWeightor.hpp       |    14 -
 .../algorithms/anchoring/LISSizeWeightorImpl.hpp   |    13 -
 .../anchoring/LongestIncreasingSubsequence.hpp     |    31 -
 .../anchoring/LongestIncreasingSubsequenceImpl.hpp |   135 -
 .../algorithms/anchoring/MapBySuffixArray.hpp      |    44 -
 .../algorithms/anchoring/MapBySuffixArrayImpl.hpp  |   315 -
 .../algorithms/anchoring/PrioritySearchTree.hpp    |    69 -
 .../anchoring/PrioritySearchTreeImpl.hpp           |   296 -
 .../algorithms/anchoring/ScoreAnchors.hpp          |    46 -
 .../algorithms/anchoring/ScoreAnchorsImpl.hpp      |   179 -
 .../algorithms/compare/CompareStrings.hpp          |    81 -
 .../algorithms/sorting/DifferenceCovers.cpp        |    15 -
 .../algorithms/sorting/DifferenceCovers.hpp        |    16 -
 libcpp/alignment/algorithms/sorting/Karkkainen.hpp |   134 -
 .../algorithms/sorting/LightweightSuffixArray.cpp  |   405 -
 .../algorithms/sorting/LightweightSuffixArray.hpp  |   103 -
 .../algorithms/sorting/MultikeyQuicksort.cpp       |   197 -
 .../algorithms/sorting/MultikeyQuicksort.hpp       |    48 -
 libcpp/alignment/algorithms/sorting/qsufsort.cpp   |   302 -
 libcpp/alignment/algorithms/sorting/qsufsort.hpp   |   376 -
 libcpp/alignment/anchoring/AnchorParameters.hpp    |    35 -
 libcpp/alignment/build.mk                          |     1 -
 libcpp/alignment/bwt/BWT.hpp                       |   316 -
 libcpp/alignment/bwt/Occ.hpp                       |   217 -
 libcpp/alignment/bwt/PackedHash.hpp                |   350 -
 libcpp/alignment/bwt/Pos.hpp                       |    47 -
 .../datastructures/alignment/AlignedPair.h         |    19 -
 .../datastructures/alignment/Alignment.cpp         |   512 -
 .../datastructures/alignment/Alignment.hpp         |   184 -
 .../alignment/AlignmentCandidate.cpp               |    26 -
 .../alignment/AlignmentCandidate.hpp               |   370 -
 .../datastructures/alignment/AlignmentContext.cpp  |    35 -
 .../datastructures/alignment/AlignmentContext.hpp  |    32 -
 .../datastructures/alignment/AlignmentGapList.h    |    26 -
 .../datastructures/alignment/AlignmentMap.cpp      |    22 -
 .../datastructures/alignment/AlignmentMap.hpp      |    20 -
 .../datastructures/alignment/AlignmentStats.cpp    |    29 -
 .../datastructures/alignment/AlignmentStats.hpp    |    25 -
 .../datastructures/alignment/ByteAlignment.h       |   347 -
 .../alignment/datastructures/alignment/CmpFile.cpp |     6 -
 .../alignment/datastructures/alignment/CmpFile.hpp |    33 -
 .../alignment/CmpIndexedStringTable.h              |    67 -
 .../datastructures/alignment/CmpReadGroupTable.h   |    22 -
 .../datastructures/alignment/CmpRefSeqTable.h      |    22 -
 .../datastructures/alignment/FilterCriteria.cpp    |   371 -
 .../datastructures/alignment/FilterCriteria.hpp    |   165 -
 libcpp/alignment/datastructures/alignment/Path.h   |    23 -
 .../alignment/SAMToAlignmentCandidateAdapter.cpp   |   461 -
 .../alignment/SAMToAlignmentCandidateAdapter.hpp   |    79 -
 .../alignmentset/AlignmentSetToCmpH5Adapter.hpp    |    84 -
 .../AlignmentSetToCmpH5AdapterImpl.hpp             |   256 -
 .../alignmentset/SAMQVConversion.cpp               |    27 -
 .../alignmentset/SAMQVConversion.hpp               |    15 -
 .../alignmentset/SAMSupplementalQVList.cpp         |    71 -
 .../alignmentset/SAMSupplementalQVList.hpp         |    27 -
 .../datastructures/anchoring/AnchorParameters.cpp  |    44 -
 .../datastructures/anchoring/AnchorParameters.hpp  |    35 -
 .../datastructures/anchoring/ClusterList.cpp       |    75 -
 .../datastructures/anchoring/ClusterList.hpp       |    25 -
 .../datastructures/anchoring/MatchPos.cpp          |    59 -
 .../datastructures/anchoring/MatchPos.hpp          |   192 -
 .../datastructures/anchoring/WeightedInterval.cpp  |   181 -
 .../datastructures/anchoring/WeightedInterval.hpp  |    85 -
 libcpp/alignment/files/BaseSequenceIO.cpp          |    77 -
 libcpp/alignment/files/BaseSequenceIO.hpp          |    26 -
 libcpp/alignment/files/CCSIterator.cpp             |    28 -
 libcpp/alignment/files/CCSIterator.hpp             |    21 -
 libcpp/alignment/files/FragmentCCSIterator.cpp     |   109 -
 libcpp/alignment/files/FragmentCCSIterator.hpp     |    23 -
 libcpp/alignment/files/ReaderAgglomerate.cpp       |   505 -
 libcpp/alignment/files/ReaderAgglomerate.hpp       |   136 -
 libcpp/alignment/files/ReaderAgglomerateImpl.hpp   |    44 -
 libcpp/alignment/format/BAMPrinter.hpp             |    29 -
 libcpp/alignment/format/BAMPrinterImpl.hpp         |   168 -
 .../alignment/format/CompareSequencesPrinter.cpp   |    10 -
 .../alignment/format/CompareSequencesPrinter.hpp   |    21 -
 .../format/CompareSequencesPrinterImpl.hpp         |    77 -
 libcpp/alignment/format/IntervalPrinter.cpp        |    70 -
 libcpp/alignment/format/IntervalPrinter.hpp        |    21 -
 libcpp/alignment/format/SAMHeaderPrinter.cpp       |   432 -
 libcpp/alignment/format/SAMHeaderPrinter.hpp       |   311 -
 libcpp/alignment/format/SAMPrinter.cpp             |   188 -
 libcpp/alignment/format/SAMPrinter.hpp             |    93 -
 libcpp/alignment/format/SAMPrinterImpl.hpp         |   304 -
 libcpp/alignment/format/StickAlignmentPrinter.hpp  |   123 -
 libcpp/alignment/format/SummaryPrinter.cpp         |    26 -
 libcpp/alignment/format/SummaryPrinter.hpp         |    14 -
 libcpp/alignment/format/VulgarPrinter.hpp          |    53 -
 libcpp/alignment/format/XMLPrinter.hpp             |    84 -
 libcpp/alignment/ipc/SharedMemoryAllocator.hpp     |    33 -
 libcpp/alignment/makefile                          |    52 -
 libcpp/alignment/old.Makefile                      |   113 -
 libcpp/alignment/qvs/QualityValueProfile.cpp       |    41 -
 libcpp/alignment/qvs/QualityValueProfile.hpp       |    23 -
 libcpp/alignment/simulator/CDFMap.hpp              |    44 -
 libcpp/alignment/simulator/ContextOutputList.hpp   |   100 -
 libcpp/alignment/simulator/ContextSample.cpp       |    53 -
 libcpp/alignment/simulator/ContextSample.hpp       |    30 -
 libcpp/alignment/simulator/ContextSet.cpp          |    35 -
 libcpp/alignment/simulator/ContextSet.hpp          |    19 -
 libcpp/alignment/simulator/LengthHistogram.cpp     |    58 -
 libcpp/alignment/simulator/LengthHistogram.hpp     |    24 -
 libcpp/alignment/simulator/OutputList.hpp          |    57 -
 libcpp/alignment/simulator/OutputSample.hpp        |    59 -
 libcpp/alignment/simulator/OutputSampleList.hpp    |    33 -
 libcpp/alignment/simulator/OutputSampleListSet.hpp |   123 -
 libcpp/alignment/simulator/QualitySample.cpp       |    77 -
 libcpp/alignment/simulator/QualitySample.hpp       |    28 -
 .../statistics/AnchorDistributionTable.hpp         | 43518 -------------------
 .../statistics/LookupAnchorDistribution.cpp        |    58 -
 .../statistics/LookupAnchorDistribution.hpp        |    10 -
 libcpp/alignment/statistics/StatUtils.cpp          |    45 -
 libcpp/alignment/statistics/StatUtils.hpp          |   165 -
 libcpp/alignment/statistics/StatUtilsImpl.hpp      |    57 -
 .../alignment/statistics/VarianceAccumulator.hpp   |    28 -
 .../statistics/VarianceAccumulatorImpl.hpp         |    60 -
 libcpp/alignment/statistics/cdfs.cpp               |    53 -
 libcpp/alignment/statistics/cdfs.hpp               |   418 -
 libcpp/alignment/statistics/pdfs.cpp               |    36 -
 libcpp/alignment/statistics/pdfs.hpp               |    18 -
 libcpp/alignment/suffixarray/LCPTable.hpp          |   182 -
 libcpp/alignment/suffixarray/SharedSuffixArray.hpp |    83 -
 libcpp/alignment/suffixarray/SuffixArray.hpp       |  1197 -
 libcpp/alignment/suffixarray/SuffixArrayTypes.hpp  |    17 -
 libcpp/alignment/suffixarray/ssort.hpp             |   449 -
 libcpp/alignment/tuples/BaseTuple.cpp              |    53 -
 libcpp/alignment/tuples/BaseTuple.hpp              |    27 -
 libcpp/alignment/tuples/CompressedDNATuple.hpp     |    63 -
 libcpp/alignment/tuples/CountedTuple.h             |    16 -
 libcpp/alignment/tuples/DNATuple.cpp               |    94 -
 libcpp/alignment/tuples/DNATuple.hpp               |   103 -
 libcpp/alignment/tuples/DNATupleImpl.hpp           |   200 -
 libcpp/alignment/tuples/DNATupleList.h             |    53 -
 libcpp/alignment/tuples/HashedTupleList.hpp        |    61 -
 libcpp/alignment/tuples/HashedTupleListImpl.hpp    |   144 -
 libcpp/alignment/tuples/TupleCountTable.hpp        |    33 -
 libcpp/alignment/tuples/TupleCountTableImpl.hpp    |   101 -
 libcpp/alignment/tuples/TupleList.hpp              |    64 -
 libcpp/alignment/tuples/TupleListImpl.hpp          |   134 -
 libcpp/alignment/tuples/TupleMask.h                |    13 -
 libcpp/alignment/tuples/TupleMatching.hpp          |    25 -
 libcpp/alignment/tuples/TupleMatchingImpl.hpp      |   106 -
 libcpp/alignment/tuples/TupleMetrics.cpp           |    16 -
 libcpp/alignment/tuples/TupleMetrics.hpp           |    19 -
 libcpp/alignment/tuples/TupleOperations.h          |     7 -
 libcpp/alignment/tuples/TupleTranslations.h        |     4 -
 libcpp/alignment/tuples/tuple.h                    |    82 -
 libcpp/alignment/utils/FileOfFileNames.cpp         |   102 -
 libcpp/alignment/utils/FileOfFileNames.hpp         |    27 -
 libcpp/alignment/utils/FileUtils.cpp               |    61 -
 libcpp/alignment/utils/FileUtils.hpp               |    27 -
 libcpp/alignment/utils/LogUtils.cpp                |    55 -
 libcpp/alignment/utils/LogUtils.hpp                |    15 -
 libcpp/alignment/utils/PhredUtils.cpp              |    13 -
 libcpp/alignment/utils/PhredUtils.hpp              |     8 -
 libcpp/alignment/utils/RangeUtils.cpp              |   107 -
 libcpp/alignment/utils/RangeUtils.hpp              |    56 -
 libcpp/alignment/utils/RegionUtils.cpp             |   302 -
 libcpp/alignment/utils/RegionUtils.hpp             |   132 -
 libcpp/alignment/utils/RegionUtilsImpl.hpp         |   215 -
 libcpp/alignment/utils/SimpleXMLUtils.hpp          |    99 -
 libcpp/alignment/utils/TimeUtils.cpp               |    20 -
 libcpp/alignment/utils/TimeUtils.hpp               |     7 -
 libcpp/configure.py                                |   268 -
 libcpp/hdf/BufferedHDF2DArray.cpp                  |    79 -
 libcpp/hdf/BufferedHDF2DArray.hpp                  |   158 -
 libcpp/hdf/BufferedHDF2DArrayImpl.hpp              |   379 -
 libcpp/hdf/BufferedHDFArray.cpp                    |    92 -
 libcpp/hdf/BufferedHDFArray.hpp                    |   207 -
 libcpp/hdf/BufferedHDFArrayImpl.hpp                |   435 -
 libcpp/hdf/DatasetCollection.cpp                   |    61 -
 libcpp/hdf/DatasetCollection.hpp                   |    41 -
 libcpp/hdf/DatasetCollectionImpl.hpp               |    29 -
 libcpp/hdf/HDF2DArray.hpp                          |    25 -
 libcpp/hdf/HDFAlnGroup.hpp                         |    50 -
 libcpp/hdf/HDFAlnGroupGroup.cpp                    |    52 -
 libcpp/hdf/HDFAlnGroupGroup.hpp                    |    27 -
 libcpp/hdf/HDFAlnInfoGroup.cpp                     |   102 -
 libcpp/hdf/HDFAlnInfoGroup.hpp                     |    46 -
 libcpp/hdf/HDFArray.hpp                            |    85 -
 libcpp/hdf/HDFAtom.cpp                             |   159 -
 libcpp/hdf/HDFAtom.hpp                             |   176 -
 libcpp/hdf/HDFAttributable.cpp                     |    41 -
 libcpp/hdf/HDFAttributable.hpp                     |    23 -
 libcpp/hdf/HDFBasReader.cpp                        |    46 -
 libcpp/hdf/HDFBasReader.hpp                        |  1178 -
 libcpp/hdf/HDFBasWriter.hpp                        |   390 -
 libcpp/hdf/HDFCCSReader.hpp                        |   257 -
 libcpp/hdf/HDFCmpData.hpp                          |    36 -
 libcpp/hdf/HDFCmpExperimentGroup.cpp               |   193 -
 libcpp/hdf/HDFCmpExperimentGroup.hpp               |    70 -
 libcpp/hdf/HDFCmpFile.hpp                          |   844 -
 libcpp/hdf/HDFCmpReader.hpp                        |   663 -
 libcpp/hdf/HDFCmpRefAlignmentGroup.hpp             |   102 -
 libcpp/hdf/HDFCmpRootGroup.hpp                     |    66 -
 libcpp/hdf/HDFCmpSupportedFields.cpp               |    25 -
 libcpp/hdf/HDFCmpSupportedFields.hpp               |    13 -
 libcpp/hdf/HDFCommonFG.hpp                         |    13 -
 libcpp/hdf/HDFConfig.hpp                           |     7 -
 libcpp/hdf/HDFData.cpp                             |    74 -
 libcpp/hdf/HDFData.hpp                             |    52 -
 libcpp/hdf/HDFFile.cpp                             |    53 -
 libcpp/hdf/HDFFile.hpp                             |    32 -
 libcpp/hdf/HDFFileLogGroup.hpp                     |    55 -
 libcpp/hdf/HDFGroup.cpp                            |    58 -
 libcpp/hdf/HDFGroup.hpp                            |    36 -
 libcpp/hdf/HDFMovieInfoGroup.hpp                   |    79 -
 libcpp/hdf/HDFNewBasReader.cpp                     |    72 -
 libcpp/hdf/HDFNewBasReader.hpp                     |    39 -
 libcpp/hdf/HDFPlsReader.hpp                        |   542 -
 libcpp/hdf/HDFPlsWriter.hpp                        |   195 -
 libcpp/hdf/HDFPulseDataFile.cpp                    |   151 -
 libcpp/hdf/HDFPulseDataFile.hpp                    |    67 -
 libcpp/hdf/HDFRefGroupGroup.hpp                    |    65 -
 libcpp/hdf/HDFRefInfoGroup.hpp                     |    84 -
 libcpp/hdf/HDFRegionTableReader.cpp                |   149 -
 libcpp/hdf/HDFRegionTableReader.hpp                |    47 -
 libcpp/hdf/HDFRegionTableWriter.hpp                |   140 -
 libcpp/hdf/HDFSMRTSequenceReader.hpp               |    71 -
 libcpp/hdf/HDFScanDataReader.cpp                   |   262 -
 libcpp/hdf/HDFScanDataReader.hpp                   |   101 -
 libcpp/hdf/HDFScanDataWriter.cpp                   |   164 -
 libcpp/hdf/HDFScanDataWriter.hpp                   |    71 -
 libcpp/hdf/HDFSentinalFile.hpp                     |    21 -
 libcpp/hdf/HDFUtils.cpp                            |    82 -
 libcpp/hdf/HDFUtils.hpp                            |    44 -
 libcpp/hdf/HDFWriteBuffer.hpp                      |    52 -
 libcpp/hdf/HDFZMWReader.cpp                        |   136 -
 libcpp/hdf/HDFZMWReader.hpp                        |    45 -
 libcpp/hdf/build.mk                                |     1 -
 libcpp/hdf/makefile                                |    28 -
 libcpp/hdf/old.Makefile                            |    94 -
 libcpp/makefile                                    |    32 -
 libcpp/old.Makefile                                |    28 -
 libcpp/pbdata/.gitignore                           |     2 -
 libcpp/pbdata/CCSSequence.cpp                      |    35 -
 libcpp/pbdata/CCSSequence.hpp                      |    43 -
 libcpp/pbdata/ChangeListID.cpp                     |    64 -
 libcpp/pbdata/ChangeListID.hpp                     |    38 -
 libcpp/pbdata/CommandLineParser.cpp                |   846 -
 libcpp/pbdata/CommandLineParser.hpp                |   175 -
 libcpp/pbdata/Compare4BitCompressed.hpp            |    98 -
 libcpp/pbdata/CompressedDNASequence.hpp            |    89 -
 libcpp/pbdata/CompressedSequence.hpp               |   100 -
 libcpp/pbdata/CompressedSequenceImpl.hpp           |   343 -
 libcpp/pbdata/DNASequence.cpp                      |   402 -
 libcpp/pbdata/DNASequence.hpp                      |   183 -
 libcpp/pbdata/Enumerations.h                       |    39 -
 libcpp/pbdata/FASTAReader.cpp                      |   420 -
 libcpp/pbdata/FASTAReader.hpp                      |    80 -
 libcpp/pbdata/FASTASequence.cpp                    |   246 -
 libcpp/pbdata/FASTASequence.hpp                    |    91 -
 libcpp/pbdata/FASTQReader.cpp                      |    89 -
 libcpp/pbdata/FASTQReader.hpp                      |    24 -
 libcpp/pbdata/FASTQSequence.cpp                    |   651 -
 libcpp/pbdata/FASTQSequence.hpp                    |   146 -
 libcpp/pbdata/GFFFile.cpp                          |    39 -
 libcpp/pbdata/GFFFile.hpp                          |    33 -
 libcpp/pbdata/MD5Utils.cpp                         |   464 -
 libcpp/pbdata/MD5Utils.hpp                         |   113 -
 libcpp/pbdata/MD5UtilsImpl.hpp                     |    57 -
 libcpp/pbdata/NucConversion.cpp                    |   409 -
 libcpp/pbdata/NucConversion.hpp                    |    50 -
 libcpp/pbdata/PackedDNASequence.cpp                |   233 -
 libcpp/pbdata/PackedDNASequence.hpp                |    60 -
 libcpp/pbdata/ReverseCompressIndex.cpp             |    40 -
 libcpp/pbdata/ReverseCompressIndex.hpp             |    25 -
 libcpp/pbdata/SMRTSequence.cpp                     |   283 -
 libcpp/pbdata/SMRTSequence.hpp                     |   115 -
 libcpp/pbdata/SeqUtils.hpp                         |    17 -
 libcpp/pbdata/SeqUtilsImpl.hpp                     |    47 -
 libcpp/pbdata/StringUtils.cpp                      |   133 -
 libcpp/pbdata/StringUtils.hpp                      |    71 -
 libcpp/pbdata/Types.h                              |    21 -
 libcpp/pbdata/VectorUtils.hpp                      |    17 -
 libcpp/pbdata/alignment/CmpAlignment.cpp           |   219 -
 libcpp/pbdata/alignment/CmpAlignment.hpp           |   126 -
 libcpp/pbdata/alignment/CmpAlignmentImpl.hpp       |     6 -
 libcpp/pbdata/amos/AfgBasWriter.cpp                |   102 -
 libcpp/pbdata/amos/AfgBasWriter.hpp                |    59 -
 libcpp/pbdata/build.mk                             |     1 -
 libcpp/pbdata/defs.h                               |    19 -
 libcpp/pbdata/loadpulses/MetricField.cpp           |    87 -
 libcpp/pbdata/loadpulses/MetricField.hpp           |   115 -
 .../pbdata/loadpulses/MovieAlnIndexLookupTable.cpp |    54 -
 .../pbdata/loadpulses/MovieAlnIndexLookupTable.hpp |   117 -
 libcpp/pbdata/makefile                             |    40 -
 libcpp/pbdata/matrix/FlatMatrix.hpp                |    98 -
 libcpp/pbdata/matrix/FlatMatrixImpl.hpp            |   192 -
 libcpp/pbdata/matrix/Matrix.hpp                    |    50 -
 libcpp/pbdata/matrix/MatrixImpl.hpp                |   117 -
 libcpp/pbdata/metagenome/FindRandomSequence.hpp    |    70 -
 libcpp/pbdata/metagenome/SequenceIndexDatabase.hpp |    96 -
 .../metagenome/SequenceIndexDatabaseImpl.hpp       |   347 -
 libcpp/pbdata/metagenome/TitleTable.cpp            |   109 -
 libcpp/pbdata/metagenome/TitleTable.hpp            |    39 -
 libcpp/pbdata/mklibconfig.sh                       |    32 -
 libcpp/pbdata/old.Makefile                         |    87 -
 libcpp/pbdata/qvs/QualityTransform.cpp             |    23 -
 libcpp/pbdata/qvs/QualityTransform.hpp             |    26 -
 libcpp/pbdata/qvs/QualityValue.cpp                 |    65 -
 libcpp/pbdata/qvs/QualityValue.hpp                 |    31 -
 libcpp/pbdata/qvs/QualityValueVector.hpp           |    47 -
 libcpp/pbdata/qvs/QualityValueVectorImpl.hpp       |    99 -
 libcpp/pbdata/reads/BaseFile.cpp                   |    82 -
 libcpp/pbdata/reads/BaseFile.hpp                   |    49 -
 libcpp/pbdata/reads/BaseFileImpl.hpp               |    11 -
 libcpp/pbdata/reads/HoleXY.cpp                     |    14 -
 libcpp/pbdata/reads/HoleXY.hpp                     |    14 -
 libcpp/pbdata/reads/PulseBaseCommon.cpp            |    37 -
 libcpp/pbdata/reads/PulseBaseCommon.hpp            |    26 -
 libcpp/pbdata/reads/PulseFile.cpp                  |    76 -
 libcpp/pbdata/reads/PulseFile.hpp                  |    53 -
 libcpp/pbdata/reads/PulseFileImpl.hpp              |    21 -
 libcpp/pbdata/reads/ReadInterval.hpp               |    18 -
 libcpp/pbdata/reads/ReadType.cpp                   |    43 -
 libcpp/pbdata/reads/ReadType.hpp                   |    18 -
 libcpp/pbdata/reads/RegionTable.cpp                |   159 -
 libcpp/pbdata/reads/RegionTable.hpp                |    95 -
 libcpp/pbdata/reads/ScanData.cpp                   |    12 -
 libcpp/pbdata/reads/ScanData.hpp                   |    20 -
 libcpp/pbdata/reads/ZMWGroupEntry.cpp              |     8 -
 libcpp/pbdata/reads/ZMWGroupEntry.hpp              |    17 -
 libcpp/pbdata/saf/AlnGroup.cpp                     |    12 -
 libcpp/pbdata/saf/AlnGroup.hpp                     |    14 -
 libcpp/pbdata/saf/AlnInfo.hpp                      |    17 -
 libcpp/pbdata/saf/MovieInfo.cpp                    |    13 -
 libcpp/pbdata/saf/MovieInfo.hpp                    |    19 -
 libcpp/pbdata/saf/RefGroup.cpp                     |    25 -
 libcpp/pbdata/saf/RefGroup.hpp                     |    21 -
 libcpp/pbdata/saf/RefInfo.cpp                      |    20 -
 libcpp/pbdata/saf/RefInfo.hpp                      |    26 -
 libcpp/pbdata/sam/AlignmentSet.hpp                 |    31 -
 libcpp/pbdata/sam/AlignmentSetImpl.hpp             |    31 -
 libcpp/pbdata/sam/CigarString.h                    |    23 -
 libcpp/pbdata/sam/ReadGroup.cpp                    |    51 -
 libcpp/pbdata/sam/ReadGroup.hpp                    |    40 -
 libcpp/pbdata/sam/ReferenceSequence.cpp            |    47 -
 libcpp/pbdata/sam/ReferenceSequence.hpp            |    72 -
 libcpp/pbdata/sam/SAMAlignment.cpp                 |   199 -
 libcpp/pbdata/sam/SAMAlignment.hpp                 |    97 -
 libcpp/pbdata/sam/SAMFlag.h                        |    48 -
 libcpp/pbdata/sam/SAMHeader.cpp                    |    31 -
 libcpp/pbdata/sam/SAMHeader.hpp                    |    18 -
 libcpp/pbdata/sam/SAMKeywordValuePair.cpp          |    51 -
 libcpp/pbdata/sam/SAMKeywordValuePair.hpp          |    50 -
 libcpp/pbdata/sam/SAMKeywordValuePairImpl.hpp      |    32 -
 libcpp/pbdata/sam/SAMReader.hpp                    |    61 -
 libcpp/pbdata/sam/SAMReaderImpl.hpp                |   197 -
 libcpp/pbdata/utils.hpp                            |    20 -
 libcpp/pbdata/utils/BitUtils.cpp                   |    99 -
 libcpp/pbdata/utils/BitUtils.hpp                   |    14 -
 libcpp/pbdata/utils/SMRTReadUtils.cpp              |    45 -
 libcpp/pbdata/utils/SMRTReadUtils.hpp              |    18 -
 libcpp/pbdata/utils/SMRTTitle.cpp                  |    52 -
 libcpp/pbdata/utils/SMRTTitle.hpp                  |    24 -
 libcpp/pbdata/utilsImpl.hpp                        |    32 -
 libcpp/rules.mk                                    |    17 -
 libcpp/simple.mk                                   |    16 -
 libcpp/unittest/.gitignore                         |     1 -
 libcpp/unittest/Makefile                           |   151 -
 libcpp/unittest/alignment/Makefile                 |    35 -
 .../alignment/AlignmentMap_gtest.cpp               |    63 -
 .../alignment/CmpIndexedStringTable_gtest.cpp      |   143 -
 .../unittest/alignment/files/CCSIterator_gtest.cpp |    66 -
 .../alignment/files/FragmentCCSIterator_gtest.cpp  |   104 -
 .../alignment/files/ReaderAgglomerate_gtest.cpp    |   129 -
 .../alignment/format/SAMHeaderPrinter_gtest.cpp    |   138 -
 .../unittest/alignment/format/SAMPrinter_gtest.cpp |    45 -
 .../unittest/alignment/utils/FileUtils_gtest.cpp   |    54 -
 .../unittest/alignment/utils/RangeUtils_gtest.cpp  |    63 -
 .../unittest/alignment/utils/RegionUtils_gtest.cpp |   236 -
 libcpp/unittest/build.mk                           |    27 -
 libcpp/unittest/common.mk                          |    64 -
 libcpp/unittest/hdf/HDF2DArray_gtest.cpp           |    96 -
 libcpp/unittest/hdf/HDFBasReader_gtest.cpp         |    56 -
 libcpp/unittest/hdf/HDFCCSReader_gtest.cpp         |    68 -
 libcpp/unittest/hdf/HDFPlsReader_gtest.cpp         |    49 -
 libcpp/unittest/hdf/HDFScanDataReader_gtest.cpp    |    52 -
 libcpp/unittest/hdf/HDFScanDataWriter_gtest.cpp    |    36 -
 libcpp/unittest/hdf/HDFUtils_gtest.cpp             |    38 -
 libcpp/unittest/hdf/HDFZMWReader_gtest.cpp         |   125 -
 libcpp/unittest/hdf/Makefile                       |    26 -
 libcpp/unittest/normal.Makefile                    |     9 -
 libcpp/unittest/normal.defines.mk                  |    54 -
 libcpp/unittest/pbdata/CCSSequence_gtest.cpp       |   117 -
 libcpp/unittest/pbdata/ChangeListID_gtest.cpp      |    34 -
 libcpp/unittest/pbdata/DNASequence_gtest.cpp       |   279 -
 libcpp/unittest/pbdata/FASTAReader_gtest.cpp       |    65 -
 libcpp/unittest/pbdata/FASTASequence_gtest.cpp     |   143 -
 libcpp/unittest/pbdata/FASTQReader_gtest.cpp       |    90 -
 libcpp/unittest/pbdata/Makefile                    |    31 -
 libcpp/unittest/pbdata/NucConversion_gtest.cpp     |   105 -
 libcpp/unittest/pbdata/SMRTSequence_gtest.cpp      |    62 -
 libcpp/unittest/pbdata/ScanData_gtest.cpp          |    31 -
 libcpp/unittest/pbdata/SeqUtils_gtest.cpp          |    50 -
 libcpp/unittest/pbdata/StringUtils_gtest.cpp       |    80 -
 libcpp/unittest/pbdata/VectorUtils_gtest.cpp       |    38 -
 libcpp/unittest/pbdata/defs_gtest.cpp              |    44 -
 .../pbdata/metagenome/TitleTable_gtest.cpp         |    32 -
 .../pbdata/qvs/QualityValueVector_gtest.cpp        |    50 -
 libcpp/unittest/pbdata/reads/ReadType_gtest.cpp    |    57 -
 libcpp/unittest/pbdata/saf/AlnGroup_gtest.cpp      |    44 -
 libcpp/unittest/pbdata/saf/MovieInfo_gtest.cpp     |    43 -
 libcpp/unittest/pbdata/saf/RefInfo_gtest.cpp       |    45 -
 libcpp/unittest/pbdata/testdata.h                  |    71 -
 libcpp/unittest/pbdata/utils/SMRTTitle_gtest.cpp   |    28 -
 libcpp/unittest/pbdata/utils_gtest.cpp             |    37 -
 GNUmakefile => makefile                            |    37 +-
 p4.common.mk                                       |   147 -
 p4.fetch.tmpmk                                     |    10 -
 p4.mk                                              |    76 -
 rules.mk                                           |    19 +-
 travis.sh                                          |     2 +-
 utils/.gitignore                                   |     8 +
 utils/Makefile                                     |    64 -
 utils/PulseToFasta.cpp                             |   106 +-
 utils/SamFilter.cpp                                |     2 +-
 utils/ToAfg.cpp                                    |    15 +-
 utils/{GNUmakefile => makefile}                    |    28 +-
 utils/p4.mk                                        |    65 -
 yli.common.mk                                      |    94 -
 yli.makefile                                       |    80 -
 525 files changed, 5103 insertions(+), 99917 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 MANUAL.md
 delete mode 100644 Makefile
 delete mode 100644 MappingSemaphores.h
 create mode 100644 README.INSTALL.md
 create mode 100644 README.MANUAL.md
 delete mode 100644 blasr_git_common.mk
 delete mode 100644 blasr_gitp4.mk
 delete mode 100644 common.mk
 delete mode 100644 extrautils/GNUmakefile
 delete mode 100644 extrautils/Makefile
 create mode 100644 extrautils/makefile
 delete mode 100644 extrautils/p4.mk
 create mode 100644 include/BlasrAlign.hpp
 create mode 100644 include/BlasrAlignImpl.hpp
 create mode 100644 include/BlasrHeaders.h
 create mode 100644 include/BlasrMiscs.hpp
 create mode 100644 include/BlasrMiscsImpl.hpp
 create mode 100644 include/BlasrUtils.hpp
 create mode 100644 include/BlasrUtilsImpl.hpp
 create mode 100644 include/MappingBuffers.hpp
 rename MappingIPC.h => include/MappingIPC.h (97%)
 rename MappingParameters.h => include/MappingParameters.h (96%)
 create mode 100644 include/MappingSemaphores.h
 create mode 100644 include/ReadAlignments.hpp
 rename RegisterBlasrOptions.h => include/RegisterBlasrOptions.h (96%)
 rename RegisterFilterOptions.h => include/RegisterFilterOptions.h (74%)
 delete mode 100644 libcpp.makefile
 delete mode 100644 libcpp/.gitignore
 delete mode 100644 libcpp/.travis.yml
 delete mode 100644 libcpp/README.md
 delete mode 100644 libcpp/alignment/MappingMetrics.cpp
 delete mode 100644 libcpp/alignment/MappingMetrics.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/AffineGuidedAlign.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/AffineKBandAlign.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/AlignmentFormats.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/AlignmentUtils.cpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/AlignmentUtils.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/AlignmentUtilsImpl.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/BaseScoreFunction.cpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/BaseScoreFunction.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/DistanceMatrixScoreFunction.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/DistanceMatrixScoreFunctionImpl.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/ExtendAlign.cpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/ExtendAlign.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/FullQVAlign.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/GraphPaper.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/GraphPaperImpl.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/GuidedAlign.cpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/GuidedAlign.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/IDSScoreFunction.cpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/IDSScoreFunction.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/KBandAlign.cpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/KBandAlign.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/OneGapAlignment.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/QualityValueScoreFunction.cpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/QualityValueScoreFunction.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/SDPAlign.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/SDPAlignImpl.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/SWAlign.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/SWAlignImpl.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/ScoreMatrices.cpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/ScoreMatrices.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/StringToScoreMatrix.cpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/StringToScoreMatrix.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/sdp/FragmentSort.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/sdp/FragmentSortImpl.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/sdp/NonoverlappingSparseDynamicProgramming.h
 delete mode 100644 libcpp/alignment/algorithms/alignment/sdp/SDPColumn.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/sdp/SDPFragment.cpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/sdp/SDPFragment.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/sdp/SDPSet.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/sdp/SDPSetImpl.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/sdp/SparseDynamicProgramming.cpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/sdp/SparseDynamicProgramming.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/sdp/SparseDynamicProgrammingImpl.hpp
 delete mode 100644 libcpp/alignment/algorithms/alignment/sdp/VariableLengthSDPFragment.h
 delete mode 100644 libcpp/alignment/algorithms/anchoring/BWTSearch.cpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/BWTSearch.hpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/BWTSearchImpl.hpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/BasicEndpoint.hpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/BasicEndpointImpl.hpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/ClusterProbability.cpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/ClusterProbability.hpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/Coordinate.cpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/Coordinate.hpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/FindMaxInterval.cpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/FindMaxInterval.hpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/FindMaxIntervalImpl.hpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/GlobalChain.hpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/GlobalChainImpl.hpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/LISPValue.hpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/LISPValueImpl.hpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/LISPValueWeightor.hpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/LISPValueWeightorImpl.hpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/LISQValueWeightor.hpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/LISSizeWeightor.hpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/LISSizeWeightorImpl.hpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/LongestIncreasingSubsequence.hpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/LongestIncreasingSubsequenceImpl.hpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/MapBySuffixArray.hpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/MapBySuffixArrayImpl.hpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/PrioritySearchTree.hpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/PrioritySearchTreeImpl.hpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/ScoreAnchors.hpp
 delete mode 100644 libcpp/alignment/algorithms/anchoring/ScoreAnchorsImpl.hpp
 delete mode 100644 libcpp/alignment/algorithms/compare/CompareStrings.hpp
 delete mode 100644 libcpp/alignment/algorithms/sorting/DifferenceCovers.cpp
 delete mode 100644 libcpp/alignment/algorithms/sorting/DifferenceCovers.hpp
 delete mode 100644 libcpp/alignment/algorithms/sorting/Karkkainen.hpp
 delete mode 100644 libcpp/alignment/algorithms/sorting/LightweightSuffixArray.cpp
 delete mode 100644 libcpp/alignment/algorithms/sorting/LightweightSuffixArray.hpp
 delete mode 100644 libcpp/alignment/algorithms/sorting/MultikeyQuicksort.cpp
 delete mode 100644 libcpp/alignment/algorithms/sorting/MultikeyQuicksort.hpp
 delete mode 100644 libcpp/alignment/algorithms/sorting/qsufsort.cpp
 delete mode 100644 libcpp/alignment/algorithms/sorting/qsufsort.hpp
 delete mode 100644 libcpp/alignment/anchoring/AnchorParameters.hpp
 delete mode 120000 libcpp/alignment/build.mk
 delete mode 100644 libcpp/alignment/bwt/BWT.hpp
 delete mode 100644 libcpp/alignment/bwt/Occ.hpp
 delete mode 100644 libcpp/alignment/bwt/PackedHash.hpp
 delete mode 100644 libcpp/alignment/bwt/Pos.hpp
 delete mode 100644 libcpp/alignment/datastructures/alignment/AlignedPair.h
 delete mode 100644 libcpp/alignment/datastructures/alignment/Alignment.cpp
 delete mode 100644 libcpp/alignment/datastructures/alignment/Alignment.hpp
 delete mode 100644 libcpp/alignment/datastructures/alignment/AlignmentCandidate.cpp
 delete mode 100644 libcpp/alignment/datastructures/alignment/AlignmentCandidate.hpp
 delete mode 100644 libcpp/alignment/datastructures/alignment/AlignmentContext.cpp
 delete mode 100644 libcpp/alignment/datastructures/alignment/AlignmentContext.hpp
 delete mode 100644 libcpp/alignment/datastructures/alignment/AlignmentGapList.h
 delete mode 100644 libcpp/alignment/datastructures/alignment/AlignmentMap.cpp
 delete mode 100644 libcpp/alignment/datastructures/alignment/AlignmentMap.hpp
 delete mode 100644 libcpp/alignment/datastructures/alignment/AlignmentStats.cpp
 delete mode 100644 libcpp/alignment/datastructures/alignment/AlignmentStats.hpp
 delete mode 100644 libcpp/alignment/datastructures/alignment/ByteAlignment.h
 delete mode 100644 libcpp/alignment/datastructures/alignment/CmpFile.cpp
 delete mode 100644 libcpp/alignment/datastructures/alignment/CmpFile.hpp
 delete mode 100644 libcpp/alignment/datastructures/alignment/CmpIndexedStringTable.h
 delete mode 100644 libcpp/alignment/datastructures/alignment/CmpReadGroupTable.h
 delete mode 100644 libcpp/alignment/datastructures/alignment/CmpRefSeqTable.h
 delete mode 100644 libcpp/alignment/datastructures/alignment/FilterCriteria.cpp
 delete mode 100644 libcpp/alignment/datastructures/alignment/FilterCriteria.hpp
 delete mode 100644 libcpp/alignment/datastructures/alignment/Path.h
 delete mode 100644 libcpp/alignment/datastructures/alignment/SAMToAlignmentCandidateAdapter.cpp
 delete mode 100644 libcpp/alignment/datastructures/alignment/SAMToAlignmentCandidateAdapter.hpp
 delete mode 100644 libcpp/alignment/datastructures/alignmentset/AlignmentSetToCmpH5Adapter.hpp
 delete mode 100644 libcpp/alignment/datastructures/alignmentset/AlignmentSetToCmpH5AdapterImpl.hpp
 delete mode 100644 libcpp/alignment/datastructures/alignmentset/SAMQVConversion.cpp
 delete mode 100644 libcpp/alignment/datastructures/alignmentset/SAMQVConversion.hpp
 delete mode 100644 libcpp/alignment/datastructures/alignmentset/SAMSupplementalQVList.cpp
 delete mode 100644 libcpp/alignment/datastructures/alignmentset/SAMSupplementalQVList.hpp
 delete mode 100644 libcpp/alignment/datastructures/anchoring/AnchorParameters.cpp
 delete mode 100644 libcpp/alignment/datastructures/anchoring/AnchorParameters.hpp
 delete mode 100644 libcpp/alignment/datastructures/anchoring/ClusterList.cpp
 delete mode 100644 libcpp/alignment/datastructures/anchoring/ClusterList.hpp
 delete mode 100644 libcpp/alignment/datastructures/anchoring/MatchPos.cpp
 delete mode 100644 libcpp/alignment/datastructures/anchoring/MatchPos.hpp
 delete mode 100644 libcpp/alignment/datastructures/anchoring/WeightedInterval.cpp
 delete mode 100644 libcpp/alignment/datastructures/anchoring/WeightedInterval.hpp
 delete mode 100644 libcpp/alignment/files/BaseSequenceIO.cpp
 delete mode 100644 libcpp/alignment/files/BaseSequenceIO.hpp
 delete mode 100644 libcpp/alignment/files/CCSIterator.cpp
 delete mode 100644 libcpp/alignment/files/CCSIterator.hpp
 delete mode 100644 libcpp/alignment/files/FragmentCCSIterator.cpp
 delete mode 100644 libcpp/alignment/files/FragmentCCSIterator.hpp
 delete mode 100644 libcpp/alignment/files/ReaderAgglomerate.cpp
 delete mode 100644 libcpp/alignment/files/ReaderAgglomerate.hpp
 delete mode 100644 libcpp/alignment/files/ReaderAgglomerateImpl.hpp
 delete mode 100644 libcpp/alignment/format/BAMPrinter.hpp
 delete mode 100644 libcpp/alignment/format/BAMPrinterImpl.hpp
 delete mode 100644 libcpp/alignment/format/CompareSequencesPrinter.cpp
 delete mode 100644 libcpp/alignment/format/CompareSequencesPrinter.hpp
 delete mode 100644 libcpp/alignment/format/CompareSequencesPrinterImpl.hpp
 delete mode 100644 libcpp/alignment/format/IntervalPrinter.cpp
 delete mode 100644 libcpp/alignment/format/IntervalPrinter.hpp
 delete mode 100644 libcpp/alignment/format/SAMHeaderPrinter.cpp
 delete mode 100644 libcpp/alignment/format/SAMHeaderPrinter.hpp
 delete mode 100644 libcpp/alignment/format/SAMPrinter.cpp
 delete mode 100644 libcpp/alignment/format/SAMPrinter.hpp
 delete mode 100644 libcpp/alignment/format/SAMPrinterImpl.hpp
 delete mode 100644 libcpp/alignment/format/StickAlignmentPrinter.hpp
 delete mode 100644 libcpp/alignment/format/SummaryPrinter.cpp
 delete mode 100644 libcpp/alignment/format/SummaryPrinter.hpp
 delete mode 100644 libcpp/alignment/format/VulgarPrinter.hpp
 delete mode 100644 libcpp/alignment/format/XMLPrinter.hpp
 delete mode 100644 libcpp/alignment/ipc/SharedMemoryAllocator.hpp
 delete mode 100644 libcpp/alignment/makefile
 delete mode 100644 libcpp/alignment/old.Makefile
 delete mode 100644 libcpp/alignment/qvs/QualityValueProfile.cpp
 delete mode 100644 libcpp/alignment/qvs/QualityValueProfile.hpp
 delete mode 100644 libcpp/alignment/simulator/CDFMap.hpp
 delete mode 100644 libcpp/alignment/simulator/ContextOutputList.hpp
 delete mode 100644 libcpp/alignment/simulator/ContextSample.cpp
 delete mode 100644 libcpp/alignment/simulator/ContextSample.hpp
 delete mode 100644 libcpp/alignment/simulator/ContextSet.cpp
 delete mode 100644 libcpp/alignment/simulator/ContextSet.hpp
 delete mode 100644 libcpp/alignment/simulator/LengthHistogram.cpp
 delete mode 100644 libcpp/alignment/simulator/LengthHistogram.hpp
 delete mode 100644 libcpp/alignment/simulator/OutputList.hpp
 delete mode 100644 libcpp/alignment/simulator/OutputSample.hpp
 delete mode 100644 libcpp/alignment/simulator/OutputSampleList.hpp
 delete mode 100644 libcpp/alignment/simulator/OutputSampleListSet.hpp
 delete mode 100644 libcpp/alignment/simulator/QualitySample.cpp
 delete mode 100644 libcpp/alignment/simulator/QualitySample.hpp
 delete mode 100644 libcpp/alignment/statistics/AnchorDistributionTable.hpp
 delete mode 100644 libcpp/alignment/statistics/LookupAnchorDistribution.cpp
 delete mode 100644 libcpp/alignment/statistics/LookupAnchorDistribution.hpp
 delete mode 100644 libcpp/alignment/statistics/StatUtils.cpp
 delete mode 100644 libcpp/alignment/statistics/StatUtils.hpp
 delete mode 100644 libcpp/alignment/statistics/StatUtilsImpl.hpp
 delete mode 100644 libcpp/alignment/statistics/VarianceAccumulator.hpp
 delete mode 100644 libcpp/alignment/statistics/VarianceAccumulatorImpl.hpp
 delete mode 100644 libcpp/alignment/statistics/cdfs.cpp
 delete mode 100644 libcpp/alignment/statistics/cdfs.hpp
 delete mode 100644 libcpp/alignment/statistics/pdfs.cpp
 delete mode 100644 libcpp/alignment/statistics/pdfs.hpp
 delete mode 100644 libcpp/alignment/suffixarray/LCPTable.hpp
 delete mode 100644 libcpp/alignment/suffixarray/SharedSuffixArray.hpp
 delete mode 100644 libcpp/alignment/suffixarray/SuffixArray.hpp
 delete mode 100644 libcpp/alignment/suffixarray/SuffixArrayTypes.hpp
 delete mode 100644 libcpp/alignment/suffixarray/ssort.hpp
 delete mode 100644 libcpp/alignment/tuples/BaseTuple.cpp
 delete mode 100644 libcpp/alignment/tuples/BaseTuple.hpp
 delete mode 100644 libcpp/alignment/tuples/CompressedDNATuple.hpp
 delete mode 100644 libcpp/alignment/tuples/CountedTuple.h
 delete mode 100644 libcpp/alignment/tuples/DNATuple.cpp
 delete mode 100644 libcpp/alignment/tuples/DNATuple.hpp
 delete mode 100644 libcpp/alignment/tuples/DNATupleImpl.hpp
 delete mode 100644 libcpp/alignment/tuples/DNATupleList.h
 delete mode 100644 libcpp/alignment/tuples/HashedTupleList.hpp
 delete mode 100644 libcpp/alignment/tuples/HashedTupleListImpl.hpp
 delete mode 100644 libcpp/alignment/tuples/TupleCountTable.hpp
 delete mode 100644 libcpp/alignment/tuples/TupleCountTableImpl.hpp
 delete mode 100644 libcpp/alignment/tuples/TupleList.hpp
 delete mode 100644 libcpp/alignment/tuples/TupleListImpl.hpp
 delete mode 100644 libcpp/alignment/tuples/TupleMask.h
 delete mode 100644 libcpp/alignment/tuples/TupleMatching.hpp
 delete mode 100644 libcpp/alignment/tuples/TupleMatchingImpl.hpp
 delete mode 100644 libcpp/alignment/tuples/TupleMetrics.cpp
 delete mode 100644 libcpp/alignment/tuples/TupleMetrics.hpp
 delete mode 100644 libcpp/alignment/tuples/TupleOperations.h
 delete mode 100644 libcpp/alignment/tuples/TupleTranslations.h
 delete mode 100644 libcpp/alignment/tuples/tuple.h
 delete mode 100644 libcpp/alignment/utils/FileOfFileNames.cpp
 delete mode 100644 libcpp/alignment/utils/FileOfFileNames.hpp
 delete mode 100644 libcpp/alignment/utils/FileUtils.cpp
 delete mode 100644 libcpp/alignment/utils/FileUtils.hpp
 delete mode 100644 libcpp/alignment/utils/LogUtils.cpp
 delete mode 100644 libcpp/alignment/utils/LogUtils.hpp
 delete mode 100644 libcpp/alignment/utils/PhredUtils.cpp
 delete mode 100644 libcpp/alignment/utils/PhredUtils.hpp
 delete mode 100644 libcpp/alignment/utils/RangeUtils.cpp
 delete mode 100644 libcpp/alignment/utils/RangeUtils.hpp
 delete mode 100644 libcpp/alignment/utils/RegionUtils.cpp
 delete mode 100644 libcpp/alignment/utils/RegionUtils.hpp
 delete mode 100644 libcpp/alignment/utils/RegionUtilsImpl.hpp
 delete mode 100644 libcpp/alignment/utils/SimpleXMLUtils.hpp
 delete mode 100644 libcpp/alignment/utils/TimeUtils.cpp
 delete mode 100644 libcpp/alignment/utils/TimeUtils.hpp
 delete mode 100755 libcpp/configure.py
 delete mode 100644 libcpp/hdf/BufferedHDF2DArray.cpp
 delete mode 100644 libcpp/hdf/BufferedHDF2DArray.hpp
 delete mode 100644 libcpp/hdf/BufferedHDF2DArrayImpl.hpp
 delete mode 100644 libcpp/hdf/BufferedHDFArray.cpp
 delete mode 100644 libcpp/hdf/BufferedHDFArray.hpp
 delete mode 100644 libcpp/hdf/BufferedHDFArrayImpl.hpp
 delete mode 100644 libcpp/hdf/DatasetCollection.cpp
 delete mode 100644 libcpp/hdf/DatasetCollection.hpp
 delete mode 100644 libcpp/hdf/DatasetCollectionImpl.hpp
 delete mode 100644 libcpp/hdf/HDF2DArray.hpp
 delete mode 100644 libcpp/hdf/HDFAlnGroup.hpp
 delete mode 100644 libcpp/hdf/HDFAlnGroupGroup.cpp
 delete mode 100644 libcpp/hdf/HDFAlnGroupGroup.hpp
 delete mode 100644 libcpp/hdf/HDFAlnInfoGroup.cpp
 delete mode 100644 libcpp/hdf/HDFAlnInfoGroup.hpp
 delete mode 100644 libcpp/hdf/HDFArray.hpp
 delete mode 100644 libcpp/hdf/HDFAtom.cpp
 delete mode 100644 libcpp/hdf/HDFAtom.hpp
 delete mode 100644 libcpp/hdf/HDFAttributable.cpp
 delete mode 100644 libcpp/hdf/HDFAttributable.hpp
 delete mode 100644 libcpp/hdf/HDFBasReader.cpp
 delete mode 100644 libcpp/hdf/HDFBasReader.hpp
 delete mode 100644 libcpp/hdf/HDFBasWriter.hpp
 delete mode 100644 libcpp/hdf/HDFCCSReader.hpp
 delete mode 100644 libcpp/hdf/HDFCmpData.hpp
 delete mode 100644 libcpp/hdf/HDFCmpExperimentGroup.cpp
 delete mode 100644 libcpp/hdf/HDFCmpExperimentGroup.hpp
 delete mode 100644 libcpp/hdf/HDFCmpFile.hpp
 delete mode 100644 libcpp/hdf/HDFCmpReader.hpp
 delete mode 100644 libcpp/hdf/HDFCmpRefAlignmentGroup.hpp
 delete mode 100644 libcpp/hdf/HDFCmpRootGroup.hpp
 delete mode 100644 libcpp/hdf/HDFCmpSupportedFields.cpp
 delete mode 100644 libcpp/hdf/HDFCmpSupportedFields.hpp
 delete mode 100644 libcpp/hdf/HDFCommonFG.hpp
 delete mode 100644 libcpp/hdf/HDFConfig.hpp
 delete mode 100644 libcpp/hdf/HDFData.cpp
 delete mode 100644 libcpp/hdf/HDFData.hpp
 delete mode 100644 libcpp/hdf/HDFFile.cpp
 delete mode 100644 libcpp/hdf/HDFFile.hpp
 delete mode 100644 libcpp/hdf/HDFFileLogGroup.hpp
 delete mode 100644 libcpp/hdf/HDFGroup.cpp
 delete mode 100644 libcpp/hdf/HDFGroup.hpp
 delete mode 100644 libcpp/hdf/HDFMovieInfoGroup.hpp
 delete mode 100644 libcpp/hdf/HDFNewBasReader.cpp
 delete mode 100644 libcpp/hdf/HDFNewBasReader.hpp
 delete mode 100644 libcpp/hdf/HDFPlsReader.hpp
 delete mode 100644 libcpp/hdf/HDFPlsWriter.hpp
 delete mode 100644 libcpp/hdf/HDFPulseDataFile.cpp
 delete mode 100644 libcpp/hdf/HDFPulseDataFile.hpp
 delete mode 100644 libcpp/hdf/HDFRefGroupGroup.hpp
 delete mode 100644 libcpp/hdf/HDFRefInfoGroup.hpp
 delete mode 100644 libcpp/hdf/HDFRegionTableReader.cpp
 delete mode 100644 libcpp/hdf/HDFRegionTableReader.hpp
 delete mode 100644 libcpp/hdf/HDFRegionTableWriter.hpp
 delete mode 100644 libcpp/hdf/HDFSMRTSequenceReader.hpp
 delete mode 100644 libcpp/hdf/HDFScanDataReader.cpp
 delete mode 100644 libcpp/hdf/HDFScanDataReader.hpp
 delete mode 100644 libcpp/hdf/HDFScanDataWriter.cpp
 delete mode 100644 libcpp/hdf/HDFScanDataWriter.hpp
 delete mode 100644 libcpp/hdf/HDFSentinalFile.hpp
 delete mode 100644 libcpp/hdf/HDFUtils.cpp
 delete mode 100644 libcpp/hdf/HDFUtils.hpp
 delete mode 100644 libcpp/hdf/HDFWriteBuffer.hpp
 delete mode 100644 libcpp/hdf/HDFZMWReader.cpp
 delete mode 100644 libcpp/hdf/HDFZMWReader.hpp
 delete mode 120000 libcpp/hdf/build.mk
 delete mode 100644 libcpp/hdf/makefile
 delete mode 100644 libcpp/hdf/old.Makefile
 delete mode 100644 libcpp/makefile
 delete mode 100644 libcpp/old.Makefile
 delete mode 100644 libcpp/pbdata/.gitignore
 delete mode 100644 libcpp/pbdata/CCSSequence.cpp
 delete mode 100644 libcpp/pbdata/CCSSequence.hpp
 delete mode 100644 libcpp/pbdata/ChangeListID.cpp
 delete mode 100644 libcpp/pbdata/ChangeListID.hpp
 delete mode 100644 libcpp/pbdata/CommandLineParser.cpp
 delete mode 100644 libcpp/pbdata/CommandLineParser.hpp
 delete mode 100644 libcpp/pbdata/Compare4BitCompressed.hpp
 delete mode 100644 libcpp/pbdata/CompressedDNASequence.hpp
 delete mode 100644 libcpp/pbdata/CompressedSequence.hpp
 delete mode 100644 libcpp/pbdata/CompressedSequenceImpl.hpp
 delete mode 100644 libcpp/pbdata/DNASequence.cpp
 delete mode 100644 libcpp/pbdata/DNASequence.hpp
 delete mode 100644 libcpp/pbdata/Enumerations.h
 delete mode 100644 libcpp/pbdata/FASTAReader.cpp
 delete mode 100644 libcpp/pbdata/FASTAReader.hpp
 delete mode 100644 libcpp/pbdata/FASTASequence.cpp
 delete mode 100644 libcpp/pbdata/FASTASequence.hpp
 delete mode 100644 libcpp/pbdata/FASTQReader.cpp
 delete mode 100644 libcpp/pbdata/FASTQReader.hpp
 delete mode 100644 libcpp/pbdata/FASTQSequence.cpp
 delete mode 100644 libcpp/pbdata/FASTQSequence.hpp
 delete mode 100644 libcpp/pbdata/GFFFile.cpp
 delete mode 100644 libcpp/pbdata/GFFFile.hpp
 delete mode 100644 libcpp/pbdata/MD5Utils.cpp
 delete mode 100644 libcpp/pbdata/MD5Utils.hpp
 delete mode 100644 libcpp/pbdata/MD5UtilsImpl.hpp
 delete mode 100644 libcpp/pbdata/NucConversion.cpp
 delete mode 100644 libcpp/pbdata/NucConversion.hpp
 delete mode 100644 libcpp/pbdata/PackedDNASequence.cpp
 delete mode 100644 libcpp/pbdata/PackedDNASequence.hpp
 delete mode 100644 libcpp/pbdata/ReverseCompressIndex.cpp
 delete mode 100644 libcpp/pbdata/ReverseCompressIndex.hpp
 delete mode 100644 libcpp/pbdata/SMRTSequence.cpp
 delete mode 100644 libcpp/pbdata/SMRTSequence.hpp
 delete mode 100644 libcpp/pbdata/SeqUtils.hpp
 delete mode 100644 libcpp/pbdata/SeqUtilsImpl.hpp
 delete mode 100644 libcpp/pbdata/StringUtils.cpp
 delete mode 100644 libcpp/pbdata/StringUtils.hpp
 delete mode 100644 libcpp/pbdata/Types.h
 delete mode 100644 libcpp/pbdata/VectorUtils.hpp
 delete mode 100644 libcpp/pbdata/alignment/CmpAlignment.cpp
 delete mode 100644 libcpp/pbdata/alignment/CmpAlignment.hpp
 delete mode 100644 libcpp/pbdata/alignment/CmpAlignmentImpl.hpp
 delete mode 100644 libcpp/pbdata/amos/AfgBasWriter.cpp
 delete mode 100644 libcpp/pbdata/amos/AfgBasWriter.hpp
 delete mode 120000 libcpp/pbdata/build.mk
 delete mode 100644 libcpp/pbdata/defs.h
 delete mode 100644 libcpp/pbdata/loadpulses/MetricField.cpp
 delete mode 100644 libcpp/pbdata/loadpulses/MetricField.hpp
 delete mode 100644 libcpp/pbdata/loadpulses/MovieAlnIndexLookupTable.cpp
 delete mode 100644 libcpp/pbdata/loadpulses/MovieAlnIndexLookupTable.hpp
 delete mode 100644 libcpp/pbdata/makefile
 delete mode 100644 libcpp/pbdata/matrix/FlatMatrix.hpp
 delete mode 100644 libcpp/pbdata/matrix/FlatMatrixImpl.hpp
 delete mode 100644 libcpp/pbdata/matrix/Matrix.hpp
 delete mode 100644 libcpp/pbdata/matrix/MatrixImpl.hpp
 delete mode 100644 libcpp/pbdata/metagenome/FindRandomSequence.hpp
 delete mode 100644 libcpp/pbdata/metagenome/SequenceIndexDatabase.hpp
 delete mode 100644 libcpp/pbdata/metagenome/SequenceIndexDatabaseImpl.hpp
 delete mode 100644 libcpp/pbdata/metagenome/TitleTable.cpp
 delete mode 100644 libcpp/pbdata/metagenome/TitleTable.hpp
 delete mode 100755 libcpp/pbdata/mklibconfig.sh
 delete mode 100644 libcpp/pbdata/old.Makefile
 delete mode 100644 libcpp/pbdata/qvs/QualityTransform.cpp
 delete mode 100644 libcpp/pbdata/qvs/QualityTransform.hpp
 delete mode 100644 libcpp/pbdata/qvs/QualityValue.cpp
 delete mode 100644 libcpp/pbdata/qvs/QualityValue.hpp
 delete mode 100644 libcpp/pbdata/qvs/QualityValueVector.hpp
 delete mode 100644 libcpp/pbdata/qvs/QualityValueVectorImpl.hpp
 delete mode 100644 libcpp/pbdata/reads/BaseFile.cpp
 delete mode 100644 libcpp/pbdata/reads/BaseFile.hpp
 delete mode 100644 libcpp/pbdata/reads/BaseFileImpl.hpp
 delete mode 100644 libcpp/pbdata/reads/HoleXY.cpp
 delete mode 100644 libcpp/pbdata/reads/HoleXY.hpp
 delete mode 100644 libcpp/pbdata/reads/PulseBaseCommon.cpp
 delete mode 100644 libcpp/pbdata/reads/PulseBaseCommon.hpp
 delete mode 100644 libcpp/pbdata/reads/PulseFile.cpp
 delete mode 100644 libcpp/pbdata/reads/PulseFile.hpp
 delete mode 100644 libcpp/pbdata/reads/PulseFileImpl.hpp
 delete mode 100644 libcpp/pbdata/reads/ReadInterval.hpp
 delete mode 100644 libcpp/pbdata/reads/ReadType.cpp
 delete mode 100644 libcpp/pbdata/reads/ReadType.hpp
 delete mode 100644 libcpp/pbdata/reads/RegionTable.cpp
 delete mode 100644 libcpp/pbdata/reads/RegionTable.hpp
 delete mode 100644 libcpp/pbdata/reads/ScanData.cpp
 delete mode 100644 libcpp/pbdata/reads/ScanData.hpp
 delete mode 100644 libcpp/pbdata/reads/ZMWGroupEntry.cpp
 delete mode 100644 libcpp/pbdata/reads/ZMWGroupEntry.hpp
 delete mode 100644 libcpp/pbdata/saf/AlnGroup.cpp
 delete mode 100644 libcpp/pbdata/saf/AlnGroup.hpp
 delete mode 100644 libcpp/pbdata/saf/AlnInfo.hpp
 delete mode 100644 libcpp/pbdata/saf/MovieInfo.cpp
 delete mode 100644 libcpp/pbdata/saf/MovieInfo.hpp
 delete mode 100644 libcpp/pbdata/saf/RefGroup.cpp
 delete mode 100644 libcpp/pbdata/saf/RefGroup.hpp
 delete mode 100644 libcpp/pbdata/saf/RefInfo.cpp
 delete mode 100644 libcpp/pbdata/saf/RefInfo.hpp
 delete mode 100644 libcpp/pbdata/sam/AlignmentSet.hpp
 delete mode 100644 libcpp/pbdata/sam/AlignmentSetImpl.hpp
 delete mode 100644 libcpp/pbdata/sam/CigarString.h
 delete mode 100644 libcpp/pbdata/sam/ReadGroup.cpp
 delete mode 100644 libcpp/pbdata/sam/ReadGroup.hpp
 delete mode 100644 libcpp/pbdata/sam/ReferenceSequence.cpp
 delete mode 100644 libcpp/pbdata/sam/ReferenceSequence.hpp
 delete mode 100644 libcpp/pbdata/sam/SAMAlignment.cpp
 delete mode 100644 libcpp/pbdata/sam/SAMAlignment.hpp
 delete mode 100644 libcpp/pbdata/sam/SAMFlag.h
 delete mode 100644 libcpp/pbdata/sam/SAMHeader.cpp
 delete mode 100644 libcpp/pbdata/sam/SAMHeader.hpp
 delete mode 100644 libcpp/pbdata/sam/SAMKeywordValuePair.cpp
 delete mode 100644 libcpp/pbdata/sam/SAMKeywordValuePair.hpp
 delete mode 100644 libcpp/pbdata/sam/SAMKeywordValuePairImpl.hpp
 delete mode 100644 libcpp/pbdata/sam/SAMReader.hpp
 delete mode 100644 libcpp/pbdata/sam/SAMReaderImpl.hpp
 delete mode 100644 libcpp/pbdata/utils.hpp
 delete mode 100644 libcpp/pbdata/utils/BitUtils.cpp
 delete mode 100644 libcpp/pbdata/utils/BitUtils.hpp
 delete mode 100644 libcpp/pbdata/utils/SMRTReadUtils.cpp
 delete mode 100644 libcpp/pbdata/utils/SMRTReadUtils.hpp
 delete mode 100644 libcpp/pbdata/utils/SMRTTitle.cpp
 delete mode 100644 libcpp/pbdata/utils/SMRTTitle.hpp
 delete mode 100644 libcpp/pbdata/utilsImpl.hpp
 delete mode 100644 libcpp/rules.mk
 delete mode 100644 libcpp/simple.mk
 delete mode 100644 libcpp/unittest/.gitignore
 delete mode 100644 libcpp/unittest/Makefile
 delete mode 100644 libcpp/unittest/alignment/Makefile
 delete mode 100644 libcpp/unittest/alignment/datastructures/alignment/AlignmentMap_gtest.cpp
 delete mode 100644 libcpp/unittest/alignment/datastructures/alignment/CmpIndexedStringTable_gtest.cpp
 delete mode 100644 libcpp/unittest/alignment/files/CCSIterator_gtest.cpp
 delete mode 100644 libcpp/unittest/alignment/files/FragmentCCSIterator_gtest.cpp
 delete mode 100644 libcpp/unittest/alignment/files/ReaderAgglomerate_gtest.cpp
 delete mode 100644 libcpp/unittest/alignment/format/SAMHeaderPrinter_gtest.cpp
 delete mode 100644 libcpp/unittest/alignment/format/SAMPrinter_gtest.cpp
 delete mode 100644 libcpp/unittest/alignment/utils/FileUtils_gtest.cpp
 delete mode 100644 libcpp/unittest/alignment/utils/RangeUtils_gtest.cpp
 delete mode 100644 libcpp/unittest/alignment/utils/RegionUtils_gtest.cpp
 delete mode 100644 libcpp/unittest/build.mk
 delete mode 100644 libcpp/unittest/common.mk
 delete mode 100644 libcpp/unittest/hdf/HDF2DArray_gtest.cpp
 delete mode 100644 libcpp/unittest/hdf/HDFBasReader_gtest.cpp
 delete mode 100644 libcpp/unittest/hdf/HDFCCSReader_gtest.cpp
 delete mode 100644 libcpp/unittest/hdf/HDFPlsReader_gtest.cpp
 delete mode 100644 libcpp/unittest/hdf/HDFScanDataReader_gtest.cpp
 delete mode 100644 libcpp/unittest/hdf/HDFScanDataWriter_gtest.cpp
 delete mode 100644 libcpp/unittest/hdf/HDFUtils_gtest.cpp
 delete mode 100644 libcpp/unittest/hdf/HDFZMWReader_gtest.cpp
 delete mode 100644 libcpp/unittest/hdf/Makefile
 delete mode 100644 libcpp/unittest/normal.Makefile
 delete mode 100644 libcpp/unittest/normal.defines.mk
 delete mode 100644 libcpp/unittest/pbdata/CCSSequence_gtest.cpp
 delete mode 100644 libcpp/unittest/pbdata/ChangeListID_gtest.cpp
 delete mode 100644 libcpp/unittest/pbdata/DNASequence_gtest.cpp
 delete mode 100644 libcpp/unittest/pbdata/FASTAReader_gtest.cpp
 delete mode 100644 libcpp/unittest/pbdata/FASTASequence_gtest.cpp
 delete mode 100644 libcpp/unittest/pbdata/FASTQReader_gtest.cpp
 delete mode 100644 libcpp/unittest/pbdata/Makefile
 delete mode 100644 libcpp/unittest/pbdata/NucConversion_gtest.cpp
 delete mode 100644 libcpp/unittest/pbdata/SMRTSequence_gtest.cpp
 delete mode 100644 libcpp/unittest/pbdata/ScanData_gtest.cpp
 delete mode 100644 libcpp/unittest/pbdata/SeqUtils_gtest.cpp
 delete mode 100644 libcpp/unittest/pbdata/StringUtils_gtest.cpp
 delete mode 100644 libcpp/unittest/pbdata/VectorUtils_gtest.cpp
 delete mode 100644 libcpp/unittest/pbdata/defs_gtest.cpp
 delete mode 100644 libcpp/unittest/pbdata/metagenome/TitleTable_gtest.cpp
 delete mode 100644 libcpp/unittest/pbdata/qvs/QualityValueVector_gtest.cpp
 delete mode 100644 libcpp/unittest/pbdata/reads/ReadType_gtest.cpp
 delete mode 100644 libcpp/unittest/pbdata/saf/AlnGroup_gtest.cpp
 delete mode 100644 libcpp/unittest/pbdata/saf/MovieInfo_gtest.cpp
 delete mode 100644 libcpp/unittest/pbdata/saf/RefInfo_gtest.cpp
 delete mode 100644 libcpp/unittest/pbdata/testdata.h
 delete mode 100644 libcpp/unittest/pbdata/utils/SMRTTitle_gtest.cpp
 delete mode 100644 libcpp/unittest/pbdata/utils_gtest.cpp
 rename GNUmakefile => makefile (56%)
 delete mode 100644 p4.common.mk
 delete mode 100644 p4.fetch.tmpmk
 delete mode 100644 p4.mk
 create mode 100644 utils/.gitignore
 delete mode 100644 utils/Makefile
 rename utils/{GNUmakefile => makefile} (56%)
 delete mode 100644 utils/p4.mk
 delete mode 100644 yli.common.mk
 delete mode 100644 yli.makefile

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/blasr.git



More information about the debian-med-commit mailing list