[med-svn] [sra-sdk] branch master updated (92050d9 -> 33d2462)

Andreas Tille tille at debian.org
Thu Jul 21 15:51:38 UTC 2016


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

tille pushed a change to branch master
in repository sra-sdk.

      from  92050d9   Now at least ngs-sdk is found, needs packaging of https://github.com/ncbi/ncbi-vdb
       new  1b7e232   Add libncbi-vdb-dev and do not use --with-debug option since it tries to access header files like compiler.h which is private to libncbi-vdb-dev
       new  b4fa876   Add -lz and -lbz2 to linker flags
       new  0ad04b9   includes from libncbi-vdb were moved to /usr/lib/ncbi-vdb - make sure these will be found by sra-sdk
       new  c81075b   Imported Upstream version 2.7.0
       new  7b31da5   Merge tag 'upstream/2.7.0'
       new  33d2462   New upstream version

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |    31 +-
 CHANGES                                            |    83 +-
 CHANGES.md                                         |    80 +-
 LICENSE                                            |    13 +-
 Makefile                                           |    41 +-
 README                                             |    18 +-
 README-blastn                                      |   133 -
 README-vdb-config                                  |   115 -
 README.md                                          |    16 +-
 build/.gitignore                                   |     6 +-
 build/MSVC/2010/.gitignore                         |     2 -
 build/MSVC/2010/abi-dump.vcxproj                   |    36 -
 build/MSVC/2010/align-cache.vcxproj                |    36 -
 build/MSVC/2010/align-info.vcxproj                 |    38 -
 build/MSVC/2010/bz2.vcxproj                        |    29 +
 build/MSVC/2010/cache-mgr.vcxproj                  |    38 -
 build/MSVC/2010/dbgap-mount-demo.vcxproj           |    43 -
 build/MSVC/2010/dbgap-mount-tool.vcxproj           |    45 -
 build/MSVC/2010/dll-project.props                  |    15 +
 build/MSVC/2010/exe-project.props                  |    24 +-
 build/MSVC/2010/fastq-dump-ngs.vcxproj             |    43 -
 build/MSVC/2010/fastq-dump.vcxproj                 |    40 -
 build/MSVC/2010/fastq-loader.vcxproj               |    48 -
 build/MSVC/2010/general-loader.vcxproj             |    40 -
 build/MSVC/2010/illumina-dump.vcxproj              |    43 -
 build/MSVC/2010/kapp-md.vcxproj                    |    40 +
 build/MSVC/2010/kapp.vcxproj                       |    30 +
 build/MSVC/2010/kar.vcxproj                        |    38 -
 build/MSVC/2010/kdbmeta.vcxproj                    |    38 -
 build/MSVC/2010/ktst-md.vcxproj                    |    36 +
 build/MSVC/2010/ktst.vcxproj                       |    26 +
 build/MSVC/2010/lib-project.props                  |    15 +
 build/MSVC/2010/load.vcxproj                       |    31 +
 build/MSVC/2010/loader.vcxproj                     |    31 +
 build/MSVC/2010/md5cp.vcxproj                      |    37 -
 build/MSVC/2010/ncbi-vdb-dll-md.vcxproj            |    41 +
 build/MSVC/2010/ncbi-vdb-dll.filters               |  1348 ++
 build/MSVC/2010/ncbi-vdb-dll.vcxproj               |    38 +
 build/MSVC/2010/ncbi-vdb.sln                       |   192 +
 build/MSVC/2010/ncbi-vdb.vcxproj                   |    29 +
 build/MSVC/2010/ncbi-vdb.vcxproj.filters           |  1348 ++
 build/MSVC/2010/ncbi-wvdb-dll-md.vcxproj           |    42 +
 build/MSVC/2010/ncbi-wvdb-dll.vcxproj              |    32 +
 build/MSVC/2010/ncbi-wvdb.vcxproj                  |    26 +
 build/MSVC/2010/ncbi-wvdb.vcxproj.filters          |  1210 ++
 build/MSVC/2010/ngs-c++.vcxproj                    |    33 +
 build/MSVC/2010/pileup_dev.vcxproj                 |    32 +
 build/MSVC/2010/prefetch.vcxproj                   |    40 -
 build/MSVC/2010/qual-recalib-stat.vcxproj          |    46 -
 build/MSVC/2010/rcexplain.vcxproj                  |    38 -
 build/MSVC/2010/read-filter-redact.vcxproj         |    38 -
 build/MSVC/2010/ref-variation.vcxproj              |    42 -
 build/MSVC/2010/sam-dump.vcxproj                   |    52 -
 build/MSVC/2010/schema-replace.vcxproj             |    38 -
 build/MSVC/2010/sff-dump.vcxproj                   |    41 -
 build/MSVC/2010/sra-kar.vcxproj                    |    38 -
 build/MSVC/2010/sra-pileup.vcxproj                 |    56 -
 build/MSVC/2010/sra-stat.vcxproj                   |    40 -
 build/MSVC/2010/sra-tools.sln                      |   386 -
 build/MSVC/2010/srapath.vcxproj                    |    38 -
 build/MSVC/2010/test-agrep.vcxproj                 |    33 +
 build/MSVC/2010/test-align-info.vcxproj            |    29 -
 build/MSVC/2010/test-asm.vcxproj                   |    33 +
 build/MSVC/2010/test-cc.vcxproj                    |    33 +
 build/MSVC/2010/test-dependencies.vcxproj          |    36 +
 build/MSVC/2010/test-fastq-loader.vcxproj          |    44 -
 build/MSVC/2010/test-general-loader.vcxproj        |    44 -
 build/MSVC/2010/test-http-dropconn.vcxproj         |    40 +
 build/MSVC/2010/test-http.vcxproj                  |    40 +
 build/MSVC/2010/test-judy.vcxproj                  |    32 +
 build/MSVC/2010/test-kapp.vcxproj                  |    34 +
 build/MSVC/2010/test-kdb.vcxproj                   |    36 +
 build/MSVC/2010/test-keystore.vcxproj              |    33 +
 build/MSVC/2010/test-kfc.vcxproj                   |    37 +
 build/MSVC/2010/test-kfg.vcxproj                   |    37 +
 build/MSVC/2010/test-kfs_cache.vcxproj             |    37 +
 build/MSVC/2010/test-kfs_kfs.vcxproj               |    37 +
 build/MSVC/2010/test-kfs_md5.vcxproj               |    37 +
 build/MSVC/2010/test-kfs_ramfile.vcxproj           |    37 +
 build/MSVC/2010/test-kfs_resolve.vcxproj           |    37 +
 build/MSVC/2010/test-klib.vcxproj                  |    32 +
 build/MSVC/2010/test-kns.vcxproj                   |    46 +
 build/MSVC/2010/test-kproc.vcxproj                 |    33 +
 build/MSVC/2010/test-krypto_encdec.vcxproj         |    37 +
 build/MSVC/2010/test-krypto_reenc.vcxproj          |    37 +
 build/MSVC/2010/test-ktst.vcxproj                  |    33 +
 build/MSVC/2010/test-log.vcxproj                   |    32 +
 build/MSVC/2010/test-ncbi-vdb.sln                  |   516 +
 build/MSVC/2010/test-ngs.vcxproj                   |    39 +
 build/MSVC/2010/test-ngs_csra1-c++.vcxproj         |    39 +
 build/MSVC/2010/test-ngs_csra1.vcxproj             |    39 +
 build/MSVC/2010/test-ngs_csra1_pileup.vcxproj      |    39 +
 .../2010/test-ngs_csra1_readcollection.vcxproj     |    39 +
 build/MSVC/2010/test-ngs_csra1_refwin.vcxproj      |    38 +
 build/MSVC/2010/test-ngs_csra1pileup-c++.vcxproj   |    37 +
 build/MSVC/2010/test-ngs_referencesequence.vcxproj |    37 +
 build/MSVC/2010/test-ngs_sra-c++.vcxproj           |    36 +
 build/MSVC/2010/test-ngs_sra.vcxproj               |    39 +
 build/MSVC/2010/test-ngs_sradb-c++.vcxproj         |    39 +
 build/MSVC/2010/test-ngs_sradb.vcxproj             |    39 +
 build/MSVC/2010/test-out.vcxproj                   |    33 +
 build/MSVC/2010/test-path.vcxproj                  |    33 +
 build/MSVC/2010/test-printf.vcxproj                |    33 +
 build/MSVC/2010/test-project.props                 |    27 +-
 build/MSVC/2010/test-ramfile.vcxproj               |    33 +
 build/MSVC/2010/test-repository.vcxproj            |    33 +
 build/MSVC/2010/test-resolve.vcxproj               |    33 +
 build/MSVC/2010/test-sra-release-version.vcxproj   |    33 +
 build/MSVC/2010/test-sra-tools.sln                 |    66 -
 build/MSVC/2010/test-sra.vcxproj                   |    39 -
 build/MSVC/2010/test-sraxf.vcxproj                 |    33 +
 build/MSVC/2010/test-vcf-loader.vcxproj            |    41 -
 build/MSVC/2010/test-vdb-dll-md.vcxproj            |    49 +
 build/MSVC/2010/test-vdb-dll.vcxproj               |    33 +
 build/MSVC/2010/test-vdb.vcxproj                   |    33 +
 build/MSVC/2010/test-vfs.vcxproj                   |    37 +
 build/MSVC/2010/test-vfsmanager.vcxproj            |    35 +
 build/MSVC/2010/test-vxf.vcxproj                   |    32 +
 build/MSVC/2010/test-wkdb.vcxproj                  |    37 +
 build/MSVC/2010/test-wvdb-dll-md.vcxproj           |    58 +
 build/MSVC/2010/test-wvdb-dll.vcxproj              |    42 +
 build/MSVC/2010/test-wvdb.vcxproj                  |    42 +
 build/MSVC/2010/tui.vcxproj                        |    30 +
 build/MSVC/2010/tui_cpp.vcxproj                    |    27 +
 build/MSVC/2010/var-expand.vcxproj                 |    42 -
 build/MSVC/2010/vcf-loader.vcxproj                 |    35 -
 build/MSVC/2010/vdb-common.props                   |    76 +-
 build/MSVC/2010/vdb-config.vcxproj                 |    45 -
 build/MSVC/2010/vdb-copy.vcxproj                   |    48 -
 build/MSVC/2010/vdb-decrypt.vcxproj                |    39 -
 build/MSVC/2010/vdb-diff.vcxproj                   |    41 -
 build/MSVC/2010/vdb-dump.vcxproj                   |    52 -
 build/MSVC/2010/vdb-encrypt.vcxproj                |    39 -
 build/MSVC/2010/vdb-lock.vcxproj                   |    38 -
 build/MSVC/2010/vdb-passwd.vcxproj                 |    39 -
 build/MSVC/2010/vdb-unlock.vcxproj                 |    37 -
 build/MSVC/2010/vdb-validate.vcxproj               |    38 -
 build/MSVC/2010/wb-test-fastq.vcxproj              |    43 -
 build/MSVC/2010/wb-test-kfg.vcxproj                |    33 +
 build/MSVC/2010/xfs.vcxproj                        |    41 +
 build/MSVC/2010/zlib.vcxproj                       |    31 +
 build/MSVC/2013/.gitignore                         |     3 +
 build/MSVC/2013/bz2.vcxproj                        |    27 +
 build/MSVC/2013/bz2.vcxproj.user                   |     3 +
 build/MSVC/2013/dll-project.props                  |    46 +
 build/MSVC/2013/exe-project.props                  |    59 +
 build/MSVC/2013/kapp-md.vcxproj                    |    37 +
 build/MSVC/2013/kapp-md.vcxproj.user               |     3 +
 build/MSVC/2013/kapp.vcxproj                       |    27 +
 build/MSVC/2013/kapp.vcxproj.user                  |     3 +
 build/MSVC/2013/ktst-md.vcxproj                    |    36 +
 build/MSVC/2013/ktst-md.vcxproj.user               |     3 +
 build/MSVC/2013/ktst.vcxproj                       |    26 +
 build/MSVC/2013/ktst.vcxproj.user                  |     3 +
 build/MSVC/2013/lib-project.props                  |    49 +
 build/MSVC/2013/load.vcxproj                       |    27 +
 build/MSVC/2013/load.vcxproj.user                  |     3 +
 build/MSVC/2013/loader.vcxproj                     |    27 +
 build/MSVC/2013/loader.vcxproj.user                |     3 +
 build/MSVC/2013/ncbi-vdb-dll-md.vcxproj            |    41 +
 build/MSVC/2013/ncbi-vdb-dll-md.vcxproj.user       |     3 +
 build/MSVC/2013/ncbi-vdb-dll.filters               |  1342 ++
 build/MSVC/2013/ncbi-vdb-dll.vcxproj               |    36 +
 build/MSVC/2013/ncbi-vdb-dll.vcxproj.user          |     3 +
 build/MSVC/2013/ncbi-vdb.sln                       |   192 +
 build/MSVC/2013/ncbi-vdb.suo                       |   Bin 0 -> 28160 bytes
 build/MSVC/2013/ncbi-vdb.vcxproj                   |    28 +
 build/MSVC/2013/ncbi-vdb.vcxproj.filters           |  1349 ++
 build/MSVC/2013/ncbi-vdb.vcxproj.user              |     3 +
 build/MSVC/2013/ncbi-wvdb-dll-md.vcxproj           |    41 +
 build/MSVC/2013/ncbi-wvdb-dll-md.vcxproj.user      |     3 +
 build/MSVC/2013/ncbi-wvdb-dll.vcxproj              |    31 +
 build/MSVC/2013/ncbi-wvdb-dll.vcxproj.user         |     3 +
 build/MSVC/2013/ncbi-wvdb.vcxproj                  |    28 +
 build/MSVC/2013/ncbi-wvdb.vcxproj.filters          |  1214 ++
 build/MSVC/2013/ncbi-wvdb.vcxproj.user             |     3 +
 build/MSVC/2013/ngs-c++.vcxproj                    |    32 +
 build/MSVC/2013/ngs-c++.vcxproj.user               |     3 +
 build/MSVC/2013/pileup_dev.vcxproj                 |    32 +
 build/MSVC/2013/test-agrep.vcxproj                 |    31 +
 build/MSVC/2013/test-agrep.vcxproj.user            |     3 +
 build/MSVC/2013/test-asm.vcxproj                   |    31 +
 build/MSVC/2013/test-asm.vcxproj.user              |     3 +
 build/MSVC/2013/test-cc.vcxproj                    |    31 +
 build/MSVC/2013/test-cc.vcxproj.user               |     3 +
 build/MSVC/2013/test-dependencies.vcxproj          |    36 +
 build/MSVC/2013/test-http-dropconn.vcxproj         |    40 +
 build/MSVC/2013/test-http-dropconn.vcxproj.user    |     3 +
 build/MSVC/2013/test-http.vcxproj                  |    40 +
 build/MSVC/2013/test-http.vcxproj.user             |     3 +
 build/MSVC/2013/test-judy.vcxproj                  |    32 +
 build/MSVC/2013/test-judy.vcxproj.user             |     3 +
 build/MSVC/2013/test-kapp.vcxproj                  |    33 +
 build/MSVC/2013/test-kdb.vcxproj                   |    34 +
 build/MSVC/2013/test-kdb.vcxproj.user              |     3 +
 build/MSVC/2013/test-keystore.vcxproj              |    31 +
 build/MSVC/2013/test-keystore.vcxproj.user         |     3 +
 build/MSVC/2013/test-kfc.vcxproj                   |    32 +
 build/MSVC/2013/test-kfc.vcxproj.user              |     3 +
 build/MSVC/2013/test-kfg.vcxproj                   |    34 +
 build/MSVC/2013/test-kfg.vcxproj.user              |     3 +
 build/MSVC/2013/test-kfs_cache.vcxproj             |    34 +
 build/MSVC/2013/test-kfs_cache.vcxproj.user        |     3 +
 build/MSVC/2013/test-kfs_kfs.vcxproj               |    34 +
 build/MSVC/2013/test-kfs_kfs.vcxproj.user          |     3 +
 build/MSVC/2013/test-kfs_md5.vcxproj               |    34 +
 build/MSVC/2013/test-kfs_md5.vcxproj.user          |     3 +
 build/MSVC/2013/test-kfs_ramfile.vcxproj           |    34 +
 build/MSVC/2013/test-kfs_ramfile.vcxproj.user      |     3 +
 build/MSVC/2013/test-kfs_resolve.vcxproj           |    34 +
 build/MSVC/2013/test-kfs_resolve.vcxproj.user      |     3 +
 build/MSVC/2013/test-klib.vcxproj                  |    31 +
 build/MSVC/2013/test-klib.vcxproj.user             |     3 +
 build/MSVC/2013/test-kns.vcxproj                   |    40 +
 build/MSVC/2013/test-kns.vcxproj.user              |     3 +
 build/MSVC/2013/test-kproc.vcxproj                 |    31 +
 build/MSVC/2013/test-kproc.vcxproj.user            |     3 +
 build/MSVC/2013/test-krypto_encdec.vcxproj         |    34 +
 build/MSVC/2013/test-krypto_encdec.vcxproj.user    |     3 +
 build/MSVC/2013/test-krypto_reenc.vcxproj          |    34 +
 build/MSVC/2013/test-krypto_reenc.vcxproj.user     |     3 +
 build/MSVC/2013/test-ktst.vcxproj                  |    31 +
 build/MSVC/2013/test-ktst.vcxproj.user             |     3 +
 build/MSVC/2013/test-log.vcxproj                   |    31 +
 build/MSVC/2013/test-log.vcxproj.user              |     3 +
 build/MSVC/2013/test-ncbi-vdb.sln                  |   506 +
 build/MSVC/2013/test-ncbi-vdb.suo                  |   Bin 0 -> 61952 bytes
 build/MSVC/2013/test-ngs.vcxproj                   |    39 +
 build/MSVC/2013/test-ngs.vcxproj.user              |     3 +
 build/MSVC/2013/test-ngs_csra1-c++.vcxproj         |    37 +
 build/MSVC/2013/test-ngs_csra1-c++.vcxproj.user    |     3 +
 build/MSVC/2013/test-ngs_csra1.vcxproj             |    36 +
 build/MSVC/2013/test-ngs_csra1.vcxproj.user        |     3 +
 build/MSVC/2013/test-ngs_csra1_pileup.vcxproj      |    36 +
 build/MSVC/2013/test-ngs_csra1_pileup.vcxproj.user |     3 +
 .../2013/test-ngs_csra1_readcollection.vcxproj     |    36 +
 .../test-ngs_csra1_readcollection.vcxproj.user     |     3 +
 build/MSVC/2013/test-ngs_csra1_refwin.vcxproj      |    36 +
 build/MSVC/2013/test-ngs_csra1_refwin.vcxproj.user |     3 +
 build/MSVC/2013/test-ngs_csra1pileup-c++.vcxproj   |    35 +
 .../2013/test-ngs_csra1pileup-c++.vcxproj.user     |     3 +
 build/MSVC/2013/test-ngs_referencesequence.vcxproj |    36 +
 .../2013/test-ngs_referencesequence.vcxproj.user   |     3 +
 build/MSVC/2013/test-ngs_sra-c++.vcxproj           |    34 +
 build/MSVC/2013/test-ngs_sra-c++.vcxproj.user      |     3 +
 build/MSVC/2013/test-ngs_sra.vcxproj               |    36 +
 build/MSVC/2013/test-ngs_sra.vcxproj.user          |     3 +
 build/MSVC/2013/test-ngs_sradb-c++.vcxproj         |    37 +
 build/MSVC/2013/test-ngs_sradb-c++.vcxproj.user    |     3 +
 build/MSVC/2013/test-ngs_sradb.vcxproj             |    36 +
 build/MSVC/2013/test-ngs_sradb.vcxproj.user        |     3 +
 build/MSVC/2013/test-out.vcxproj                   |    31 +
 build/MSVC/2013/test-out.vcxproj.user              |     3 +
 build/MSVC/2013/test-path.vcxproj                  |    31 +
 build/MSVC/2013/test-path.vcxproj.user             |     3 +
 build/MSVC/2013/test-printf.vcxproj                |    31 +
 build/MSVC/2013/test-printf.vcxproj.user           |     3 +
 build/MSVC/2013/test-project.props                 |    24 +
 build/MSVC/2013/test-ramfile.vcxproj               |    32 +
 build/MSVC/2013/test-repository.vcxproj            |    31 +
 build/MSVC/2013/test-repository.vcxproj.user       |     3 +
 build/MSVC/2013/test-resolve.vcxproj               |    32 +
 build/MSVC/2013/test-sra-release-version.vcxproj   |    31 +
 .../2013/test-sra-release-version.vcxproj.user     |     3 +
 build/MSVC/2013/test-sraxf.vcxproj                 |    32 +
 build/MSVC/2013/test-vdb-dll-md.vcxproj            |    46 +
 build/MSVC/2013/test-vdb-dll-md.vcxproj.user       |     3 +
 build/MSVC/2013/test-vdb-dll.vcxproj               |    31 +
 build/MSVC/2013/test-vdb-dll.vcxproj.user          |     3 +
 build/MSVC/2013/test-vdb.vcxproj                   |    31 +
 build/MSVC/2013/test-vdb.vcxproj.user              |     3 +
 build/MSVC/2013/test-vfs.vcxproj                   |    32 +
 build/MSVC/2013/test-vfs.vcxproj.user              |     3 +
 build/MSVC/2013/test-vfsmanager.vcxproj            |    34 +
 build/MSVC/2013/test-vfsmanager.vcxproj.user       |     3 +
 build/MSVC/2013/test-vxf.vcxproj                   |    31 +
 build/MSVC/2013/test-vxf.vcxproj.user              |     3 +
 build/MSVC/2013/test-wkdb.vcxproj                  |    34 +
 build/MSVC/2013/test-wkdb.vcxproj.user             |     3 +
 build/MSVC/2013/test-wvdb-dll-md.vcxproj           |    53 +
 build/MSVC/2013/test-wvdb-dll-md.vcxproj.user      |     3 +
 build/MSVC/2013/test-wvdb-dll.vcxproj              |    38 +
 build/MSVC/2013/test-wvdb-dll.vcxproj.user         |     3 +
 build/MSVC/2013/test-wvdb.vcxproj                  |    38 +
 build/MSVC/2013/test-wvdb.vcxproj.user             |     3 +
 build/MSVC/2013/tui.vcxproj                        |    27 +
 build/MSVC/2013/tui.vcxproj.user                   |     3 +
 build/MSVC/2013/tui_cpp.vcxproj                    |    26 +
 build/MSVC/2013/tui_cpp.vcxproj.user               |     3 +
 build/MSVC/2013/vdb-common.props                   |    90 +
 build/MSVC/2013/wb-test-kfg.vcxproj                |    31 +
 build/MSVC/2013/wb-test-kfg.vcxproj.user           |     3 +
 build/MSVC/2013/xfs.vcxproj                        |    41 +
 build/MSVC/2013/zlib.vcxproj                       |    27 +
 build/MSVC/2013/zlib.vcxproj.user                  |     3 +
 build/MSVC/build.xml                               |    89 +
 build/MSVC/bz2.files                               |    12 +
 build/MSVC/kapp.files                              |    13 +
 build/MSVC/ktst.files                              |     9 +
 build/MSVC/load.files                              |     9 +
 build/MSVC/loader.files                            |    11 +
 build/MSVC/ncbi-vdb-dll.files                      |  3414 ++++
 build/MSVC/ncbi-vdb.files                          |  3390 ++++
 build/MSVC/ncbi-wvdb-dll.files                     |  2994 +++
 build/MSVC/ncbi-wvdb.files                         |  2970 +++
 build/MSVC/ngs-c++.files                           |     6 +
 build/MSVC/pileup_dev.files                        |    10 +
 build/MSVC/test-agrep.files                        |    10 +
 build/MSVC/test-asm.files                          |     7 +
 build/MSVC/test-cc.files                           |     7 +
 build/MSVC/test-dependencies.files                 |     7 +
 build/MSVC/test-http-dropconn.files                |     6 +
 build/MSVC/test-http.files                         |     6 +
 build/MSVC/test-judy.files                         |     6 +
 build/MSVC/test-kapp.files                         |     7 +
 build/MSVC/test-kdb.files                          |     7 +
 build/MSVC/test-keystore.files                     |     7 +
 build/MSVC/test-kfc.files                          |     7 +
 build/MSVC/test-kfg.files                          |     7 +
 build/MSVC/test-kfs_cache.files                    |     7 +
 build/MSVC/test-kfs_kfs.files                      |     7 +
 build/MSVC/test-kfs_md5.files                      |     7 +
 build/MSVC/test-kfs_ramfile.files                  |     7 +
 build/MSVC/test-kfs_resolve.files                  |     7 +
 build/MSVC/test-klib.files                         |     7 +
 build/MSVC/test-kns.files                          |     6 +
 build/MSVC/test-kproc.files                        |     7 +
 build/MSVC/test-krypto_encdec.files                |     8 +
 build/MSVC/test-krypto_reenc.files                 |     8 +
 build/MSVC/test-ktst.files                         |     7 +
 build/MSVC/test-log.files                          |     7 +
 build/MSVC/test-ngs.files                          |     6 +
 build/MSVC/test-ngs_csra1-c++.files                |     7 +
 build/MSVC/test-ngs_csra1.files                    |     7 +
 build/MSVC/test-ngs_csra1_pileup.files             |     7 +
 build/MSVC/test-ngs_csra1_readcollection.files     |     7 +
 build/MSVC/test-ngs_csra1_refwin.files             |     7 +
 build/MSVC/test-ngs_csra1pileup-c++.files          |     7 +
 build/MSVC/test-ngs_referencesequence.files        |     7 +
 build/MSVC/test-ngs_sra-c++.files                  |     7 +
 build/MSVC/test-ngs_sra.files                      |     7 +
 build/MSVC/test-ngs_sradb-c++.files                |     7 +
 build/MSVC/test-ngs_sradb.files                    |     7 +
 build/MSVC/test-out.files                          |     7 +
 build/MSVC/test-path.files                         |     7 +
 build/MSVC/test-printf.files                       |     7 +
 build/MSVC/test-ramfile.files                      |     7 +
 build/MSVC/test-repository.files                   |     7 +
 build/MSVC/test-resolve.files                      |     7 +
 build/MSVC/test-sra-release-version.files          |     7 +
 build/MSVC/test-sraxf.files                        |     7 +
 build/MSVC/test-vdb.files                          |     7 +
 build/MSVC/test-vfs.files                          |     7 +
 build/MSVC/test-vfsmanager.files                   |     6 +
 build/MSVC/test-vxf.files                          |     8 +
 build/MSVC/test-wkdb.files                         |     7 +
 build/MSVC/test-wvdb.files                         |     6 +
 build/MSVC/tui.files                               |    28 +
 build/MSVC/tui_cpp.files                           |     6 +
 build/MSVC/wb-test-kfg.files                       |     7 +
 build/MSVC/xfs.files                               |    51 +
 build/MSVC/zlib.files                              |    20 +
 build/Makefile.clang                               |    17 +-
 build/Makefile.deb                                 |   109 -
 build/Makefile.env                                 |    52 +-
 build/Makefile.gcc                                 |    18 +-
 build/Makefile.install                             |   102 +-
 build/Makefile.linux                               |     5 +-
 build/Makefile.mac                                 |     3 -
 build/Makefile.rpm                                 |   165 -
 build/Makefile.rules                               |     5 +-
 build/Makefile.shell                               |    14 +-
 build/Makefile.targets                             |     2 +-
 build/Makefile.tools                               |    40 -
 build/Makefile.vers                                |    26 +
 .../asm-trace/asm-trace.xcodeproj/project.pbxproj  |  4444 ----
 build/Xcode/old-toolkit/.gitignore                 |     1 -
 .../old-toolkit.xcodeproj/project.pbxproj          |  2153 --
 build/ld.linux.dlib.sh                             |     7 +-
 build/ld.linux.exe.sh                              |    27 +-
 build/ld.linux.gcc.sh                              |     8 +-
 build/ld.mac.clang.sh                              |     7 +-
 build/ld.mac.dlib.sh                               |    49 +-
 build/ld.mac.gcc.sh                                |     4 +-
 build/ld.mac.slib.sh                               |     2 +-
 build/ld.sh                                        |     9 +-
 build/valgrind.suppress                            |    15 +
 debian/changelog                                   |     2 +-
 debian/control                                     |     3 +-
 debian/patches/10_portability.patch                |     6 +-
 debian/patches/find_configure_libs.patch           |     2 +-
 debian/patches/find_hdf5_serial.patch              |     2 +-
 debian/patches/find_ncbi-vdb.patch                 |    21 +
 debian/patches/find_ngs-sdk.patch                  |    19 +-
 debian/patches/hardening.patch                     |     9 +-
 debian/patches/link_debian_packaged_libz.patch     |    17 +
 debian/patches/series                              |     2 +
 debian/rules                                       |     6 +-
 test/kar/input/1.0/1.md5 => interfaces/.gitignore  |     0
 interfaces/align/align-access.h                    |   350 +
 interfaces/align/align.h                           |    70 +
 interfaces/align/align.vschema                     |  1610 ++
 interfaces/align/alignsrc.h                        |    71 +
 interfaces/align/bam.h                             |   836 +
 interfaces/align/dna-reverse-cmpl.h                |    43 +
 interfaces/align/extern.h                          |    41 +
 interfaces/align/iterator.h                        |   610 +
 interfaces/align/iterator_examples.txt             |   148 +
 interfaces/align/manager.h                         |    69 +
 interfaces/align/mate-cache.vschema                |    99 +
 interfaces/align/pileup-stats.vschema              |   120 +
 interfaces/align/qstat.vschema                     |    87 +
 interfaces/align/quality-quantizer.h               |    49 +
 interfaces/align/reader-refseq.h                   |    72 +
 interfaces/align/reference.h                       |   150 +
 interfaces/align/refseq-mgr.h                      |    88 +
 interfaces/align/refseq.vschema                    |   100 +
 interfaces/align/seq.vschema                       |   300 +
 interfaces/align/writer-alignment.h                |   181 +
 interfaces/align/writer-cmn.h                      |    46 +
 interfaces/align/writer-reference.h                |   180 +
 interfaces/align/writer-refseq.h                   |    89 +
 interfaces/align/writer-sequence.h                 |   157 +
 interfaces/cc/cc/compiler.h                        |    39 +
 interfaces/cc/gcc/compiler.h                       |    39 +
 interfaces/cc/gcc/fat86/arch-impl.h                |    33 +
 interfaces/cc/gcc/fat86/atomic.h                   |    33 +
 interfaces/cc/gcc/fat86/atomic32.h                 |    37 +
 interfaces/cc/gcc/fat86/atomic64.h                 |    32 +
 interfaces/cc/gcc/fat86/bitstr.h                   |    33 +
 interfaces/cc/gcc/fat86/byteswap.h                 |    33 +
 interfaces/cc/gcc/fat86/strtol.h                   |    33 +
 interfaces/cc/gcc/i386/arch-impl.h                 |   488 +
 interfaces/cc/gcc/i386/atomic.h                    |   169 +
 interfaces/cc/gcc/i386/atomic32.h                  |   366 +
 interfaces/cc/gcc/i386/bitstr.h                    |    39 +
 interfaces/cc/gcc/i386/byteswap.h                  |    89 +
 interfaces/cc/gcc/i386/strtol.h                    |    67 +
 interfaces/cc/gcc/noarch/bitstr.h                  |   413 +
 interfaces/cc/gcc/ppc32/arch-impl.h                |   209 +
 interfaces/cc/gcc/ppc32/atomic.h                   |   157 +
 interfaces/cc/gcc/ppc32/atomic32.h                 |   197 +
 interfaces/cc/gcc/ppc32/bitstr.h                   |    40 +
 interfaces/cc/gcc/ppc32/strtol.h                   |    67 +
 interfaces/cc/gcc/v128.h                           |  1093 +
 interfaces/cc/gcc/va_copy.h                        |    49 +
 interfaces/cc/gcc/x86_64/arch-impl.h               |   459 +
 interfaces/cc/gcc/x86_64/atomic.h                  |   183 +
 interfaces/cc/gcc/x86_64/atomic32.h                |   365 +
 interfaces/cc/gcc/x86_64/atomic64.h                |   365 +
 interfaces/cc/gcc/x86_64/bitstr.h                  |    39 +
 interfaces/cc/gcc/x86_64/byteswap.h                |    89 +
 interfaces/cc/gcc/x86_64/strtol.h                  |    69 +
 interfaces/cc/icc/compiler.h                       |    39 +
 interfaces/cc/vc++/compiler.h                      |    72 +
 interfaces/cc/vc++/i386/arch-impl.h                |    42 +
 interfaces/cc/vc++/i386/bitstr.h                   |    39 +
 interfaces/cc/vc++/noarch/arch-impl.h              |   378 +
 interfaces/cc/vc++/noarch/bitstr.h                 |   412 +
 interfaces/cc/vc++/stdbool.h                       |    46 +
 interfaces/cc/vc++/stdint.h                        |    50 +
 interfaces/cc/vc++/va_copy.h                       |    43 +
 interfaces/cc/vc++/x86_64/arch-impl.h              |    42 +
 interfaces/cc/vc++/x86_64/bitstr.h                 |    39 +
 interfaces/csra2/csra2.vschema                     |    42 +
 interfaces/csra2/read.vschema                      |   255 +
 interfaces/csra2/reference.vschema                 |   245 +
 interfaces/csra2/stats.vschema                     |    92 +
 interfaces/ext/bzlib.h                             |   282 +
 interfaces/ext/hdf5/H5ACpublic.h                   |   508 +
 interfaces/ext/hdf5/H5AbstractDs.h                 |    91 +
 interfaces/ext/hdf5/H5Apublic.h                    |   120 +
 interfaces/ext/hdf5/H5ArrayType.h                  |    62 +
 interfaces/ext/hdf5/H5AtomType.h                   |    81 +
 interfaces/ext/hdf5/H5Attribute.h                  |    98 +
 interfaces/ext/hdf5/H5Classes.h                    |    51 +
 interfaces/ext/hdf5/H5CommonFG.h                   |   172 +
 interfaces/ext/hdf5/H5CompType.h                   |   114 +
 interfaces/ext/hdf5/H5Cpp.h                        |    58 +
 interfaces/ext/hdf5/H5CppDoc.h                     |    91 +
 interfaces/ext/hdf5/H5Cpublic.h                    |    61 +
 interfaces/ext/hdf5/H5DSpublic.h                   |    79 +
 interfaces/ext/hdf5/H5DataSet.h                    |   132 +
 interfaces/ext/hdf5/H5DataSpace.h                  |   131 +
 interfaces/ext/hdf5/H5DataType.h                   |   139 +
 interfaces/ext/hdf5/H5DcreatProp.h                 |   126 +
 interfaces/ext/hdf5/H5Dpublic.h                    |   154 +
 interfaces/ext/hdf5/H5DxferProp.h                  |   111 +
 interfaces/ext/hdf5/H5EnumType.h                   |    77 +
 interfaces/ext/hdf5/H5Epubgen.h                    |   360 +
 interfaces/ext/hdf5/H5Epublic.h                    |   228 +
 interfaces/ext/hdf5/H5Exception.h                  |   164 +
 interfaces/ext/hdf5/H5FDcore.h                     |    42 +
 interfaces/ext/hdf5/H5FDdirect.h                   |    57 +
 interfaces/ext/hdf5/H5FDfamily.h                   |    44 +
 interfaces/ext/hdf5/H5FDlog.h                      |    69 +
 interfaces/ext/hdf5/H5FDmpi.h                      |   123 +
 interfaces/ext/hdf5/H5FDmpio.h                     |    65 +
 interfaces/ext/hdf5/H5FDmpiposix.h                 |    56 +
 interfaces/ext/hdf5/H5FDmulti.h                    |    52 +
 interfaces/ext/hdf5/H5FDpublic.h                   |   279 +
 interfaces/ext/hdf5/H5FDsec2.h                     |    42 +
 interfaces/ext/hdf5/H5FDstdio.h                    |    41 +
 interfaces/ext/hdf5/H5FaccProp.h                   |   142 +
 interfaces/ext/hdf5/H5FcreatProp.h                 |    79 +
 interfaces/ext/hdf5/H5File.h                       |   148 +
 interfaces/ext/hdf5/H5FloatType.h                  |    74 +
 interfaces/ext/hdf5/H5Fpublic.h                    |   181 +
 interfaces/ext/hdf5/H5Gpublic.h                    |   178 +
 interfaces/ext/hdf5/H5Group.h                      |    76 +
 interfaces/ext/hdf5/H5IMpublic.h                   |    87 +
 interfaces/ext/hdf5/H5IdComponent.h                |    99 +
 interfaces/ext/hdf5/H5Include.h                    |    30 +
 interfaces/ext/hdf5/H5IntType.h                    |    56 +
 interfaces/ext/hdf5/H5Ipublic.h                    |   104 +
 interfaces/ext/hdf5/H5LTpublic.h                   |   351 +
 interfaces/ext/hdf5/H5Library.h                    |    70 +
 interfaces/ext/hdf5/H5Lpublic.h                    |   202 +
 interfaces/ext/hdf5/H5MMpublic.h                   |    47 +
 interfaces/ext/hdf5/H5Object.h                     |   133 +
 interfaces/ext/hdf5/H5Opublic.h                    |   203 +
 interfaces/ext/hdf5/H5PTpublic.h                   |   127 +
 interfaces/ext/hdf5/H5PacketTable.h                |   244 +
 interfaces/ext/hdf5/H5Ppublic.h                    |   432 +
 interfaces/ext/hdf5/H5PredType.h                   |   250 +
 interfaces/ext/hdf5/H5PropList.h                   |   122 +
 interfaces/ext/hdf5/H5Rpublic.h                    |    92 +
 interfaces/ext/hdf5/H5Spublic.h                    |   152 +
 interfaces/ext/hdf5/H5StrType.h                    |    68 +
 interfaces/ext/hdf5/H5TBpublic.h                   |   233 +
 interfaces/ext/hdf5/H5Tpublic.h                    |   621 +
 interfaces/ext/hdf5/H5VarLenType.h                 |    52 +
 interfaces/ext/hdf5/H5Zpublic.h                    |   249 +
 interfaces/ext/hdf5/H5api_adpt.h                   |   408 +
 interfaces/ext/hdf5/H5f90i.h                       |    43 +
 interfaces/ext/hdf5/H5f90i_gen.h                   |    48 +
 interfaces/ext/hdf5/H5overflow.h                   |  1939 ++
 interfaces/ext/hdf5/H5pubconf.h                    |   723 +
 interfaces/ext/hdf5/H5public.h                     |   310 +
 interfaces/ext/hdf5/H5version.h                    |   419 +
 interfaces/ext/hdf5/h5_dble_interface.mod          |  2194 ++
 interfaces/ext/hdf5/h5a.mod                        |  2637 +++
 interfaces/ext/hdf5/h5d.mod                        |  3040 +++
 interfaces/ext/hdf5/h5e.mod                        |  1399 ++
 interfaces/ext/hdf5/h5f.mod                        |  1513 ++
 interfaces/ext/hdf5/h5fortran_types.mod            |    73 +
 interfaces/ext/hdf5/h5g.mod                        |  1600 ++
 interfaces/ext/hdf5/h5global.mod                   |  1354 ++
 interfaces/ext/hdf5/h5i.mod                        |  1421 ++
 interfaces/ext/hdf5/h5im.mod                       | 16518 +++++++++++++++
 interfaces/ext/hdf5/h5l.mod                        |  1568 ++
 interfaces/ext/hdf5/h5lib.mod                      |    56 +
 interfaces/ext/hdf5/h5lt.mod                       | 17284 ++++++++++++++++
 interfaces/ext/hdf5/h5o.mod                        |  1398 ++
 interfaces/ext/hdf5/h5p.mod                        |  2804 +++
 interfaces/ext/hdf5/h5r.mod                        |  1458 ++
 interfaces/ext/hdf5/h5s.mod                        |  1658 ++
 interfaces/ext/hdf5/h5t.mod                        |  1943 ++
 interfaces/ext/hdf5/h5tb.mod                       | 16846 ++++++++++++++++
 interfaces/ext/hdf5/h5z.mod                        |  1383 ++
 interfaces/ext/hdf5/hdf5.h                         |    55 +
 interfaces/ext/hdf5/hdf5.mod                       | 16361 +++++++++++++++
 interfaces/ext/hdf5/hdf5_hl.h                      |    32 +
 interfaces/ext/libxml/DOCBparser.h                 |    96 +
 interfaces/ext/libxml/HTMLparser.h                 |   303 +
 interfaces/ext/libxml/HTMLtree.h                   |   147 +
 interfaces/ext/libxml/SAX.h                        |   173 +
 interfaces/ext/libxml/SAX2.h                       |   176 +
 interfaces/ext/libxml/c14n.h                       |   115 +
 interfaces/ext/libxml/catalog.h                    |   182 +
 interfaces/ext/libxml/chvalid.h                    |   230 +
 interfaces/ext/libxml/debugXML.h                   |   217 +
 interfaces/ext/libxml/dict.h                       |    69 +
 interfaces/ext/libxml/encoding.h                   |   226 +
 interfaces/ext/libxml/entities.h                   |   150 +
 interfaces/ext/libxml/globals.h                    |   491 +
 interfaces/ext/libxml/hash.h                       |   233 +
 interfaces/ext/libxml/list.h                       |   137 +
 interfaces/ext/libxml/nanoftp.h                    |   143 +
 interfaces/ext/libxml/nanohttp.h                   |    81 +
 interfaces/ext/libxml/parser.h                     |  1226 ++
 interfaces/ext/libxml/parserInternals.h            |   611 +
 interfaces/ext/libxml/pattern.h                    |   100 +
 interfaces/ext/libxml/relaxng.h                    |   213 +
 interfaces/ext/libxml/schemasInternals.h           |   958 +
 interfaces/ext/libxml/schematron.h                 |   142 +
 interfaces/ext/libxml/threads.h                    |    84 +
 interfaces/ext/libxml/tree.h                       |  1252 ++
 interfaces/ext/libxml/uri.h                        |    94 +
 interfaces/ext/libxml/valid.h                      |   458 +
 interfaces/ext/libxml/xinclude.h                   |   125 +
 interfaces/ext/libxml/xlink.h                      |   189 +
 interfaces/ext/libxml/xmlIO.h                      |   360 +
 interfaces/ext/libxml/xmlautomata.h                |   146 +
 interfaces/ext/libxml/xmlerror.h                   |   944 +
 interfaces/ext/libxml/xmlexports.h                 |   157 +
 interfaces/ext/libxml/xmlmemory.h                  |   224 +
 interfaces/ext/libxml/xmlmodule.h                  |    57 +
 interfaces/ext/libxml/xmlreader.h                  |   424 +
 interfaces/ext/libxml/xmlregexp.h                  |   222 +
 interfaces/ext/libxml/xmlsave.h                    |    87 +
 interfaces/ext/libxml/xmlschemas.h                 |   218 +
 interfaces/ext/libxml/xmlschemastypes.h            |   151 +
 interfaces/ext/libxml/xmlstring.h                  |   140 +
 interfaces/ext/libxml/xmlunicode.h                 |   202 +
 interfaces/ext/libxml/xmlversion.h                 |   458 +
 interfaces/ext/libxml/xmlwriter.h                  |   485 +
 interfaces/ext/libxml/xpath.h                      |   546 +
 interfaces/ext/libxml/xpathInternals.h             |   630 +
 interfaces/ext/libxml/xpointer.h                   |   114 +
 interfaces/ext/magic.h                             |    89 +
 interfaces/ext/regex.h                             |   557 +
 interfaces/ext/ricehdf.h                           |    86 +
 interfaces/ext/zconf.h                             |   304 +
 interfaces/ext/zlib.h                              |  1613 ++
 interfaces/fastq/extern.h                          |    41 +
 interfaces/fastq/fq-dump.h                         |   110 +
 interfaces/hdf5/extern.h                           |    41 +
 interfaces/hdf5/kdf5.h                             |    89 +
 interfaces/insdc/insdc.h                           |   277 +
 interfaces/insdc/insdc.vschema                     |   232 +
 interfaces/insdc/seq.vschema                       |   210 +
 interfaces/insdc/sra.h                             |   111 +
 interfaces/insdc/sra.vschema                       |   467 +
 interfaces/kapp/args-conv.h                        |    57 +
 interfaces/kapp/args.h                             |   402 +
 interfaces/kapp/extern.h                           |    47 +
 interfaces/kapp/loader-file.h                      |   122 +
 interfaces/kapp/loader-meta.h                      |    55 +
 interfaces/kapp/log-xml.h                          |    76 +
 interfaces/kapp/main.h                             |   174 +
 interfaces/kapp/progressbar.h                      |    82 +
 interfaces/kapp/queue-file.h                       |   149 +
 interfaces/kdb/btree.h                             |   188 +
 interfaces/kdb/column.h                            |   360 +
 interfaces/kdb/consistency-check.h                 |   142 +
 interfaces/kdb/database.h                          |   278 +
 interfaces/kdb/extern.h                            |    41 +
 interfaces/kdb/index.h                             |   309 +
 interfaces/kdb/kdb-priv.h                          |   165 +
 interfaces/kdb/manager.h                           |   182 +
 interfaces/kdb/meta.h                              |   411 +
 interfaces/kdb/meta.hpp                            |   487 +
 interfaces/kdb/namelist.h                          |    81 +
 interfaces/kdb/table.h                             |   298 +
 interfaces/kfc/callconv.h                          |    53 +
 interfaces/kfc/ctx.h                               |   198 +
 interfaces/kfc/defs.h                              |   185 +
 interfaces/kfc/except.h                            |   215 +
 interfaces/kfc/extern.h                            |    68 +
 interfaces/kfc/rc.h                                |   352 +
 interfaces/kfc/refcount-impl.h                     |    95 +
 interfaces/kfc/refcount.h                          |   246 +
 interfaces/kfc/rsrc-global.h                       |    72 +
 interfaces/kfc/rsrc.h                              |    89 +
 interfaces/kfc/tstate.h                            |   107 +
 interfaces/kfc/vtbl-impl.h                         |   139 +
 interfaces/kfc/xc.h                                |   186 +
 interfaces/kfc/xcdefs.h                            |    81 +
 interfaces/kfc/xcext.h                             |    64 +
 interfaces/kfc/xcgen.h                             |    68 +
 interfaces/kfg/config.h                            |   425 +
 interfaces/kfg/extern.h                            |    41 +
 interfaces/kfg/kart.h                              |    90 +
 interfaces/kfg/keystore-priv.h                     |    92 +
 interfaces/kfg/keystore.h                          |   159 +
 interfaces/kfg/kfg-priv.h                          |    98 +
 interfaces/kfg/ngc.h                               |    67 +
 interfaces/kfg/properties.h                        |   137 +
 interfaces/kfg/repository.h                        |   421 +
 interfaces/kfs/arc.h                               |   143 +
 interfaces/kfs/arrayfile.h                         |   180 +
 interfaces/kfs/buffile.h                           |    94 +
 interfaces/kfs/bzip.h                              |    77 +
 interfaces/kfs/cacheteefile.h                      |   162 +
 interfaces/kfs/countfile.h                         |    73 +
 interfaces/kfs/crc.h                               |   292 +
 interfaces/kfs/defs.h                              |   121 +
 interfaces/kfs/directory.h                         |   591 +
 interfaces/kfs/directory.hpp                       |   582 +
 interfaces/kfs/dyload.h                            |   223 +
 interfaces/kfs/extendable-ramfile.h                |    50 +
 interfaces/kfs/extern.h                            |    41 +
 interfaces/kfs/ffext.h                             |    48 +
 interfaces/kfs/ffmagic.h                           |    49 +
 interfaces/kfs/file-impl.h                         |   193 +
 interfaces/kfs/file-v1.h                           |   259 +
 interfaces/kfs/file-v2.h                           |   264 +
 interfaces/kfs/file.h                              |    99 +
 interfaces/kfs/file.hpp                            |   147 +
 interfaces/kfs/fileformat.h                        |   140 +
 interfaces/kfs/filetools.h                         |    86 +
 interfaces/kfs/gzip.h                              |    77 +
 interfaces/kfs/impl.h                              |   319 +
 interfaces/kfs/kfs-priv.h                          |    99 +
 interfaces/kfs/lockfile.h                          |   116 +
 interfaces/kfs/manager.h                           |    31 +
 interfaces/kfs/md5.h                               |   289 +
 interfaces/kfs/mmap.h                              |   134 +
 interfaces/kfs/nullfile.h                          |    62 +
 interfaces/kfs/pagefile.h                          |   191 +
 interfaces/kfs/path-priv.h                         |    32 +
 interfaces/kfs/path.h                              |    32 +
 interfaces/kfs/pmem.h                              |   156 +
 interfaces/kfs/quickmount.h                        |    61 +
 interfaces/kfs/ramfile.h                           |    75 +
 interfaces/kfs/readheadfile.h                      |    86 +
 interfaces/kfs/sra.h                               |   191 +
 interfaces/kfs/subfile.h                           |    64 +
 interfaces/kfs/szip.h                              |    77 +
 interfaces/kfs/tar.h                               |    94 +
 interfaces/kfs/teefile.h                           |    66 +
 interfaces/kfs/toc.h                               |   148 +
 interfaces/kfs/wgaencrypt.h                        |    27 +
 interfaces/klib/btree.h                            |   147 +
 interfaces/klib/callconv.h                         |    34 +
 interfaces/klib/checksum.h                         |   152 +
 interfaces/klib/container.h                        |   455 +
 interfaces/klib/data-buffer.h                      |   206 +
 interfaces/klib/debug.h                            |   549 +
 interfaces/klib/defs.h                             |   147 +
 interfaces/klib/extern.h                           |    51 +
 interfaces/klib/impl.h                             |    96 +
 interfaces/klib/klib-priv.h                        |   108 +
 interfaces/klib/ksort-macro.h                      |   257 +
 interfaces/klib/log.h                              |   381 +
 interfaces/klib/logfmt.h                           |    62 +
 interfaces/klib/misc.h                             |    51 +
 interfaces/klib/namelist.h                         |   227 +
 interfaces/klib/namelist.hpp                       |   130 +
 interfaces/klib/ncbi-vdb-version.h                 |    56 +
 interfaces/klib/num-gen.h                          |   228 +
 interfaces/klib/out.h                              |    86 +
 interfaces/klib/pack.h                             |   138 +
 interfaces/klib/path-priv.h                        |   266 +
 interfaces/klib/path.h                             |   252 +
 interfaces/klib/pbstree.h                          |   287 +
 interfaces/klib/printf.h                           |   406 +
 interfaces/klib/progressbar.h                      |    85 +
 interfaces/klib/ptrie.h                            |   296 +
 interfaces/klib/rc.h                               |   185 +
 interfaces/klib/refcount.h                         |   102 +
 interfaces/klib/report.h                           |   103 +
 interfaces/klib/sort.h                             |   123 +
 interfaces/klib/sra-release-version.h              |    99 +
 interfaces/klib/status.h                           |   147 +
 interfaces/klib/symbol.h                           |   146 +
 interfaces/klib/symtab.h                           |   225 +
 interfaces/klib/text.h                             |   557 +
 interfaces/klib/time.h                             |   100 +
 interfaces/klib/token.h                            |   254 +
 interfaces/klib/trie.h                             |   293 +
 interfaces/klib/vector.h                           |   539 +
 interfaces/klib/vlen-encode.h                      |   161 +
 interfaces/klib/writer.h                           |   170 +
 interfaces/kns/adapt.h                             |    89 +
 interfaces/kns/ascp.h                              |   101 +
 interfaces/kns/endpoint.h                          |   147 +
 interfaces/kns/extern.h                            |    41 +
 interfaces/kns/http.h                              |   376 +
 interfaces/kns/impl.h                              |   111 +
 interfaces/kns/kns-mgr-priv.h                      |   103 +
 interfaces/kns/manager-ext.h                       |    59 +
 interfaces/kns/manager.h                           |   103 +
 interfaces/kns/socket.h                            |   144 +
 interfaces/kns/stream.h                            |   222 +
 interfaces/kproc/barrier.h                         |    75 +
 interfaces/kproc/barrier.hpp                       |    79 +
 interfaces/kproc/cond.h                            |   103 +
 interfaces/kproc/cond.hpp                          |   107 +
 interfaces/kproc/extern.h                          |    41 +
 interfaces/kproc/impl.h                            |   104 +
 interfaces/kproc/lock.h                            |   144 +
 interfaces/kproc/lock.hpp                          |   163 +
 interfaces/kproc/procmgr.h                         |   120 +
 interfaces/kproc/q-extern.h                        |    41 +
 interfaces/kproc/queue.h                           |   116 +
 interfaces/kproc/sem.h                             |   138 +
 interfaces/kproc/sem.hpp                           |   134 +
 interfaces/kproc/task.h                            |    83 +
 interfaces/kproc/thread.h                          |    91 +
 interfaces/kproc/thread.hpp                        |    98 +
 interfaces/kproc/timeout.h                         |    68 +
 interfaces/krypto/aes-priv.h                       |     1 +
 interfaces/krypto/cipher-impl.h                    |     1 +
 interfaces/krypto/cipher-priv.h                    |     1 +
 interfaces/krypto/cipher-test.h                    |    49 +
 interfaces/krypto/cipher.h                         |   208 +
 interfaces/krypto/ciphermgr-priv.h                 |    38 +
 interfaces/krypto/ciphermgr.h                      |    98 +
 interfaces/krypto/encfile-priv.h                   |   250 +
 interfaces/krypto/encfile.h                        |   134 +
 interfaces/krypto/extern.h                         |    48 +
 interfaces/krypto/key.h                            |   103 +
 interfaces/krypto/manager-priv.h                   |    26 +
 interfaces/krypto/manager.h                        |    33 +
 interfaces/krypto/reencfile.h                      |    94 +
 interfaces/krypto/rng-impl.h                       |    86 +
 interfaces/krypto/rng.h                            |    68 +
 interfaces/krypto/testciphermgr.h                  |    58 +
 interfaces/krypto/wgaencrypt.h                     |   128 +
 interfaces/ktst/test_tools.hpp                     |    22 +
 interfaces/ktst/unit_test.hpp                      |   260 +
 interfaces/ktst/unit_test_suite.hpp                |   513 +
 interfaces/kxml/xml.h                              |   382 +
 interfaces/kxml/xml.hpp                            |   198 +
 interfaces/loader/alignment-writer.h               |   108 +
 interfaces/loader/common-reader-priv.h             |   300 +
 interfaces/loader/common-reader.h                  |   486 +
 interfaces/loader/common-writer.h                  |   192 +
 interfaces/loader/mmarray.h                        |    50 +
 interfaces/loader/reference-writer.h               |    80 +
 interfaces/loader/sequence-writer.h                |    93 +
 interfaces/ncbi/clip.vschema                       |   147 +
 interfaces/ncbi/extern.h                           |    41 +
 interfaces/ncbi/kimpl-sra-cgi.h                    |    91 +
 interfaces/ncbi/ksra-cgi-lib.h                     |    52 +
 interfaces/ncbi/ksra-cgi.h                         |   111 +
 interfaces/ncbi/ncbi.h                             |    73 +
 interfaces/ncbi/ncbi.vschema                       |   195 +
 interfaces/ncbi/pnbrdb.vschema                     |    98 +
 interfaces/ncbi/seq-graph.vschema                  |   180 +
 interfaces/ncbi/seq.vschema                        |   894 +
 interfaces/ncbi/spotname.h                         |   150 +
 interfaces/ncbi/spotname.vschema                   |   377 +
 interfaces/ncbi/sra.vschema                        |   758 +
 interfaces/ncbi/stats.vschema                      |   119 +
 interfaces/ncbi/varloc.vschema                     |   204 +
 interfaces/ncbi/vdb-blast-priv.h                   |    53 +
 interfaces/ncbi/vdb-blast.h                        |   606 +
 interfaces/ncbi/wgs-contig.h                       |   183 +
 interfaces/ncbi/wgs-contig.vschema                 |   695 +
 interfaces/ngs/Model.graphml                       |   801 +
 interfaces/ngs/NOTES.txt                           |     9 +
 interfaces/ngs/SimpleModel.graphml                 |   395 +
 interfaces/ngs/cstdint                             |     1 +
 interfaces/ngs/ncbi/NGS.hpp                        |    95 +
 interfaces/os/linux/os-native.h                    |    43 +
 interfaces/os/mac/byteswap.h                       |    39 +
 interfaces/os/mac/endian.h                         |    39 +
 interfaces/os/mac/os-native.h                      |   114 +
 interfaces/os/sun/arch-impl.h                      |   287 +
 interfaces/os/sun/atomic.h                         |   152 +
 interfaces/os/sun/atomic32.h                       |   218 +
 interfaces/os/sun/bitstr.h                         |    47 +
 interfaces/os/sun/byteswap.h                       |    40 +
 interfaces/os/sun/endian.h                         |    44 +
 interfaces/os/sun/fmtdef.h                         |    42 +
 interfaces/os/sun/noarch/bitstr.h                  |   417 +
 interfaces/os/sun/os-native.h                      |   181 +
 interfaces/os/sun/strtol.h                         |    67 +
 interfaces/os/sun/va_copy.h                        |    49 +
 interfaces/os/unix/oserror.h                       |    38 +
 interfaces/os/unix/sysalloc.h                      |    40 +
 interfaces/os/unix/unix-native.h                   |    58 +
 interfaces/os/win/atomic.h                         |   149 +
 interfaces/os/win/atomic32.h                       |   194 +
 interfaces/os/win/atomic64.h                       |   194 +
 interfaces/os/win/byteswap.h                       |    44 +
 interfaces/os/win/endian.h                         |    42 +
 interfaces/os/win/os-native.h                      |   238 +
 interfaces/os/win/oserror.h                        |    41 +
 interfaces/os/win/strtol.h                         |   158 +
 interfaces/os/win/sysalloc.h                       |    69 +
 interfaces/rdbms/rdbms.h                           |   362 +
 interfaces/rdbms/sybase.h                          |    52 +
 interfaces/search/extern.h                         |    41 +
 interfaces/search/grep.h                           |   268 +
 interfaces/search/nucstrstr.h                      |   153 +
 interfaces/search/ref-variation.h                  |   159 +
 interfaces/search/smith-waterman.h                 |    72 +
 interfaces/simple/extern.h                         |    41 +
 interfaces/simple/sra.hpp                          |  1127 ++
 interfaces/sra/454.vschema                         |   289 +
 interfaces/sra/abi.h                               |   167 +
 interfaces/sra/abi.vschema                         |   241 +
 interfaces/sra/extern.h                            |    41 +
 interfaces/sra/fastq.h                             |   191 +
 interfaces/sra/generic-fastq.vschema               |   265 +
 interfaces/sra/helicos.vschema                     |    85 +
 interfaces/sra/illumina.h                          |   170 +
 interfaces/sra/illumina.vschema                    |   408 +
 interfaces/sra/impl.h                              |   121 +
 interfaces/sra/ion-torrent.vschema                 |   117 +
 interfaces/sra/nanopore.vschema                    |    84 +
 interfaces/sra/pacbio.h                            |    66 +
 interfaces/sra/pacbio.vschema                      |   307 +
 interfaces/sra/path-extern.h                       |    41 +
 interfaces/sra/pevents.vschema                     |    91 +
 interfaces/sra/rd-extern.h                         |    41 +
 interfaces/sra/sch-extern.h                        |    41 +
 interfaces/sra/sff-file.h                          |   110 +
 interfaces/sra/sff.h                               |   147 +
 interfaces/sra/sradb-priv.h                        |   407 +
 interfaces/sra/sradb.h                             |   545 +
 interfaces/sra/sradb.hpp                           |   441 +
 interfaces/sra/srapath.h                           |   181 +
 interfaces/sra/srapath.hpp                         |   176 +
 interfaces/sra/sraschema.h                         |    72 +
 interfaces/sra/types.h                             |   350 +
 interfaces/sra/wsradb.h                            |   242 +
 interfaces/sra/wsradb.hpp                          |   591 +
 interfaces/svdb/extern.h                           |    47 +
 interfaces/svdb/svdb.h                             |   531 +
 interfaces/tui/extern.h                            |    41 +
 interfaces/tui/tui.h                               |   297 +
 interfaces/tui/tui.hpp                             |   739 +
 interfaces/tui/tui_dlg.h                           |   367 +
 interfaces/vdb/blob.h                              |   154 +
 interfaces/vdb/built-in.vschema                    |   412 +
 interfaces/vdb/cursor.h                            |   490 +
 interfaces/vdb/cursor.hpp                          |   388 +
 interfaces/vdb/database.h                          |   334 +
 interfaces/vdb/database.hpp                        |   347 +
 interfaces/vdb/dependencies.h                      |   231 +
 interfaces/vdb/extern.h                            |    47 +
 interfaces/vdb/manager.h                           |   226 +
 interfaces/vdb/manager.hpp                         |   386 +
 interfaces/vdb/report.h                            |    92 +
 interfaces/vdb/schema.h                            |   460 +
 interfaces/vdb/schema.hpp                          |   252 +
 interfaces/vdb/table.h                             |   424 +
 interfaces/vdb/table.hpp                           |   328 +
 interfaces/vdb/types.h                             |    39 +
 interfaces/vdb/types.hpp                           |   230 +
 interfaces/vdb/vdb-priv.h                          |   342 +
 interfaces/vdb/vdb.h                               |    62 +
 interfaces/vdb/vdb.vschema                         |   859 +
 interfaces/vdb/xform.h                             |   826 +
 interfaces/vfs/extern.h                            |    47 +
 interfaces/vfs/keyring-priv.h                      |    52 +
 interfaces/vfs/manager-priv.h                      |   152 +
 interfaces/vfs/manager.h                           |   322 +
 interfaces/vfs/path-priv.h                         |   266 +
 interfaces/vfs/path.h                              |   294 +
 interfaces/vfs/resolver.h                          |   263 +
 interfaces/xfs/doc.h                               |   123 +
 interfaces/xfs/editors.h                           |   310 +
 interfaces/xfs/extern.h                            |    48 +
 interfaces/xfs/handle.h                            |   106 +
 interfaces/xfs/model.h                             |   248 +
 interfaces/xfs/node.h                              |   217 +
 interfaces/xfs/path.h                              |   227 +
 interfaces/xfs/perm.h                              |   173 +
 interfaces/xfs/tree.h                              |   176 +
 interfaces/xfs/xfs-defs.h                          |   125 +
 interfaces/xfs/xfs.h                               |   165 +
 interfaces/xfs/xlog.h                              |    54 +
 libs/Makefile                                      |    89 +
 libs/align/.gitignore                              |     1 +
 libs/align/Makefile                                |   163 +
 libs/align/al_iterator.c                           |   565 +
 libs/align/align-access.c                          |   812 +
 libs/align/align_mgr.c                             |   108 +
 libs/align/bam-priv.h                              |    48 +
 libs/align/bam.c                                   |  5054 +++++
 libs/align/debug.h                                 |    77 +
 libs/align/dna-reverse-cmpl.c                      |    80 +
 libs/align/pl_iterator.c                           |   689 +
 libs/align/quality-quantizer.c                     |   109 +
 libs/align/reader-cmn.c                            |   317 +
 libs/align/reader-cmn.h                            |    81 +
 libs/align/reader-refseq.c                         |   279 +
 libs/align/reader-wgs.c                            |   169 +
 libs/align/reader-wgs.h                            |    58 +
 libs/align/ref_iterator.c                          |   863 +
 libs/align/reference-cmn.c                         |    43 +
 libs/align/reference-cmn.h                         |    38 +
 libs/align/reference.c                             |  1943 ++
 libs/align/refseq-mgr-priv.h                       |    35 +
 libs/align/refseq-mgr.c                            |  1273 ++
 libs/align/writer-alignment.c                      |   440 +
 libs/align/writer-cmn.c                            |   589 +
 libs/align/writer-priv.h                           |   151 +
 libs/align/writer-ref.c                            |   481 +
 libs/align/writer-ref.h                            |   106 +
 libs/align/writer-reference.c                      |  3186 +++
 libs/align/writer-refseq.c                         |   179 +
 libs/align/writer-sequence.c                       |   778 +
 libs/ascp/Makefile                                 |    87 +
 libs/ascp/ascp-priv.h                              |    74 +
 libs/ascp/ascp.c                                   |   840 +
 libs/ascp/linux/ascp-path.c                        |   119 +
 libs/ascp/mac/ascp-path.c                          |    74 +
 libs/ascp/unix/connect.c                           |   618 +
 libs/ascp/win/ascp-path.c                          |    75 +
 libs/ascp/win/connect.c                            |   525 +
 libs/axf/.gitignore                                |     1 +
 libs/axf/Makefile                                  |   142 +
 libs/axf/align-local_ref_id.c                      |   143 +
 libs/axf/align-local_ref_start.c                   |   148 +
 libs/axf/align-ref-name.c                          |   191 +
 libs/axf/align-ref-pos.c                           |   299 +
 libs/axf/align-ref-seq-id.c                        |   188 +
 libs/axf/align-restore-read.c                      |   150 +
 libs/axf/cigar.c                                   |  2578 +++
 libs/axf/generate-mismatch-qual.c                  |   152 +
 libs/axf/get-sam-flags.c                           |   228 +
 libs/axf/get_mate_align_ids.c                      |   332 +
 libs/axf/make-cmp-read_desc.c                      |   176 +
 libs/axf/mismatch-restore-qual.c                   |   135 +
 libs/axf/not-my-row.c                              |    76 +
 libs/axf/project_read_from_sequence.c              |   285 +
 libs/axf/raw-restore-qual.c                        |    95 +
 libs/axf/raw-restore-read.c                        |   119 +
 libs/axf/ref-preserve_qual.c                       |   429 +
 libs/axf/ref-restore-read.c                        |   201 +
 libs/axf/ref-tbl-sub-select.c                      |   533 +
 libs/axf/ref-tbl.c                                 |   106 +
 libs/axf/ref-tbl.h                                 |    32 +
 libs/axf/refseq-stats.c                            |   205 +
 libs/axf/seq-construct-read.c                      |   125 +
 libs/axf/seq-restore-linkage-group.c               |   186 +
 libs/axf/seq-restore-read.c                        |   749 +
 libs/axf/template-len.c                            |   136 +
 libs/blast/Makefile                                |    91 +
 libs/blast/blast-mgr.c                             |   670 +
 libs/blast/blast-mgr.h                             |    78 +
 libs/blast/reader.c                                |  2361 +++
 libs/blast/reader.h                                |    53 +
 libs/blast/reference.c                             |  1710 ++
 libs/blast/reference.h                             |    86 +
 libs/blast/run-set.c                               |  3251 +++
 libs/blast/run-set.h                               |   312 +
 libs/cipher/cipher-1.7/PKG-INFO                    |    13 +
 libs/cipher/cipher-1.7/README.md                   |     4 +
 libs/cipher/cipher-1.7/cipher.egg-info/PKG-INFO    |    13 +
 libs/cipher/cipher-1.7/cipher.egg-info/SOURCES.txt |    12 +
 .../cipher.egg-info/dependency_links.txt           |     1 +
 .../cipher/cipher-1.7/cipher.egg-info/not-zip-safe |     1 +
 .../cipher-1.7/cipher.egg-info/top_level.txt       |     1 +
 libs/cipher/cipher-1.7/cipher/__init__.py          |   393 +
 libs/cipher/cipher-1.7/decrypt.py                  |    25 +
 libs/cipher/cipher-1.7/encrypt.py                  |    25 +
 libs/cipher/cipher-1.7/requirements-test.txt       |     5 +
 libs/cipher/cipher-1.7/setup.cfg                   |    16 +
 libs/cipher/cipher-1.7/setup.py                    |     4 +
 libs/csra2/Makefile                                |    87 +
 libs/ext/Makefile                                  |    55 +
 libs/ext/bzip2/.gitignore                          |     4 +
 libs/ext/bzip2/LICENSE                             |    42 +
 libs/ext/bzip2/Makefile                            |   154 +
 libs/ext/bzip2/blocksort.c                         |  1094 +
 libs/ext/bzip2/bzip2-1.0.6.diff                    |    20 +
 libs/ext/bzip2/bzip2.c                             |  2034 ++
 libs/ext/bzip2/bzip2recover.c                      |   514 +
 libs/ext/bzip2/bzlib.c                             |  1572 ++
 libs/ext/bzip2/bzlib.h                             |   282 +
 libs/ext/bzip2/bzlib_private.h                     |   509 +
 libs/ext/bzip2/compress.c                          |   674 +
 libs/ext/bzip2/crctable.c                          |   104 +
 libs/ext/bzip2/decompress.c                        |   646 +
 libs/ext/bzip2/dlltest.c                           |   175 +
 libs/ext/bzip2/huffman.c                           |   205 +
 libs/ext/bzip2/mk251.c                             |    31 +
 libs/ext/bzip2/randtable.c                         |    84 +
 libs/ext/bzip2/spewG.c                             |    54 +
 libs/ext/bzip2/unzcrash.c                          |   141 +
 libs/ext/magic/.gitignore                          |     1 +
 libs/ext/magic/Makefile                            |   127 +
 libs/ext/magic/apprentice.c                        |  2381 +++
 libs/ext/magic/apptype.c                           |   168 +
 libs/ext/magic/ascmagic.c                          |   389 +
 libs/ext/magic/asprintf.c                          |    47 +
 libs/ext/magic/cdf.c                               |  1265 ++
 libs/ext/magic/cdf.h                               |   305 +
 libs/ext/magic/cdf_time.c                          |   192 +
 libs/ext/magic/compress.c                          |   496 +
 libs/ext/magic/config.h                            |   269 +
 libs/ext/magic/elfclass.h                          |    69 +
 libs/ext/magic/encoding.c                          |   500 +
 libs/ext/magic/file.c                              |   482 +
 libs/ext/magic/file.h                              |   457 +
 libs/ext/magic/file_opts.h                         |    49 +
 libs/ext/magic/fsmagic.c                           |   363 +
 libs/ext/magic/funcs.c                             |   426 +
 libs/ext/magic/getopt_long.c                       |   498 +
 libs/ext/magic/is_tar.c                            |   157 +
 libs/ext/magic/magic.c                             |   412 +
 libs/ext/magic/mygetopt.h                          |    68 +
 libs/ext/magic/names.h                             |   173 +
 libs/ext/magic/patchlevel.h                        |   355 +
 libs/ext/magic/print.c                             |   240 +
 libs/ext/magic/readcdf.c                           |   284 +
 libs/ext/magic/readelf.c                           |  1192 ++
 libs/ext/magic/readelf.h                           |   312 +
 libs/ext/magic/softmagic.c                         |  2012 ++
 libs/ext/magic/strlcat.c                           |    58 +
 libs/ext/magic/strlcpy.c                           |    54 +
 libs/ext/magic/tar.h                               |    73 +
 libs/ext/magic/vasprintf.c                         |   642 +
 libs/ext/regex/Makefile                            |   114 +
 libs/ext/regex/libregex.def                        |    18 +
 libs/ext/regex/regcomp.c                           |  3796 ++++
 libs/ext/regex/regex.c                             |    74 +
 libs/ext/regex/regex_internal.c                    |  1717 ++
 libs/ext/regex/regex_internal.h                    |   782 +
 libs/ext/regex/regexec.c                           |  4330 ++++
 libs/ext/szip/.gitignore                           |     4 +
 libs/ext/szip/Makefile                             |   117 +
 libs/ext/zlib/.gitignore                           |     4 +
 libs/ext/zlib/Makefile                             |   162 +
 libs/ext/zlib/adler32.c                            |   179 +
 libs/ext/zlib/compress.c                           |    80 +
 libs/ext/zlib/crc32.c                              |   425 +
 libs/ext/zlib/crc32.h                              |   441 +
 libs/ext/zlib/deflate.c                            |  1967 ++
 libs/ext/zlib/deflate.h                            |   346 +
 libs/ext/zlib/gzclose.c                            |    25 +
 libs/ext/zlib/gzguts.h                             |   213 +
 libs/ext/zlib/gzlib.c                              |   634 +
 libs/ext/zlib/gzread.c                             |   594 +
 libs/ext/zlib/gzwrite.c                            |   577 +
 libs/ext/zlib/infback.c                            |   640 +
 libs/ext/zlib/inffast.c                            |   340 +
 libs/ext/zlib/inffast.h                            |    11 +
 libs/ext/zlib/inffixed.h                           |    94 +
 libs/ext/zlib/inflate.c                            |  1512 ++
 libs/ext/zlib/inflate.h                            |   122 +
 libs/ext/zlib/inftrees.c                           |   306 +
 libs/ext/zlib/inftrees.h                           |    62 +
 libs/ext/zlib/sun/stdlib.h                         |     7 +
 libs/ext/zlib/trees.c                              |  1226 ++
 libs/ext/zlib/trees.h                              |   128 +
 libs/ext/zlib/uncompr.c                            |    59 +
 libs/ext/zlib/zconf.h                              |   511 +
 libs/ext/zlib/zlib-1.2.8.diff                      |    10 +
 libs/ext/zlib/zlib.h                               |  1768 ++
 libs/ext/zlib/zutil.c                              |   324 +
 libs/ext/zlib/zutil.h                              |   253 +
 libs/hdf5/.gitignore                               |     2 +
 libs/hdf5/Makefile                                 |   122 +
 libs/hdf5/hdf5arrayfile-priv.h                     |    79 +
 libs/hdf5/hdf5arrayfile.c                          |   656 +
 libs/hdf5/hdf5dir.c                                |   879 +
 libs/hdf5/hdf5file.c                               |   383 +
 libs/kapp/Makefile                                 |   152 +
 libs/kapp/args-conv.c                              |    43 +
 libs/kapp/args.c                                   |  2380 +++
 libs/kapp/args_debug.h                             |    47 +
 libs/kapp/linux/ram.c                              |    79 +
 libs/kapp/loader-file.c                            |   643 +
 libs/kapp/loader-meta.c                            |   105 +
 libs/kapp/log-xml.c                                |   416 +
 libs/kapp/mac/ram.c                                |    63 +
 libs/kapp/main-priv.h                              |    76 +
 libs/kapp/main.c                                   |   516 +
 libs/kapp/progressbar.c                            |   199 +
 libs/kapp/queue-file.c                             |   925 +
 libs/kapp/sun/sysmain.c                            |   243 +
 libs/kapp/tokenizer.c                              |   525 +
 libs/kapp/unix/args-conv-os.c                      |    32 +
 libs/kapp/unix/sysmain.c                           |   296 +
 libs/kapp/win/args-conv-os.c                       |    48 +
 libs/kapp/win/main-priv-win.h                      |    51 +
 libs/kapp/win/ram.c                                |    62 +
 libs/kapp/win/sysmain.c                            |   300 +
 .../input/1.0/col/sub1/idx => libs/kdb/.gitignore  |     0
 libs/kdb/Makefile                                  |   164 +
 libs/kdb/btree.c                                   |   579 +
 libs/kdb/cc-priv.h                                 |    51 +
 libs/kdb/coldata-priv.h                            |   126 +
 libs/kdb/coldata.c                                 |   188 +
 libs/kdb/colfmt-priv.h                             |   339 +
 libs/kdb/colidx-priv.h                             |   122 +
 libs/kdb/colidx.c                                  |   243 +
 libs/kdb/colidx0-priv.h                            |    93 +
 libs/kdb/colidx0.c                                 |   433 +
 libs/kdb/colidx1-priv.h                            |   130 +
 libs/kdb/colidx1.c                                 |   771 +
 libs/kdb/colidx2-priv.h                            |    99 +
 libs/kdb/colidx2.c                                 |   219 +
 libs/kdb/column-cc.c                               |   229 +
 libs/kdb/column-priv.h                             |    94 +
 libs/kdb/column.c                                  |  1132 ++
 libs/kdb/database-cc.c                             |   339 +
 libs/kdb/database-cmn.c                            |   496 +
 libs/kdb/database-priv.h                           |   115 +
 libs/kdb/database.c                                |   807 +
 libs/kdb/dbcc-cmn.c                                |   141 +
 libs/kdb/dbmgr-cmn.c                               |   485 +
 libs/kdb/dbmgr-priv.h                              |   128 +
 libs/kdb/dbmgr.c                                   |   420 +
 libs/kdb/idstats-priv.h                            |    74 +
 libs/kdb/idstats.c                                 |   269 +
 libs/kdb/idxblk-priv.h                             |   136 +
 libs/kdb/idxblk.c                                  |   695 +
 libs/kdb/index-cmn.h                               |   286 +
 libs/kdb/index-priv.h                              |   134 +
 libs/kdb/index.c                                   |  1006 +
 libs/kdb/kdb-priv.h                                |   122 +
 libs/kdb/kdb.c                                     |   951 +
 libs/kdb/kdbfmt-priv.h                             |    76 +
 libs/kdb/libkdb.vers.h                             |    27 +
 libs/kdb/meta.c                                    |  2141 ++
 libs/kdb/ptrieval-v1.c                             |   265 +
 libs/kdb/ptrieval-v2.c                             |   396 +
 libs/kdb/table-cc.c                                |   378 +
 libs/kdb/table-priv.h                              |    81 +
 libs/kdb/table.c                                   |   718 +
 libs/kdb/trieidx-priv.h                            |    74 +
 libs/kdb/trieidx-v1.c                              |   222 +
 libs/kdb/trieidx-v2.c                              |  1047 +
 libs/kdb/trieval-v1.c                              |    49 +
 libs/kdb/trieval-v2.c                              |    49 +
 libs/kdb/u64idx-v3.c                               |   162 +
 libs/kdb/wcoldata-priv.h                           |   172 +
 libs/kdb/wcoldata.c                                |   342 +
 libs/kdb/wcolidx-priv.h                            |   166 +
 libs/kdb/wcolidx.c                                 |   694 +
 libs/kdb/wcolidx0-priv.h                           |   153 +
 libs/kdb/wcolidx0.c                                |   831 +
 libs/kdb/wcolidx1-priv.h                           |   152 +
 libs/kdb/wcolidx1.c                                |   921 +
 libs/kdb/wcolidx2-priv.h                           |   114 +
 libs/kdb/wcolidx2.c                                |   241 +
 libs/kdb/wcolumn-priv.h                            |   120 +
 libs/kdb/wcolumn.c                                 |  2681 +++
 libs/kdb/wdatabase-priv.h                          |    95 +
 libs/kdb/wdatabase.c                               |  1642 ++
 libs/kdb/wdbmgr.c                                  |   421 +
 libs/kdb/werror-priv.h                             |    59 +
 libs/kdb/widxblk-priv.h                            |   195 +
 libs/kdb/widxblk.c                                 |   546 +
 libs/kdb/windex-priv.h                             |   230 +
 libs/kdb/windex.c                                  |  1889 ++
 libs/kdb/wkdb-priv.h                               |   160 +
 libs/kdb/wkdb.c                                    |  1430 ++
 libs/kdb/wmeta.c                                   |  3526 ++++
 libs/kdb/wtable-priv.h                             |   106 +
 libs/kdb/wtable.c                                  |  1638 ++
 libs/kdb/wtrieidx-v1.c                             |  1100 +
 libs/kdb/wtrieidx-v2.c                             |  2560 +++
 libs/kdb/wu64idx-v3.c                              |   416 +
 libs/kfc/Makefile                                  |    97 +
 libs/kfc/except.c                                  |   128 +
 libs/kfc/refcount.c                                |   180 +
 libs/kfc/rsrc-priv.h                               |    44 +
 libs/kfc/rsrc.c                                    |   180 +
 libs/kfc/sysctx-priv.h                             |    45 +
 libs/kfc/tstate.c                                  |  1041 +
 libs/kfc/unix/sysctx.c                             |   192 +
 libs/kfc/unix/sysrsrc.c                            |   148 +
 libs/kfc/vtbl.c                                    |   205 +
 libs/kfc/win/sysctx.c                              |   342 +
 libs/kfc/win/sysrsrc.c                             |   186 +
 libs/kfc/xc.c                                      |    36 +
 libs/kfg/.gitignore                                |     2 +
 libs/kfg/Makefile                                  |   126 +
 libs/kfg/config-aws.c                              |   315 +
 libs/kfg/config-grammar.c                          |  1726 ++
 libs/kfg/config-grammar.y                          |   185 +
 libs/kfg/config-lex.c                              |  2517 +++
 libs/kfg/config-lex.l                              |   221 +
 libs/kfg/config-tokens.h                           |    75 +
 libs/kfg/config.c                                  |  4368 ++++
 libs/kfg/default.kfg                               |    53 +
 libs/kfg/kart.c                                    |   720 +
 libs/kfg/keystore.c                                |   858 +
 libs/kfg/kfg-lex.h                                 |    67 +
 libs/kfg/kfg-parse.h                               |    41 +
 libs/kfg/kfg-priv.h                                |    32 +
 libs/kfg/ngc-priv.h                                |    59 +
 libs/kfg/ngc.c                                     |   484 +
 libs/kfg/properties.c                              |   721 +
 libs/kfg/report-kfg.c                              |   532 +
 libs/kfg/repository.c                              |  1972 ++
 libs/kfs/.gitignore                                |     1 +
 libs/kfs/Makefile                                  |   221 +
 libs/kfs/arc.c                                     |  4089 ++++
 libs/kfs/arrayfile.c                               |   423 +
 libs/kfs/buffile-read.c                            |   265 +
 libs/kfs/buffile-write.c                           |   371 +
 libs/kfs/buffile.c                                 |   574 +
 libs/kfs/bzip.c                                    |   836 +
 libs/kfs/cacheteefile.c                            |  1833 ++
 libs/kfs/countfile.c                               |   652 +
 libs/kfs/crc32.c                                   |  1771 ++
 libs/kfs/dir_test.c                                |    54 +
 libs/kfs/directory-v2.c                            |  1185 ++
 libs/kfs/directory.c                               |  1539 ++
 libs/kfs/extendable-ramfile.c                      |   280 +
 libs/kfs/ffext.c                                   |   812 +
 libs/kfs/ffkey.c                                   |   833 +
 libs/kfs/ffmagic.c                                 |   969 +
 libs/kfs/file-v2.c                                 |   724 +
 libs/kfs/file.c                                    |  1002 +
 libs/kfs/fileformat-priv.h                         |   124 +
 libs/kfs/fileformat.c                              |   291 +
 libs/kfs/from_to_namelist.c                        |   454 +
 libs/kfs/gzip.c                                    |   646 +
 libs/kfs/impl.h                                    |   120 +
 libs/kfs/karc-priv.h                               |    43 +
 libs/kfs/kfs-priv.h                                |    47 +
 libs/kfs/kfsmagic                                  | 20101 +++++++++++++++++++
 libs/kfs/lockfile.c                                |   350 +
 libs/kfs/manager.c                                 |   641 +
 libs/kfs/md5.c                                     |  1910 ++
 libs/kfs/mmap-priv.h                               |   111 +
 libs/kfs/mmap.c                                    |   754 +
 libs/kfs/nullfile.c                                |   273 +
 libs/kfs/pagefile.c                                |  1388 ++
 libs/kfs/pmem.c                                    |   632 +
 libs/kfs/quickmount.c                              |   967 +
 libs/kfs/ramfile.c                                 |   424 +
 libs/kfs/readheadfile.c                            |   294 +
 libs/kfs/report.c                                  |   169 +
 libs/kfs/sra.c                                     |   486 +
 libs/kfs/subfile.c                                 |   337 +
 libs/kfs/szip.c                                    |   575 +
 libs/kfs/tar.c                                     |  2672 +++
 libs/kfs/teefile.c                                 |   532 +
 libs/kfs/toc-priv.h                                |   841 +
 libs/kfs/toc.c                                     |  1764 ++
 libs/kfs/tocdir.c                                  |   411 +
 libs/kfs/tocentry.c                                |  1748 ++
 libs/kfs/tocfile.c                                 |   635 +
 libs/kfs/unix/sysdir-priv.h                        |    68 +
 libs/kfs/unix/sysdir.c                             |  2414 +++
 libs/kfs/unix/sysdll.c                             |  1436 ++
 libs/kfs/unix/sysfile-priv.h                       |    89 +
 libs/kfs/unix/sysfile-v2.c                         |  1018 +
 libs/kfs/unix/sysfile.c                            |  1079 +
 libs/kfs/unix/syslockfile.c                        |   215 +
 libs/kfs/unix/sysmmap-priv.h                       |    68 +
 libs/kfs/unix/sysmmap.c                            |   143 +
 libs/kfs/win/directory-path.c                      |    83 +
 libs/kfs/win/lnk_tools.c                           |   518 +
 libs/kfs/win/sysdir-priv.h                         |    92 +
 libs/kfs/win/sysdir.c                              |  3135 +++
 libs/kfs/win/sysdll.c                              |  1417 ++
 libs/kfs/win/sysfile-priv.h                        |    82 +
 libs/kfs/win/sysfile-v2.c                          |  1028 +
 libs/kfs/win/sysfile.c                             |  1059 +
 libs/kfs/win/syslockfile.c                         |    67 +
 libs/kfs/win/sysmmap-priv.h                        |    71 +
 libs/kfs/win/sysmmap.c                             |   138 +
 libs/klib/.gitignore                               |     1 +
 libs/klib/Judy.h                                   |   635 +
 libs/klib/Makefile                                 |   159 +
 libs/klib/SHA-32bit.c                              |   313 +
 libs/klib/SHA-64bit.c                              |   271 +
 libs/klib/bsd/syserrcode.c                         |    44 +
 libs/klib/bsearch.c                                |    77 +
 libs/klib/bstpersist.c                             |   252 +
 libs/klib/btree.c                                  |  1458 ++
 libs/klib/container.c                              |  1646 ++
 libs/klib/cp1252.c                                 |    65 +
 libs/klib/crc32.c                                  |   500 +
 libs/klib/data-buffer.c                            |   656 +
 libs/klib/debug.c                                  |   352 +
 libs/klib/iso8859-1.c                              |    42 +
 libs/klib/iso8859.c                                |   205 +
 libs/klib/judy-vector.c                            |  1793 ++
 .../1.0/col/sub1/idx0 => libs/klib/judy/.gitignore |     0
 libs/klib/judy/Judy1.h                             |   549 +
 libs/klib/judy/Judy1Tables.32.c                    |    72 +
 libs/klib/judy/Judy1Tables.64.c                    |   132 +
 libs/klib/judy/JudyByCount.c                       |   952 +
 libs/klib/judy/JudyByCountWithDefs.c               |     4 +
 libs/klib/judy/JudyCascade.c                       |  1940 ++
 libs/klib/judy/JudyCount.c                         |  1193 ++
 libs/klib/judy/JudyCreateBranch.c                  |   312 +
 libs/klib/judy/JudyDecascade.c                     |  1204 ++
 libs/klib/judy/JudyDel.c                           |  2144 ++
 libs/klib/judy/JudyFirst.c                         |   211 +
 libs/klib/judy/JudyFreeArray.c                     |   361 +
 libs/klib/judy/JudyGet.c                           |  1092 +
 libs/klib/judy/JudyHS.c                            |   770 +
 libs/klib/judy/JudyHS.h                            |    35 +
 libs/klib/judy/JudyIns.c                           |  1871 ++
 libs/klib/judy/JudyInsArray.c                      |  1176 ++
 libs/klib/judy/JudyInsertBranch.c                  |   133 +
 libs/klib/judy/JudyL.h                             |   503 +
 libs/klib/judy/JudyLTables.32.c                    |   121 +
 libs/klib/judy/JudyLTables.64.c                    |   219 +
 libs/klib/judy/JudyMalloc.c                        |    86 +
 libs/klib/judy/JudyMallocIF.c                      |   780 +
 libs/klib/judy/JudyMemActive.c                     |   257 +
 libs/klib/judy/JudyMemUsed.c                       |    59 +
 libs/klib/judy/JudyNext.c                          |     2 +
 libs/klib/judy/JudyNextEmpty.c                     |     2 +
 libs/klib/judy/JudyPrev.c                          |     2 +
 libs/klib/judy/JudyPrevEmpty.c                     |     2 +
 libs/klib/judy/JudyPrevNext.c                      |  1888 ++
 libs/klib/judy/JudyPrevNextEmpty.c                 |  1388 ++
 libs/klib/judy/JudyPrintJP.c                       |   399 +
 libs/klib/judy/JudyPrivate.h                       |  1610 ++
 libs/klib/judy/JudyPrivate1L.h                     |   483 +
 libs/klib/judy/JudyPrivateBranch.h                 |   777 +
 libs/klib/judy/JudySL.c                            |  1125 ++
 libs/klib/judy/JudyTablesGen.c                     |   294 +
 libs/klib/judy/Judy_Bit.c                          |    23 +
 libs/klib/judy/Judy_Bit_Cascade.c                  |     3 +
 libs/klib/judy/Judy_Bit_Count.c                    |     3 +
 libs/klib/judy/Judy_Bit_Decascade.c                |     3 +
 libs/klib/judy/Judy_Bit_Next.c                     |     3 +
 libs/klib/judy/Judy_Bit_NextEmpty.c                |     3 +
 libs/klib/judy/Judy_Bit_Prev.c                     |     3 +
 libs/klib/judy/Judy_Word.c                         |    23 +
 libs/klib/judy/Judy_Word_Cascade.c                 |     3 +
 libs/klib/judy/Judy_Word_Count.c                   |     3 +
 libs/klib/judy/Judy_Word_Decascade.c               |     3 +
 libs/klib/judy/Judy_Word_Next.c                    |     3 +
 libs/klib/judy/Judy_Word_NextEmpty.c               |     3 +
 libs/klib/judy/Judy_Word_Prev.c                    |     3 +
 libs/klib/judy/Makefile                            |   225 +
 libs/klib/judy/_Judy1Tables.c                      |    31 +
 libs/klib/judy/_JudyLTables.c                      |    31 +
 libs/klib/judy/j__udyGet.c                         |     2 +
 libs/klib/ksort.c                                  |    98 +
 libs/klib/linux/syserrcode.c                       |    53 +
 libs/klib/log-priv.h                               |    96 +
 libs/klib/log.c                                    |   986 +
 libs/klib/maybeswap.h                              |    57 +
 libs/klib/md5.c                                    |   421 +
 libs/klib/namelist.c                               |   149 +
 libs/klib/ncbi-vdb-version.c                       |    45 +
 libs/klib/num-gen.c                                |  1157 ++
 libs/klib/out.c                                    |   208 +
 libs/klib/pack.c                                   |   517 +
 libs/klib/pbstree-impl.c                           |   847 +
 libs/klib/pbstree-native.c                         |    30 +
 libs/klib/pbstree-priv.h                           |   680 +
 libs/klib/pbstree-swapped.c                        |    30 +
 libs/klib/pbstree.c                                |   395 +
 libs/klib/printf.c                                 |  3540 ++++
 libs/klib/progressbar.c                            |   160 +
 libs/klib/ptpersist.c                              |  1121 ++
 libs/klib/ptrie.c                                  |  1992 ++
 libs/klib/qsort.c                                  |   311 +
 libs/klib/rc-idx-tbl.c                             |    39 +
 libs/klib/rc-tbl.c                                 |    36 +
 libs/klib/refcount.c                               |   499 +
 libs/klib/release-vers.h                           |    42 +
 libs/klib/report-klib.c                            |   908 +
 libs/klib/sra-release-version.c                    |   329 +
 libs/klib/status-rc-strings.c                      |    39 +
 libs/klib/status-rc.c                              |   156 +
 libs/klib/status.c                                 |   436 +
 libs/klib/sun/syslog.c                             |   208 +
 libs/klib/sun/systime.c                            |   110 +
 libs/klib/symtab.c                                 |   736 +
 libs/klib/text.c                                   |  1099 +
 libs/klib/time.c                                   |     3 +
 libs/klib/token.c                                  |  1291 ++
 libs/klib/trie-priv.h                              |   237 +
 libs/klib/trie.c                                   |  1486 ++
 libs/klib/trieval.c                                |   168 +
 libs/klib/unix/misc.c                              |    33 +
 libs/klib/unix/syserrcode.c                        |    46 +
 libs/klib/unix/syslog.c                            |   209 +
 libs/klib/unix/systime.c                           |   162 +
 libs/klib/unix/syswriter.c                         |   163 +
 libs/klib/unpack.c                                 |   833 +
 libs/klib/utf8.c                                   |  1355 ++
 libs/klib/vector.c                                 |   626 +
 libs/klib/vector_namelist.c                        |   633 +
 libs/klib/vlen-encode.c                            |   773 +
 libs/klib/win/misc.c                               |    33 +
 libs/klib/win/sysalloc.c                           |    68 +
 libs/klib/win/syserrcode.c                         |    85 +
 libs/klib/win/syslog.c                             |   121 +
 libs/klib/win/systime.c                            |   355 +
 libs/klib/win/syswriter.c                          |   185 +
 libs/klib/writer-priv.h                            |   169 +
 libs/klib/writer.c                                 |   644 +
 libs/kns/Makefile                                  |   115 +
 libs/kns/buffered-stream.c                         |   249 +
 libs/kns/endpoint.c                                |   155 +
 libs/kns/http-client.c                             |  3095 +++
 libs/kns/http-file.c                               |   639 +
 libs/kns/http-priv.h                               |   150 +
 libs/kns/http-retrier.c                            |   503 +
 libs/kns/http.c                                    |   324 +
 libs/kns/kns_manager-ext.c                         |   157 +
 libs/kns/kns_manager.c                             |   346 +
 libs/kns/linux/sysendpoint.c                       |   158 +
 libs/kns/linux/syspoll.c                           |   107 +
 libs/kns/mac/sysendpoint.c                         |   140 +
 libs/kns/mac/syspoll.c                             |    96 +
 libs/kns/manager.c                                 |   720 +
 libs/kns/mgr-priv.h                                |    87 +
 libs/kns/poll-priv.h                               |    51 +
 libs/kns/stream-from-files.c                       |   168 +
 libs/kns/stream-from-streams.c                     |   150 +
 libs/kns/stream-priv.h                             |    40 +
 libs/kns/stream.c                                  |   782 +
 libs/kns/sysmgr.h                                  |    41 +
 libs/kns/unix/sysmgr.c                             |    37 +
 libs/kns/unix/syssock.c                            |  1188 ++
 libs/kns/unix/sysstream.c                          |   251 +
 libs/kns/url-fetcher-curl.c                        |   255 +
 libs/kns/url-fetcher-impl.h                        |   109 +
 libs/kns/url-fetcher.c                             |   129 +
 libs/kns/win/sysendpoint.c                         |   147 +
 libs/kns/win/sysmgr.c                              |    65 +
 libs/kns/win/syssock.c                             |  1855 ++
 libs/kns/win/sysstream.c                           |   232 +
 libs/kproc/Makefile                                |   162 +
 libs/kproc/bsd/syslock-priv.h                      |    72 +
 libs/kproc/bsd/syslock.c                           |   932 +
 libs/kproc/bsd/sysmgr.c                            |    38 +
 libs/kproc/linux/sysbarrier.c                      |   170 +
 libs/kproc/linux/syslock-priv.h                    |    68 +
 libs/kproc/linux/syslock.c                         |   617 +
 libs/kproc/linux/sysmgr.c                          |    52 +
 libs/kproc/procmgr.c                               |   412 +
 libs/kproc/queue.c                                 |   428 +
 libs/kproc/sem.c                                   |   472 +
 libs/kproc/stbarrier.c                             |   128 +
 libs/kproc/stcond.c                                |   152 +
 libs/kproc/stlock.c                                |   311 +
 libs/kproc/stsem.c                                 |   233 +
 libs/kproc/stthread.c                              |   149 +
 libs/kproc/sttimeout.c                             |    65 +
 libs/kproc/sun/sysbarrier.c                        |   170 +
 libs/kproc/sun/syslock-priv.h                      |    62 +
 libs/kproc/sun/syslock.c                           |   501 +
 libs/kproc/task.c                                  |   156 +
 libs/kproc/unix/syscond-priv.h                     |    78 +
 libs/kproc/unix/syscond.c                          |   320 +
 libs/kproc/unix/systhread.c                        |   272 +
 libs/kproc/unix/systimeout.c                       |    86 +
 libs/kproc/win/syscond-priv.h                      |    79 +
 libs/kproc/win/syscond.c                           |   500 +
 libs/kproc/win/syslock-priv.h                      |    67 +
 libs/kproc/win/syslock.c                           |   725 +
 libs/kproc/win/sysmgr.c                            |    37 +
 libs/kproc/win/systhread.c                         |   291 +
 libs/kproc/win/systimeout.c                        |    70 +
 libs/krypto/.gitignore                             |     2 +
 libs/krypto/Makefile                               |   297 +
 libs/krypto/aes-byte.c                             |   236 +
 libs/krypto/aes-impl.c                             |     1 +
 libs/krypto/aes-ncbi-ni.c                          |     2 +
 libs/krypto/aes-ncbi-priv.h                        |   227 +
 libs/krypto/aes-ncbi.c                             |  2641 +++
 libs/krypto/aes-priv.h                             |    94 +
 libs/krypto/aes.c                                  |     1 +
 libs/krypto/aes_core.c                             |  1181 ++
 libs/krypto/aes_x86core.c                          |     2 +
 libs/krypto/aesx86.c                               |     1 +
 libs/krypto/blockcipher-byte-impl.h                |   113 +
 libs/krypto/blockcipher-impl.h                     |   187 +
 libs/krypto/blockcipher-priv.h                     |    90 +
 libs/krypto/blockcipher-vec-impl.h                 |   119 +
 libs/krypto/blockcipher.c                          |     3 +
 libs/krypto/cipher-byte.c                          |   522 +
 libs/krypto/cipher-impl.h                          |   174 +
 libs/krypto/cipher-no-vec.c                        |    41 +
 libs/krypto/cipher-priv.h                          |    79 +
 libs/krypto/cipher-vec.c                           |   808 +
 libs/krypto/cipher.c                               |   543 +
 libs/krypto/ciphermgr.c                            |   295 +
 libs/krypto/ciphertest.c                           |    80 +
 libs/krypto/compile-test.c                         |    50 +
 libs/krypto/csprng.c                               |   163 +
 libs/krypto/encfile-priv.h                         |   162 +
 libs/krypto/encfile.c                              |  2019 ++
 libs/krypto/encfilev2.c                            |  2621 +++
 libs/krypto/key.c                                  |   126 +
 libs/krypto/manager.c                              |    11 +
 libs/krypto/ncbi-priv.h                            |   122 +
 libs/krypto/no-null-ncbi.c                         |    59 +
 libs/krypto/null-ncbi-priv.h                       |    56 +
 libs/krypto/null-ncbi.c                            |   251 +
 libs/krypto/reencfile.c                            |  1243 ++
 libs/krypto/rng-impl.h                             |    91 +
 .../1.0/col/sub1/idx1 => libs/krypto/rng-priv.h    |     0
 libs/krypto/rng.c                                  |   120 +
 libs/krypto/testcipher.c                           |    76 +
 libs/krypto/unix/sysrng.c                          |   114 +
 libs/krypto/wgaencrypt.c                           |  1254 ++
 libs/krypto/win/sysrng.c                           |   132 +
 libs/ktst/Makefile                                 |    87 +
 libs/ktst/testcase.cpp                             |   108 +
 libs/ktst/testenv.cpp                              |   518 +
 libs/ktst/testrunner.cpp                           |    86 +
 libs/ktst/unix/systestenv.cpp                      |   137 +
 libs/ktst/win/systestenv.cpp                       |   167 +
 libs/kxml/Makefile                                 |   117 +
 libs/kxml/xml.c                                    |  1705 ++
 libs/kxml/xtoc-parsexml.c                          |   576 +
 libs/kxml/xtoc-priv.h                              |   124 +
 libs/kxml/xtoc.c                                   |  3464 ++++
 libs/loader/Makefile                               |    88 +
 libs/loader/alignment-writer.c                     |   271 +
 libs/loader/common-reader.c                        |   614 +
 libs/loader/common-writer.c                        |  2067 ++
 libs/loader/mmarray.c                              |   131 +
 libs/loader/reference-writer.c                     |   483 +
 libs/loader/sequence-writer.c                      |   366 +
 libs/ncbi-vdb/Makefile                             |   157 +
 libs/ncbi-vdb/libncbi-vdb.vers                     |     1 +
 libs/ngs-c++/Makefile                              |   103 +
 libs/ngs-c++/NCBI-NGS.cpp                          |   106 +
 libs/ngs-c++/testy-the-bear.cpp                    |   277 +
 libs/ngs-jni/.gitignore                            |     1 +
 libs/ngs-jni/Makefile                              |   109 +
 libs/ngs-jni/jni.h                                 |  1944 ++
 libs/ngs-jni/jni_ErrorMsg.c                        |   173 +
 libs/ngs-jni/jni_ErrorMsg.h                        |    89 +
 libs/ngs-jni/jni_Manager.c                         |   250 +
 libs/ngs-jni/jni_Manager.h                         |    77 +
 libs/ngs-jni/jni_String.c                          |   193 +
 libs/ngs-jni/jni_String.h                          |    91 +
 libs/ngs-jni/jni_md.h                              |    28 +
 libs/ngs-py/Makefile                               |    87 +
 libs/ngs-py/py_Manager.c                           |   218 +
 libs/ngs-py/py_Manager.h                           |    27 +
 libs/ngs-py/py_ngs_defs.h                          |    15 +
 libs/ngs/BAM_Alignment.c                           |   641 +
 libs/ngs/BAM_Alignment.h                           |    58 +
 libs/ngs/BAM_ReadCollection.c                      |  1522 ++
 libs/ngs/BAM_Record.c                              |   142 +
 libs/ngs/BAM_Record.h                              |    82 +
 libs/ngs/CSRA1_Alignment.c                         |  1430 ++
 libs/ngs/CSRA1_Alignment.h                         |    83 +
 libs/ngs/CSRA1_Pileup.c                            |  1921 ++
 libs/ngs/CSRA1_Pileup.h                            |   341 +
 libs/ngs/CSRA1_PileupEvent.c                       |   931 +
 libs/ngs/CSRA1_PileupEvent.h                       |    50 +
 libs/ngs/CSRA1_Read.c                              |   496 +
 libs/ngs/CSRA1_Read.h                              |    96 +
 libs/ngs/CSRA1_ReadCollection.c                    |   753 +
 libs/ngs/CSRA1_ReadCollection.h                    |    58 +
 libs/ngs/CSRA1_Reference.c                         |  1068 +
 libs/ngs/CSRA1_Reference.h                         |    96 +
 libs/ngs/CSRA1_ReferenceWindow.c                   |  1049 +
 libs/ngs/CSRA1_ReferenceWindow.h                   |    67 +
 libs/ngs/EBI_ReferenceSequence.c                   |   408 +
 libs/ngs/EBI_ReferenceSequence.h                   |    51 +
 libs/ngs/Makefile                                  |   128 +
 libs/ngs/Model.graphml                             |   661 +
 libs/ngs/NCBI-NGS.c                                |    66 +
 libs/ngs/NCBI-NGS.h                                |    58 +
 libs/ngs/NGS_Alignment.c                           |   978 +
 libs/ngs/NGS_Alignment.h                           |   206 +
 libs/ngs/NGS_Cursor.c                              |   575 +
 libs/ngs/NGS_Cursor.h                              |   134 +
 libs/ngs/NGS_ErrBlock.c                            |    57 +
 libs/ngs/NGS_ErrBlock.h                            |    53 +
 libs/ngs/NGS_Fragment.c                            |   286 +
 libs/ngs/NGS_Fragment.h                            |   175 +
 libs/ngs/NGS_FragmentBlob.c                        |   476 +
 libs/ngs/NGS_FragmentBlob.h                        |   125 +
 libs/ngs/NGS_FragmentBlobIterator.c                |   185 +
 libs/ngs/NGS_FragmentBlobIterator.h                |    79 +
 libs/ngs/NGS_Id.c                                  |   179 +
 libs/ngs/NGS_Id.h                                  |    93 +
 libs/ngs/NGS_Pileup.c                              |   235 +
 libs/ngs/NGS_Pileup.h                              |   147 +
 libs/ngs/NGS_PileupEvent.c                         |   493 +
 libs/ngs/NGS_PileupEvent.h                         |   179 +
 libs/ngs/NGS_Read.c                                |   522 +
 libs/ngs/NGS_Read.h                                |   190 +
 libs/ngs/NGS_ReadCollection.c                      |   674 +
 libs/ngs/NGS_ReadCollection.h                      |   194 +
 libs/ngs/NGS_ReadGroup.c                           |   229 +
 libs/ngs/NGS_ReadGroup.h                           |   127 +
 libs/ngs/NGS_Refcount.c                            |   182 +
 libs/ngs/NGS_Refcount.h                            |   102 +
 libs/ngs/NGS_Reference.c                           |   916 +
 libs/ngs/NGS_Reference.h                           |   214 +
 libs/ngs/NGS_ReferenceSequence.c                   |   282 +
 libs/ngs/NGS_ReferenceSequence.h                   |   138 +
 libs/ngs/NGS_Statistics.c                          |   335 +
 libs/ngs/NGS_Statistics.h                          |   143 +
 libs/ngs/NGS_String.c                              |   413 +
 libs/ngs/NGS_String.h                              |   109 +
 libs/ngs/NOTES.txt                                 |   128 +
 libs/ngs/SRA_DB_ReadCollection.c                   |   456 +
 libs/ngs/SRA_Read.c                                |   936 +
 libs/ngs/SRA_Read.h                                |   169 +
 libs/ngs/SRA_ReadCollection.c                      |   424 +
 libs/ngs/SRA_ReadGroup.c                           |   429 +
 libs/ngs/SRA_ReadGroup.h                           |    73 +
 libs/ngs/SRA_ReadGroupInfo.c                       |   333 +
 libs/ngs/SRA_ReadGroupInfo.h                       |    89 +
 libs/ngs/SRA_ReferenceSequence.c                   |   374 +
 libs/ngs/SRA_ReferenceSequence.h                   |    56 +
 libs/ngs/SRA_Statistics.c                          |   773 +
 libs/ngs/SRA_Statistics.h                          |    61 +
 libs/ngs/extern.h                                  |    41 +
 .../1.0/col/sub1/idx2 => libs/search/.gitignore    |     0
 libs/search/Makefile                               |    98 +
 libs/search/agrep-dp.c                             |   880 +
 libs/search/agrep-myers.c                          |   644 +
 libs/search/agrep-myersunltd.c                     |  1039 +
 libs/search/agrep-wumanber.c                       |   415 +
 libs/search/debug.h                                |    43 +
 libs/search/fgrep-aho.c                            |   363 +
 libs/search/fgrep-boyermoore.c                     |   462 +
 libs/search/fgrep-dumb.c                           |   326 +
 libs/search/nucstrstr.c                            |  4621 +++++
 libs/search/search-priv.h                          |   140 +
 libs/search/search.c                               |   388 +
 libs/search/sw-search.c                            |  1496 ++
 libs/sra/.gitignore                                |     1 +
 libs/sra/Makefile                                  |   249 +
 libs/sra/built-in.vschema                          |   580 +
 libs/sra/libsra-schema.vers.h                      |    27 +
 libs/sra/libsradb.vers.h                           |    27 +
 libs/sra/libsrareader.vers.h                       |     1 +
 libs/sra/libsraschema.vers.h                       |     1 +
 libs/sra/libwsradb.vers.h                          |     1 +
 libs/sra/libwsraschema.vers.h                      |     1 +
 libs/sra/reader-abi.c                              |   473 +
 libs/sra/reader-cmn.c                              |   379 +
 libs/sra/reader-cmn.h                              |   161 +
 libs/sra/reader-fastq.c                            |   623 +
 libs/sra/reader-illumina.c                         |   567 +
 libs/sra/reader-sff.c                              |   380 +
 libs/sra/sra-debug.h                               |    42 +
 libs/sra/sra-dflt-schema.c                         |   552 +
 libs/sra/sra-priv.h                                |   183 +
 libs/sra/sra-schema.c                              |  4133 ++++
 libs/sra/sracache.c                                |   560 +
 libs/sra/sracol.c                                  |   235 +
 libs/sra/sramgr-cmn.c                              |   572 +
 libs/sra/sramgr.c                                  |   186 +
 libs/sra/sraschema-priv.h                          |    36 +
 libs/sra/sraschema-stub.c                          |    51 +
 libs/sra/sraschema.c                               |    74 +
 libs/sra/sratbl-cmn.c                              |  1458 ++
 libs/sra/sratbl.c                                  |   118 +
 libs/sra/types.c                                   |   298 +
 libs/sra/wsramgr.c                                 |   165 +
 libs/sra/wsraschema-stub.c                         |    51 +
 libs/sra/wsratbl.c                                 |   649 +
 libs/sraxf/.gitignore                              |     1 +
 libs/sraxf/Makefile                                |   152 +
 libs/sraxf/bio-start.c                             |   197 +
 libs/sraxf/color-from-dna.c                        |   151 +
 libs/sraxf/denormalize.c                           |   231 +
 libs/sraxf/dna-from-color.c                        |   150 +
 libs/sraxf/dynamic-454-read-descriptor.c           |   303 +
 libs/sraxf/extract-coordinates.c                   |   354 +
 libs/sraxf/extract-name_coord.c                    |   243 +
 libs/sraxf/extract-name_fmt.c                      |   240 +
 libs/sraxf/extract-spot_name.c                     |   105 +
 libs/sraxf/fix_read_seg_impl.h                     |   169 +
 libs/sraxf/format-spot-name.c                      |   333 +
 libs/sraxf/fpcodec.c                               |   267 +
 libs/sraxf/index_lookup.c                          |   270 +
 libs/sraxf/make-position.c                         |   133 +
 libs/sraxf/name-tokenizer.h                        |   121 +
 libs/sraxf/normalize.c                             |   240 +
 libs/sraxf/prefix-tree-to-name.c                   |   162 +
 libs/sraxf/process-position.c                      |   198 +
 libs/sraxf/qstat-trigger.c                         |   256 +
 libs/sraxf/qual4_codec.h                           |    43 +
 libs/sraxf/qual4_decode.c                          |   257 +
 libs/sraxf/qual4_encode.c                          |   232 +
 libs/sraxf/read-desc.c                             |   143 +
 libs/sraxf/read-seg-from-readn.c                   |   361 +
 libs/sraxf/rewrite-spot-name.c                     |   223 +
 libs/sraxf/rotate.c                                |   271 +
 libs/sraxf/spot-desc.c                             |   102 +
 libs/sraxf/stat_mod.c                              |   392 +
 libs/sraxf/stat_mod.h                              |    80 +
 libs/sraxf/stats.c                                 |   764 +
 libs/sraxf/stats_quality.c                         |   132 +
 libs/sraxf/swap.c                                  |   228 +
 libs/sraxf/tokenize-spot_name-454.c                |   122 +
 libs/sraxf/tokenize-spot_name-abi.c                |   146 +
 libs/sraxf/tokenize-spot_name-generic-fastq.c      |    82 +
 libs/sraxf/tokenize-spot_name-helicos.c            |   112 +
 libs/sraxf/tokenize-spot_name-illumina.c           |   151 +
 libs/sraxf/tokenize-spot_name-ion-torrent.c        |   136 +
 libs/sraxf/untyped-priv.h                          |    83 +
 libs/sraxf/untyped.c                               |   378 +
 libs/sraxf/v0-decompress-init.c                    |  2838 +++
 libs/sraxf/v0-decompress-local.h                   |   368 +
 libs/sraxf/v0-decompress.c                         |  1093 +
 libs/sraxf/v0-decompress.h                         |   170 +
 libs/sraxf/v0-funcs.c                              |   337 +
 libs/sraxf/varloc.c                                |   105 +
 tools/sra/.cvsignore => libs/svdb/.gitignore       |     0
 libs/svdb/Makefile                                 |    95 +
 libs/svdb/svdb.c                                   |  3215 +++
 libs/tui/Makefile                                  |   137 +
 libs/tui/bsd/systui.c                              |   619 +
 libs/tui/dir_dlg.c                                 |   470 +
 libs/tui/eventring.c                               |   134 +
 libs/tui/eventring.h                               |    74 +
 libs/tui/file_dlg.c                                |   380 +
 libs/tui/line_policy.c                             |   379 +
 libs/tui/line_policy.h                             |    86 +
 libs/tui/linux/systui.c                            |   624 +
 libs/tui/screen.c                                  |   209 +
 libs/tui/screen.h                                  |    75 +
 libs/tui/string_cache.c                            |   378 +
 libs/tui/string_cache.h                            |    54 +
 libs/tui/tui-priv.h                                |    87 +
 libs/tui/tui.c                                     |   380 +
 libs/tui/tui_cpp.cpp                               |   226 +
 libs/tui/tui_dlg.c                                 |  1291 ++
 libs/tui/tui_dlg_helper.c                          |   250 +
 libs/tui/tui_menu.c                                |   913 +
 libs/tui/tui_menu.h                                |    49 +
 libs/tui/tui_palette.c                             |   304 +
 libs/tui/tui_std_dlg.c                             |   355 +
 libs/tui/tui_widget.c                              |  1079 +
 libs/tui/tui_widget.h                              |   210 +
 libs/tui/tui_widget_button.c                       |    87 +
 libs/tui/tui_widget_checkbox.c                     |    87 +
 libs/tui/tui_widget_grid.c                         |   488 +
 libs/tui/tui_widget_inputline.c                    |   181 +
 libs/tui/tui_widget_label.c                        |    53 +
 libs/tui/tui_widget_progress.c                     |   120 +
 libs/tui/tui_widget_radiobox.c                     |   130 +
 libs/tui/tui_widget_spin_edit.c                    |   118 +
 libs/tui/tui_widget_string_list.c                  |   183 +
 libs/tui/unix/systui.c                             |    29 +
 libs/tui/win/systui.c                              |   590 +
 libs/vdb/.gitignore                                |     1 +
 libs/vdb/Makefile                                  |   188 +
 libs/vdb/blob-headers.c                            |   726 +
 libs/vdb/blob-headers.h                            |   114 +
 libs/vdb/blob-priv.h                               |   206 +
 libs/vdb/blob.c                                    |  1690 ++
 libs/vdb/blob.h                                    |    84 +
 libs/vdb/cast.c                                    |   583 +
 libs/vdb/column-cmn.c                              |   356 +
 libs/vdb/column-priv.h                             |   304 +
 libs/vdb/column.c                                  |    80 +
 libs/vdb/compare.c                                 |   242 +
 libs/vdb/cursor-cmn.c                              |  2910 +++
 libs/vdb/cursor-priv.h                             |   322 +
 libs/vdb/cursor.c                                  |   200 +
 libs/vdb/database-cmn.c                            |   928 +
 libs/vdb/database-depend.c                         |  1807 ++
 libs/vdb/database-load.c                           |   119 +
 libs/vdb/database-priv.h                           |   150 +
 libs/vdb/database.c                                |    29 +
 libs/vdb/dbmgr-cmn.c                               |   917 +
 libs/vdb/dbmgr-priv.h                              |   115 +
 libs/vdb/dbmgr.c                                   |   157 +
 libs/vdb/delta_average.c                           |   298 +
 libs/vdb/environment-read.c                        |   108 +
 libs/vdb/fixed-row-len.c                           |    67 +
 libs/vdb/gen-cast.pl                               |   480 +
 libs/vdb/index_insert.c                            |   150 +
 libs/vdb/index_lookup.c                            |   191 +
 libs/vdb/index_project.c                           |   221 +
 libs/vdb/libvdb.vers.h                             |    27 +
 libs/vdb/linker-cmn.c                              |   656 +
 libs/vdb/linker-int.c                              |   679 +
 libs/vdb/linker-priv.h                             |   272 +
 libs/vdb/linker.c                                  |    45 +
 libs/vdb/merge.c                                   |   215 +
 libs/vdb/meta-append.c                             |   145 +
 libs/vdb/meta-attr-read.c                          |   448 +
 libs/vdb/meta-attr-write.c                         |   529 +
 libs/vdb/meta-read.c                               |   140 +
 libs/vdb/meta-value.c                              |   381 +
 libs/vdb/meta-write.c                              |   155 +
 libs/vdb/page-map.c                                |  1734 ++
 libs/vdb/page-map.h                                |   386 +
 libs/vdb/parameter-read.c                          |   103 +
 libs/vdb/phys-cmn.c                                |   784 +
 libs/vdb/phys-load.c                               |   330 +
 libs/vdb/phys-priv.h                               |   194 +
 libs/vdb/phys.c                                    |    67 +
 libs/vdb/prod-cmn.c                                |  2506 +++
 libs/vdb/prod-expr.c                               |   885 +
 libs/vdb/prod-expr.h                               |   202 +
 libs/vdb/prod-func.c                               |   957 +
 libs/vdb/prod-priv.h                               |   462 +
 libs/vdb/prod.c                                    |   136 +
 libs/vdb/range-validate.c                          |   195 +
 libs/vdb/redimension.c                             |   108 +
 libs/vdb/report-vdb.c                              |   853 +
 libs/vdb/row-id.c                                  |    64 +
 libs/vdb/row-len.c                                 |    65 +
 libs/vdb/schema-db.c                               |   752 +
 libs/vdb/schema-dump.c                             |   683 +
 libs/vdb/schema-dump.h                             |   208 +
 libs/vdb/schema-eval.c                             |  1400 ++
 libs/vdb/schema-expr.c                             |  2170 ++
 libs/vdb/schema-expr.h                             |   396 +
 libs/vdb/schema-func.c                             |  1657 ++
 libs/vdb/schema-int.c                              |   376 +
 libs/vdb/schema-parse.c                            |   857 +
 libs/vdb/schema-parse.h                            |   607 +
 libs/vdb/schema-priv.h                             |  1308 ++
 libs/vdb/schema-prod.c                             |  1004 +
 libs/vdb/schema-tbl.c                              |  2925 +++
 libs/vdb/schema-tok.c                              |    74 +
 libs/vdb/schema-tok.h                              |    61 +
 libs/vdb/schema-type.c                             |  2573 +++
 libs/vdb/schema.c                                  |  1768 ++
 libs/vdb/split.c                                   |   398 +
 libs/vdb/table-cmn.c                               |  1401 ++
 libs/vdb/table-load.c                              |   323 +
 libs/vdb/table-priv.h                              |   238 +
 libs/vdb/table.c                                   |   109 +
 libs/vdb/transpose.c                               |   720 +
 libs/vdb/wcolumn.c                                 |  1074 +
 libs/vdb/wcursor.c                                 |  1238 ++
 libs/vdb/wdatabase.c                               |   680 +
 libs/vdb/wdbmgr.c                                  |   267 +
 libs/vdb/wlinker.c                                 |    98 +
 libs/vdb/wphys.c                                   |   912 +
 libs/vdb/wprod.c                                   |   439 +
 libs/vdb/wtable.c                                  |  1055 +
 libs/vdb/xform-priv.h                              |    83 +
 libs/vfs/Makefile                                  |   102 +
 libs/vfs/keyring.c                                 |   292 +
 libs/vfs/keyring.h                                 |   111 +
 libs/vfs/kurl-stub.c                               |    18 +
 libs/vfs/manager.c                                 |  3326 +++
 libs/vfs/path-priv.h                               |   147 +
 libs/vfs/path.c                                    |  3788 ++++
 libs/vfs/resolver-3.0.c                            |   326 +
 libs/vfs/resolver-priv.h                           |   241 +
 libs/vfs/resolver.c                                |  4673 +++++
 libs/vfs/srapath-stub.c                            |   372 +
 libs/vfs/srapath.c                                 |  1424 ++
 libs/vfs/unix/syskeyring.c                         |   161 +
 libs/vfs/unix/syspath.c                            |   155 +
 libs/vfs/win/syskeyring.c                          |    58 +
 libs/vfs/win/syspath.c                             |   471 +
 libs/vxf/.gitignore                                |     1 +
 libs/vxf/Makefile                                  |   196 +
 libs/vxf/add-row-id.c                              |    80 +
 libs/vxf/bit_or.c                                  |   135 +
 libs/vxf/bunzip.c                                  |   130 +
 libs/vxf/bzip.c                                    |   184 +
 libs/vxf/ceil.c                                    |    48 +
 libs/vxf/checksum.c                                |   566 +
 libs/vxf/clip.c                                    |   200 +
 libs/vxf/cut.c                                     |   227 +
 libs/vxf/delta.c                                   |   108 +
 libs/vxf/deriv.c                                   |   109 +
 libs/vxf/diff.c                                    |   356 +
 libs/vxf/echo.c                                    |   187 +
 libs/vxf/entrez.c                                  |   170 +
 libs/vxf/exists.c                                  |   212 +
 libs/vxf/extract_token.c                           |   105 +
 libs/vxf/floor.c                                   |    49 +
 libs/vxf/fsplit-join.impl.h                        |   136 +
 libs/vxf/funzip.c                                  |   172 +
 libs/vxf/fzip.c                                    |   168 +
 libs/vxf/integral.c                                |   113 +
 libs/vxf/integral_0.c                              |   113 +
 libs/vxf/irzip.c                                   |   564 +
 libs/vxf/irzip.impl.h                              |   482 +
 libs/vxf/iunzip.c                                  |   748 +
 libs/vxf/izip-common.h                             |   195 +
 libs/vxf/izip-decode.impl.h                        |   162 +
 libs/vxf/izip-encode.impl.h                        |   523 +
 libs/vxf/izip.c                                    |   866 +
 libs/vxf/lower-case-tech-reads.c                   |   111 +
 libs/vxf/map.c                                     |  1017 +
 libs/vxf/math-funcs-impl.h                         |   361 +
 libs/vxf/max.c                                     |   175 +
 libs/vxf/min.c                                     |   175 +
 libs/vxf/outlier-decoder.c                         |   113 +
 libs/vxf/outlier-encoder.c                         |   141 +
 libs/vxf/pack.c                                    |    92 +
 libs/vxf/paste.c                                   |   357 +
 libs/vxf/rand_4na_2na.c                            |   200 +
 libs/vxf/rldecode.c                                |   155 +
 libs/vxf/rlencode.c                                |   262 +
 libs/vxf/round.c                                   |    49 +
 libs/vxf/simple-sub-select.c                       |   293 +
 libs/vxf/sprintf.c                                 |  1280 ++
 libs/vxf/strtonum.c                                |   354 +
 libs/vxf/subtract-row-id.c                         |    83 +
 libs/vxf/sum.c                                     |   356 +
 libs/vxf/trim.c                                    |   229 +
 libs/vxf/trunc.c                                   |    49 +
 libs/vxf/undelta.c                                 |   108 +
 libs/vxf/unpack.c                                  |   115 +
 libs/vxf/unzip.c                                   |   234 +
 libs/vxf/vec-sum.c                                 |   239 +
 libs/vxf/wgs-tokenize-accession.c                  |   213 +
 libs/vxf/zip.c                                     |   216 +
 libs/wgsxf/Makefile                                |   127 +
 libs/wgsxf/build_read_type.c                       |   113 +
 libs/wgsxf/build_scaffold.c                        |   435 +
 libs/xfs/Makefile                                  |   140 +
 libs/xfs/bogus.c                                   |   373 +
 libs/xfs/common.h                                  |   217 +
 libs/xfs/contnode.c                                |   685 +
 libs/xfs/contnode.h                                |    98 +
 libs/xfs/doc.c                                     |   730 +
 libs/xfs/docnode.c                                 |   745 +
 libs/xfs/editors.c                                 |   491 +
 libs/xfs/encro.c                                   |   875 +
 libs/xfs/encws.c                                   |  1793 ++
 libs/xfs/foo.c                                     |   250 +
 libs/xfs/gap.c                                     |   585 +
 libs/xfs/gapc.c                                    |   993 +
 libs/xfs/gapf.c                                    |   879 +
 libs/xfs/gapk.c                                    |   440 +
 libs/xfs/gapka.c                                   |  1005 +
 libs/xfs/gapks.c                                   |   882 +
 libs/xfs/handle.c                                  |   227 +
 libs/xfs/http.c                                    |  1300 ++
 libs/xfs/kfs.c                                     |  2038 ++
 libs/xfs/lockdpt.c                                 |   192 +
 libs/xfs/lockdpt.h                                 |    76 +
 libs/xfs/lreader.c                                 |   459 +
 libs/xfs/lreader.h                                 |   117 +
 libs/xfs/mehr.c                                    |   258 +
 libs/xfs/mehr.h                                    |    77 +
 libs/xfs/model.c                                   |  1157 ++
 libs/xfs/ncon.c                                    |   525 +
 libs/xfs/ncon.h                                    |    98 +
 libs/xfs/node.c                                    |   616 +
 libs/xfs/owp.c                                     |   375 +
 libs/xfs/owp.h                                     |    86 +
 libs/xfs/path.c                                    |  1503 ++
 libs/xfs/perm.c                                    |   805 +
 libs/xfs/platform.h                                |    51 +
 libs/xfs/readme.c                                  |   193 +
 libs/xfs/schwarzschraube.c                         |   334 +
 libs/xfs/schwarzschraube.h                         |   118 +
 libs/xfs/simcon.c                                  |   214 +
 libs/xfs/spen.c                                    |   963 +
 libs/xfs/spen.h                                    |   121 +
 libs/xfs/tar.c                                     |  1225 ++
 libs/xfs/teleport.c                                |   460 +
 libs/xfs/teleport.h                                |   108 +
 libs/xfs/tree.c                                    |   717 +
 libs/xfs/unix/operations.c                         |  2150 ++
 libs/xfs/unix/operations.h                         |    54 +
 libs/xfs/unix/platform.c                           |   359 +
 libs/xfs/unix/security.c                           |    24 +
 libs/xfs/win/operations.c                          |  2666 +++
 libs/xfs/win/operations.h                          |    50 +
 libs/xfs/win/platform.c                            |   541 +
 libs/xfs/win/security.c                            |  1935 ++
 libs/xfs/xencro.c                                  |   944 +
 libs/xfs/xencro.h                                  |   118 +
 libs/xfs/xencws.c                                  |  5090 +++++
 libs/xfs/xencws.h                                  |    71 +
 libs/xfs/xfs-priv.h                                |   118 +
 libs/xfs/xfs.c                                     |   403 +
 libs/xfs/xgap.c                                    |  1408 ++
 libs/xfs/xgap.h                                    |   244 +
 libs/xfs/xgapf.c                                   |  1822 ++
 libs/xfs/xgapf.h                                   |   126 +
 libs/xfs/xgapk.c                                   |  1777 ++
 libs/xfs/xgapk.h                                   |   184 +
 libs/xfs/xhttp.c                                   |  2998 +++
 libs/xfs/xhttp.h                                   |   174 +
 libs/xfs/xlog.c                                    |   295 +
 libs/xfs/xtar.c                                    |  1248 ++
 libs/xfs/xtar.h                                    |   160 +
 libs/xfs/zehr.c                                    |  1063 +
 libs/xfs/zehr.h                                    |   266 +
 local-builds.sh                                    |    72 +
 schema_crc.pl                                      |   148 +
 setup/install.prl                                  |    43 +-
 setup/konfigure.perl                               |   160 +-
 setup/package.prl                                  |    63 +-
 test/Makefile                                      |    41 +-
 test/align-cache/CSRA_file                         |   Bin 154937 -> 0 bytes
 test/align-cache/Makefile                          |    58 -
 test/align-cache/valgrind.suppress                 |     6 -
 test/align-info/Makefile                           |    48 -
 test/cc/Makefile                                   |    60 +
 test/cc/asm-test.cpp                               |   465 +
 test/cipher/Makefile                               |    52 +
 test/cipher/test.sh                                |    47 +
 test/copycat/Makefile                              |    60 -
 test/copycat/input/1.xml                           |     5 -
 test/ext/Makefile                                  |    51 +
 test/ext/magic/Makefile                            |    61 +
 test/ext/magic/magictest.cpp                       |    85 +
 test/fastq-loader/.gitignore                       |     1 -
 test/fastq-loader/Makefile                         |   211 -
 test/fastq-loader/expected/1.1.stdout              |    32 -
 test/fastq-loader/expected/1.2.stdout              |    32 -
 test/fastq-loader/expected/1.3.stderr              |     4 -
 test/fastq-loader/expected/1.3.stdout              |    27 -
 test/fastq-loader/expected/1.4.stdout              |    96 -
 test/fastq-loader/expected/10.0.stdout             |    32 -
 test/fastq-loader/expected/11.0.stdout             |    32 -
 test/fastq-loader/expected/11.1.stdout             |    32 -
 test/fastq-loader/expected/12.0.stdout             |    64 -
 test/fastq-loader/expected/12.1.stdout             |    64 -
 test/fastq-loader/expected/12.2.stdout             |    32 -
 test/fastq-loader/expected/13.0.stdout             |    96 -
 test/fastq-loader/expected/13.1.stdout             |    96 -
 test/fastq-loader/expected/14.0.stdout             |    32 -
 test/fastq-loader/expected/2.1.1.stdout            |    48 -
 test/fastq-loader/expected/2.1.stdout              |    64 -
 test/fastq-loader/expected/2.5.stdout              |    64 -
 test/fastq-loader/expected/2.6.stdout              |    32 -
 test/fastq-loader/expected/2.7.stdout              |    32 -
 test/fastq-loader/expected/2.8.1.stdout            |    64 -
 test/fastq-loader/expected/2.8.stdout              |    64 -
 test/fastq-loader/expected/2.9.1.stderr            |     4 -
 test/fastq-loader/expected/2.9.stderr              |     4 -
 test/fastq-loader/expected/3.1.stdout              |   128 -
 test/fastq-loader/expected/4.2.stdout              |    32 -
 test/fastq-loader/expected/4.3.1.stderr            |    14 -
 test/fastq-loader/expected/4.4.stdout              |    72 -
 test/fastq-loader/expected/4.5.1.stderr            |     8 -
 test/fastq-loader/expected/4.5.stderr              |     9 -
 test/fastq-loader/expected/4.6.1.stderr            |     3 -
 test/fastq-loader/expected/4.6.stdout              |    32 -
 test/fastq-loader/expected/4.7.stderr              |     2 -
 test/fastq-loader/expected/5.0.stdout              |    32 -
 test/fastq-loader/expected/6.0.stdout              |   416 -
 test/fastq-loader/expected/7.1.stdout              |    64 -
 test/fastq-loader/expected/7.2.stdout              |    64 -
 test/fastq-loader/expected/7.3.stdout              |    64 -
 test/fastq-loader/expected/8.0.stdout              |    32 -
 test/fastq-loader/expected/8.1.stderr              |     5 -
 test/fastq-loader/expected/9.0.stdout              |    64 -
 test/fastq-loader/input/1.1.fastq                  |     5 -
 test/fastq-loader/input/1.2.fastq                  |     5 -
 test/fastq-loader/input/1.3.fastq                  |     5 -
 test/fastq-loader/input/1.4.fastq                  |    24 -
 test/fastq-loader/input/10.0.fastq                 |     4 -
 test/fastq-loader/input/11.0.1.fasta               |     2 -
 test/fastq-loader/input/11.0.2.fasta               |     2 -
 test/fastq-loader/input/11.1.1.fastq               |     4 -
 test/fastq-loader/input/11.1.2.fastq               |     4 -
 test/fastq-loader/input/12.0.fastq                 |     8 -
 test/fastq-loader/input/12.1.fastq                 |     8 -
 test/fastq-loader/input/12.2.fastq                 |     4 -
 test/fastq-loader/input/13.0.fasta                 |     2 -
 test/fastq-loader/input/13.0.fastq                 |    12 -
 test/fastq-loader/input/13.1.fastq                 |    12 -
 test/fastq-loader/input/14.0.fasta                 |     2 -
 test/fastq-loader/input/2.1.1.fastq                |     5 -
 test/fastq-loader/input/2.1.fastq                  |     4 -
 test/fastq-loader/input/2.2.fastq                  |     4 -
 test/fastq-loader/input/2.3.fastq                  |     8 -
 test/fastq-loader/input/2.4.fastq                  |     8 -
 test/fastq-loader/input/2.5.fastq                  |     9 -
 test/fastq-loader/input/2.6.fastq                  |     9 -
 test/fastq-loader/input/2.7.fastq                  |     8 -
 test/fastq-loader/input/2.8.1.fastq                |     4 -
 test/fastq-loader/input/2.8.fastq                  |     4 -
 test/fastq-loader/input/2.9.1.fastq                |     4 -
 test/fastq-loader/input/2.9.fastq                  |     4 -
 test/fastq-loader/input/3.1a.fastq                 |     8 -
 test/fastq-loader/input/3.1b.fastq                 |     9 -
 test/fastq-loader/input/3.2a.fastq                 |     8 -
 test/fastq-loader/input/3.2b.fastq                 |     8 -
 test/fastq-loader/input/3.3a.fastq                 |     8 -
 test/fastq-loader/input/3.3b.fastq                 |     8 -
 test/fastq-loader/input/4.4.fastq                  |    13 -
 test/fastq-loader/input/4.5.1.fastq                |    10 -
 test/fastq-loader/input/4.5.fastq                  |    10 -
 test/fastq-loader/input/4.fastq                    |     5 -
 test/fastq-loader/input/5.0.fastq.gz               |   Bin 139 -> 0 bytes
 test/fastq-loader/input/6.0.fastq                  |    52 -
 test/fastq-loader/input/7.1.fastq                  |     9 -
 test/fastq-loader/input/7.2.fastq                  |     8 -
 test/fastq-loader/input/7.3.fastq                  |     8 -
 test/fastq-loader/input/8.0.fastq                  |     9 -
 test/fastq-loader/input/8.1.fastq                  |    17 -
 test/fastq-loader/input/9.0.fastq                  |    16 -
 test/fastq-loader/runtestcase.sh                   |   106 -
 test/fastq-loader/test-fastq-loader.cpp            |   215 -
 test/fastq-loader/wb-test-fastq.cpp                |  1396 --
 test/general-loader/.gitignore                     |     2 -
 test/general-loader/Makefile                       |   183 -
 test/general-loader/expected/1.stdout              |    75 -
 test/general-loader/expected/1override.stdout      |    75 -
 test/general-loader/expected/1packed.stdout        |    75 -
 test/general-loader/expected/2.stderr              |     2 -
 test/general-loader/expected/2packed.stderr        |     2 -
 test/general-loader/expected/3.stdout              |    16 -
 test/general-loader/expected/3packed.stdout        |    16 -
 test/general-loader/expected/4.stdout              |   160 -
 test/general-loader/expected/4packed.stdout        |   160 -
 test/general-loader/expected/5packed.stdout        |    16 -
 test/general-loader/expected/6.stdout              |     1 -
 test/general-loader/expected/6packed.stdout        |     1 -
 test/general-loader/input/column01                 |     2 -
 test/general-loader/input/column02                 |     2 -
 test/general-loader/makeinputs.cpp                 |   226 -
 test/general-loader/runtestcase.sh                 |   108 -
 test/general-loader/schema/.gitignore              |     4 -
 test/general-loader/test-general-loader.cpp        |  1684 --
 test/general-loader/test-general-writer.cpp        |   341 -
 test/general-loader/test-gw-dumper.cpp             |    80 -
 test/general-loader/testsource.cpp                 |   758 -
 test/general-loader/testsource.hpp                 |   177 -
 test/judy_test/Makefile                            |    58 +
 test/judy_test/judytest.c                          |  1831 ++
 test/junit-4.11.jar                                |   Bin 0 -> 288666 bytes
 test/kapp/Makefile                                 |   169 +
 test/kapp/env-test-tool.c                          |   170 +
 test/kapp/kapp-test.cpp                            |   549 +
 test/kapp/qfiletest.c                              |   338 +
 test/kapp/queuefile.data                           |   338 +
 test/kapp/report-kns-agent.c                       |    58 +
 test/kapp/run-kns-agent.sh                         |    60 +
 test/kapp/run-sig-core.sh                          |   116 +
 test/kapp/sig-core.c                               |   101 +
 test/kar/Makefile                                  |    55 -
 test/kar/expected/1.0.stdout                       |    35 -
 test/kar/input/1.0/sub1/col/sub1/idx2              |     0
 test/kar/input/1.0/sub1/col/sub1/idx3              |     0
 test/kar/input/1.0/sub1/md/cur                     |     0
 test/kar/input/1.0/sub1/sub2/col/sub1/idx          |     0
 test/kar/input/1.0/sub1/sub2/col/sub1/idx0         |     0
 test/kar/input/1.0/sub1/sub2/col/sub1/idx1         |     0
 test/kar/input/1.0/sub1/sub2/col/sub1/idx2         |     0
 test/kar/input/1.0/sub1/sub2/col/sub1/idx3         |     0
 test/kar/test-kar.sh                               |    97 -
 test/kdb/Makefile                                  |   103 +
 test/kdb/kdbtest.cpp                               |   174 +
 test/kdb/remote_open_test.cpp                      |   304 +
 test/kdb/root/sra/SRR000123.sra.cache              |   Bin 0 -> 2975732 bytes
 test/kdb/test-btree.c                              |   338 +
 .../idx3 => kdb/testdb/tbl/SEQUENCE/col/dummy}     |     0
 test/kdb/wkdbtest.cpp                              |   264 +
 test/kfc/Makefile                                  |    57 +
 test/kfc/kfc.c                                     |    29 +
 test/kfc/test-except.c                             |   133 +
 test/kfg/Makefile                                  |   139 +
 test/kfg/config.linux.kfg                          |    26 +
 test/kfg/config.schema.kfg                         |    25 +
 test/kfg/config.sra.kfg                            |    29 +
 test/kfg/flat-sra-kfg.cpp                          |   415 +
 test/kfg/flat-sra-kfg/aux_root/empty.kfg           |     1 +
 test/kfg/flat-sra-kfg/new/sraFlat.kfg              |     1 +
 test/kfg/flat-sra-kfg/old/fuse1000.kfg             |     1 +
 test/kfg/keystoretest.cpp                          |   429 +
 test/kfg/kfgtest.cpp                               |  1030 +
 test/kfg/ncbi-home-from-env.configs/dir1/file.kfg  |     2 +
 .../dir1/not-user-settings.xml                     |     2 +
 .../dir1/user-settings.mkfg                        |     2 +
 test/kfg/ncbi-home-from-env.configs/dir2/file.kfg  |     2 +
 .../dir2/not-user-settings.xml                     |     2 +
 .../dir2/user-settings.mkfg                        |     2 +
 test/kfg/ncbi-home-from-env.cpp                    |    50 +
 test/kfg/prj_2956.ngc                              |   Bin 0 -> 91 bytes
 test/kfg/repositorytest.cpp                        |   280 +
 test/kfg/wb-test-kfg.cpp                           |   628 +
 test/kfs/Makefile                                  |   137 +
 test/kfs/cacheteetest.cpp                          |   604 +
 test/kfs/kfstest.cpp                               |   198 +
 test/kfs/md5test.cpp                               |   199 +
 test/kfs/ramfiletest.cpp                           |   199 +
 test/kfs/resolvetest.cpp                           |   196 +
 test/kfs/test.tar                                  |   Bin 0 -> 20480 bytes
 test/kget/.gitignore                               |     3 -
 test/kget/Makefile                                 |    66 -
 test/kget/test_kget.py                             |   175 -
 test/klib/Makefile                                 |   198 +
 test/klib/asm-test.c                               |   114 +
 test/klib/md5appendtest.c                          |   274 +
 test/klib/printf-test.c                            |   836 +
 test/klib/test-SraReleaseVersion.cpp               |   316 +
 test/klib/test-klib.cpp                            |  1027 +
 test/klib/test-log.cpp                             |   317 +
 test/klib/test-out.cpp                             |   156 +
 test/klib/test-vnamelist.cpp                       |   364 +
 test/kns/KNSManagerSingletonTest.cpp               |    69 +
 test/kns/Makefile                                  |   122 +
 test/kns/http-test.c                               |   368 +
 test/kns/http_dropconnection_test.cpp              |   437 +
 test/kns/httptest.cpp                              |   870 +
 test/kns/knstest.cpp                               |  1074 +
 test/kns/nih_1_out.txt                             |   277 +
 test/kproc/Makefile                                |    55 +
 test/kproc/kproctest.cpp                           |   889 +
 test/krypto/Makefile                               |   215 +
 test/krypto/test-aes-ciphers.c                     |   792 +
 test/krypto/test-cipher-speed.c                    |   910 +
 test/krypto/test-cmn.cpp                           |   359 +
 test/krypto/test-cmn.hpp                           |    90 +
 test/krypto/test-csprng.c                          |   230 +
 test/krypto/test-encdec.cpp                        |   607 +
 test/krypto/test-krypto-slow.cpp                   |   401 +
 test/krypto/test-modes.c                           |  1261 ++
 test/krypto/test-reenc.cpp                         |   376 +
 test/ktst/Makefile                                 |    60 +
 test/ktst/ktsttest.cpp                             |   186 +
 test/loader/Makefile                               |    58 +
 test/loader/loadertest.cpp                         |   407 +
 test/loader/sequence-writer.c                      |   366 +
 test/loader/sequencewriter.vschema                 |    47 +
 test/network-test/Makefile                         |    99 -
 test/network-test/network-test.c                   |   105 -
 test/network-test/network-test.vers                |     1 -
 test/network-test/network-testing.c                |   436 -
 test/network-test/network-testing.h                |    42 -
 test/ngs-c++/CSRA1PileupTest.cpp                   |   742 +
 test/ngs-c++/CSRA1_ReadCollection_test.cpp         |   252 +
 test/ngs-c++/CSRA1test.cpp                         |  1116 +
 test/ngs-c++/Makefile                              |   127 +
 test/ngs-c++/NGStest.cpp                           |    71 +
 test/ngs-c++/SRADBtest.cpp                         |   536 +
 test/ngs-c++/SRAtest.cpp                           |   478 +
 test/ngs-c++/SRR600096                             |   Bin 0 -> 81253 bytes
 test/ngs-c++/SRR611340                             |   Bin 0 -> 211261 bytes
 test/ngs-c++/ngsfixture.hpp                        |    93 +
 test/ngs-c++/seq_spot_id_0.sra                     |   Bin 0 -> 14316329 bytes
 test/ngs-c++/valgrind.suppress                     |    12 +
 test/ngs-java/Makefile                             |   125 +
 test/ngs-java/build.xml                            |    53 +
 test/ngs-java/ngs_test_CSRA1.java                  |   860 +
 test/ngs-java/ngs_test_lib_load.java               |   246 +
 test/ngs-pileup/Makefile                           |   137 -
 test/ngs-pileup/runtestcase.sh                     |    90 -
 test/ngs-pileup/test-ngs-pileup.cpp                |   177 -
 test/ngs-python/Makefile                           |    57 +
 test/ngs-python/build.xml                          |    41 +
 test/ngs-python/tests.py                           |   506 +
 test/ngs/Makefile                                  |   216 +
 test/ngs/data/.gitignore                           |     1 +
 test/ngs/data/SysPathTest/md/cur                   |   Bin 0 -> 21398 bytes
 test/ngs/data/SysPathTest/md5                      |     1 +
 .../data/SysPathTest/tbl/SEQUENCE/col/READ/data    |   Bin 0 -> 143 bytes
 .../ngs/data/SysPathTest/tbl/SEQUENCE/col/READ/idx |   Bin 0 -> 40 bytes
 .../data/SysPathTest/tbl/SEQUENCE/col/READ}/idx0   |     0
 .../data/SysPathTest/tbl/SEQUENCE/col/READ/idx1    |   Bin 0 -> 132 bytes
 .../data/SysPathTest/tbl/SEQUENCE/col/READ/idx2    |   Bin 0 -> 112 bytes
 .../data/SysPathTest/tbl/SEQUENCE/col/READ/md/cur  |   Bin 0 -> 174 bytes
 .../ngs/data/SysPathTest/tbl/SEQUENCE/col/READ/md5 |     6 +
 test/ngs/data/SysPathTest/tbl/SEQUENCE/md/cur      |   Bin 0 -> 21734 bytes
 test/ngs/data/SysPathTest/tbl/SEQUENCE/md5         |     1 +
 test/ngs/ngs_c_fixture.hpp                         |   180 +
 test/ngs/ngstest.cpp                               |   889 +
 test/ngs/ngstest_csra1.cpp                         |  1250 ++
 test/ngs/ngstest_csra1_pileup.cpp                  |   577 +
 test/ngs/ngstest_csra1_readcollection.cpp          |   739 +
 test/ngs/ngstest_csra1_refwin.cpp                  |   819 +
 test/ngs/ngstest_fragmentblob.cpp                  |   597 +
 test/ngs/ngstest_makedb.cpp                        |   196 +
 test/ngs/ngstest_reference.cpp                     |   133 +
 test/ngs/ngstest_sra.cpp                           |  1065 +
 test/ngs/ngstest_sradb.cpp                         |   866 +
 test/ngs/valgrind.suppress                         |    16 +
 test/pileup-stats/Makefile                         |    61 -
 test/pileup-stats/valgrind.suppress                |     6 -
 test/ref-variation/Makefile                        |    62 -
 test/ref-variation/expected/ref-variation.out      |   192 -
 test/ref-variation/expected/var-expand.out         |     1 -
 test/ref-variation/have-access.sh                  |    25 -
 test/ref-variation/ref-variation.in                |     4 -
 test/ref-variation/ref-variation.sh                |    29 -
 test/samline/Makefile                              |   115 -
 test/samline/alig-gen.c                            |   656 -
 test/samline/bx_tag_test.py                        |    27 -
 test/samline/ca_test.py                            |    80 -
 test/samline/cigar.c                               |   446 -
 test/samline/cigar.h                               |    59 -
 test/samline/example.sh                            |    61 -
 test/samline/refbases.c                            |   184 -
 test/samline/refbases.h                            |    43 -
 test/samline/reject_multi_refnames.sh              |    62 -
 test/samline/sam.py                                |   339 -
 test/samline/samline.vers                          |     1 -
 test/samline/sampart.c                             |   304 -
 test/samline/sampart.vers                          |     1 -
 test/samline/sec_align_problem.sh                  |    76 -
 test/search/Makefile                               |    61 +
 test/search/PerfCounter.h                          |   211 +
 test/search/agrep-main.c                           |   346 +
 test/search/search-vdb.cpp                         |   512 +
 test/search/search-vdb.h                           |   229 +
 test/search/test-agrep.cpp                         |   928 +
 test/sraxf/Makefile                                |    60 +
 test/sraxf/fix_read_seg-test.cpp                   |   131 +
 test/tarballs/build.xml                            |    27 -
 test/tarballs/test-tarballs.bat                    |    40 -
 test/tarballs/test-tarballs.sh                     |    97 -
 test/vcf-loader/Makefile                           |    70 -
 test/vcf-loader/test-vcf-loader.cpp                |   864 -
 test/vdb-dump/Makefile                             |    47 -
 test/vdb-dump/SRR056386                            |   Bin 14505 -> 0 bytes
 test/vdb-dump/expected/1.0.stdout                  |     1 -
 test/vdb-dump/expected/1.1.stdout                  |     1 -
 test/vdb-validate/Makefile                         |    64 -
 test/vdb-validate/db/blob-row-gap.kar              |   Bin 3362642 -> 0 bytes
 test/vdb-validate/db/sdc_len_mismatch.csra         |   Bin 181017 -> 0 bytes
 test/vdb-validate/db/sdc_pa_longer.csra            |   Bin 183853 -> 0 bytes
 test/vdb-validate/db/sdc_tmp_mismatch.csra         |   Bin 170925 -> 0 bytes
 test/vdb-validate/expected/ROW_GAP                 |    42 -
 test/vdb-validate/expected/no_sdc_checks           |    23 -
 test/vdb-validate/expected/sdc_len_mismatch_1      |    24 -
 test/vdb-validate/expected/sdc_len_mismatch_2      |    24 -
 test/vdb-validate/expected/sdc_pa_longer_1         |    26 -
 test/vdb-validate/expected/sdc_pa_longer_2         |    26 -
 test/vdb-validate/expected/sdc_pa_longer_3         |    26 -
 test/vdb-validate/expected/sdc_tmp_mismatch        |    16 -
 test/vdb-validate/runtestcase.sh                   |    61 -
 test/vdb/Makefile                                  |   225 +
 test/vdb/SYS-224064.cpp                            |   237 +
 test/vdb/db/blob_val_inv_chsum.sra                 |   Bin 0 -> 196213 bytes
 test/vdb/kfg/empty/empty.kfg                       |     3 +
 test/vdb/kfg/linux/test-dependencies.kfg           |     3 +
 test/vdb/kfg/mac/test-dependencies.kfg             |     3 +
 test/vdb/kfg/win/test-dependencies.kfg             |     3 +
 test/vdb/test-VDB-3060.cpp                         |   380 +
 test/vdb/test-blob-val.cpp                         |   185 +
 test/vdb/test-dependencies.cpp                     |   452 +
 test/vdb/test-sparse-col.cpp                       |   358 +
 test/vdb/test-vdb.cpp                              |   624 +
 test/vdb/test-wvdb.cpp                             |   525 +
 test/vfs/Makefile                                  |   130 +
 test/vfs/caching-kfg/incomplete.kfg                |     4 +
 test/vfs/managertest.cpp                           |   490 +
 test/vfs/ncbi/protected1/SRR999997                 |     1 +
 test/vfs/ncbi/protected1/SRR999997.ncbi_enc        |   Bin 0 -> 32864 bytes
 .../1.0/idx/4a => vfs/ncbi/public/refseq/YYZZ99}   |     0
 .../idx/4b => vfs/ncbi/public/refseq/ZZ999999.9}   |     0
 .../sub/4c => vfs/ncbi/public/sra/SRR999998.sra}   |     0
 .../1.0/idx/sub/4d => vfs/ncbi/public/wgs/YYZZ99}  |     0
 test/vfs/ncbi_enc                                  |   Bin 0 -> 65696 bytes
 test/vfs/path-test.c                               |   765 +
 test/vfs/pathtest.cpp                              |   737 +
 .../1.0/md/cur => vfs/repo/wgs/WGS/YY/ZZ/YYZZ10}   |     0
 .../1.0/md5 => vfs/repo/wgs/WGS/YY/ZZ/YYZZ99}      |     0
 .../sub1/idx => vfs/repo/wgs2/WGS/YY/ZZ/YYZZ20}    |     0
 .../sub1/idx1 => vfs/repo/wgs2/WGS/YY/ZZ/YYZZ99}   |     0
 test/vfs/resolvertest.cpp                          |   344 +
 test/vfs/test-caching.cpp                          |   615 +
 test/vschema/Makefile                              |   117 -
 test/vschema/bio-end/bio-end-excl.vschema          |    44 -
 test/vschema/bio-end/bio-end-incl.vschema          |    44 -
 test/vschema/bio-end/expected/excl-1.stdout        |     5 -
 test/vschema/bio-end/expected/excl-2.stdout        |     5 -
 test/vschema/bio-end/expected/excl-3.stdout        |     5 -
 test/vschema/bio-end/expected/excl-4.stdout        |     5 -
 test/vschema/bio-end/expected/incl-1.stdout        |     5 -
 test/vschema/bio-end/makeinputs.cpp                |   129 -
 test/vschema/idx-text/checklookup.cpp              |   335 -
 test/vschema/idx-text/expected/ci-1.stdout         |    21 -
 test/vschema/idx-text/expected/ci-2.stdout         |    18 -
 test/vschema/idx-text/expected/ci-3.stdout         |    12 -
 test/vschema/idx-text/expected/ci-4.stdout         |    12 -
 test/vschema/idx-text/expected/ci-5.stdout         |    15 -
 test/vschema/idx-text/expected/cs-1.stdout         |    18 -
 test/vschema/idx-text/expected/cs-2.stdout         |    18 -
 test/vschema/idx-text/expected/cs-3.stdout         |    18 -
 test/vschema/idx-text/idx-text.vschema             |   105 -
 test/vschema/idx-text/makeinputs.cpp               |   182 -
 test/vschema/runtestcase.sh                        |   126 -
 test/vxf/Makefile                                  |    62 +
 test/vxf/wb-irzip-impl.c                           |    88 +
 test/vxf/wb-irzip-impl.h                           |    56 +
 test/vxf/wb-test-vxf.cpp                           |   268 +
 tools/.gitignore                                   |     6 -
 tools/Makefile                                     |    92 -
 tools/agp-load/AGP.py                              |   668 -
 tools/agp-load/agp-load.py                         |   173 -
 tools/agp-load/agp.vschema                         |    45 -
 tools/agp-load/eutils.py                           |   112 -
 tools/align-cache/Makefile                         |    92 -
 tools/align-cache/align-cache.cpp                  |   557 -
 tools/align-cache/align-cache.vers                 |     1 -
 tools/align-cache/align-cache.vers.h               |     1 -
 tools/align-cache/helper.cpp                       |   923 -
 tools/align-cache/helper.h                         |   390 -
 tools/align-info/Makefile                          |    90 -
 tools/align-info/align-info.c                      |   575 -
 tools/align-info/align-info.vers                   |     1 -
 tools/align-info/align-info.vers.h                 |     1 -
 tools/bam-loader/Globals.h                         |    93 -
 tools/bam-loader/KFileHelper.c                     |   142 -
 tools/bam-loader/KFileHelper.h                     |    48 -
 tools/bam-loader/KVPFile.c                         |   355 -
 tools/bam-loader/KVPFile.h                         |   164 -
 tools/bam-loader/Makefile                          |   124 -
 tools/bam-loader/alignment-writer.c                |   267 -
 tools/bam-loader/alignment-writer.h                |   101 -
 tools/bam-loader/analysis.c                        |   157 -
 tools/bam-loader/analysis.h                        |    49 -
 tools/bam-loader/bam-alignment.h                   |    74 -
 tools/bam-loader/bam-load.vers                     |     1 -
 tools/bam-loader/bam-loader.c                      |  1277 --
 tools/bam-loader/bam-priv.h                        |   196 -
 tools/bam-loader/bam-reader.c                      |  1104 -
 tools/bam-loader/bam-reader.h                      |    98 -
 tools/bam-loader/bam.c                             |  4075 ----
 tools/bam-loader/bam.h                             |   592 -
 tools/bam-loader/config-file.cpp                   |   195 -
 tools/bam-loader/config-file.hpp                   |    65 -
 tools/bam-loader/fasta-file.cpp                    |   257 -
 tools/bam-loader/fasta-file.hpp                    |    63 -
 tools/bam-loader/hashtable.c                       |   878 -
 tools/bam-loader/hashtable.h                       |    55 -
 tools/bam-loader/loader-imp.c                      |  3086 ---
 tools/bam-loader/loader-imp.h                      |    30 -
 tools/bam-loader/low-match-count.cpp               |    72 -
 tools/bam-loader/low-match-count.h                 |    33 -
 tools/bam-loader/mem-bank.cpp                      |   477 -
 tools/bam-loader/mem-bank.h                        |    41 -
 tools/bam-loader/reference-writer.c                |   620 -
 tools/bam-loader/reference-writer.h                |    78 -
 tools/bam-loader/samview.c                         |   109 -
 tools/bam-loader/samview.vers                      |     1 -
 tools/bam-loader/sequence-writer.c                 |   497 -
 tools/bam-loader/sequence-writer.h                 |    89 -
 tools/cache-mgr/Makefile                           |    99 -
 tools/cache-mgr/cache-mgr.c                        |  1413 --
 tools/cache-mgr/cache-mgr.vers                     |     1 -
 tools/cache-mgr/cache-mgr.vers.h                   |     1 -
 tools/ccextract/Makefile                           |   105 -
 tools/ccextract/ccextract.c                        |  1285 --
 tools/ccextract/ccextract.vers                     |     1 -
 tools/cg-load/.gitignore                           |     2 -
 tools/cg-load/Makefile                             |   110 -
 tools/cg-load/cg-load.c                            |  1277 --
 tools/cg-load/cg-load.vers                         |     1 -
 tools/cg-load/debug.h                              |    34 -
 tools/cg-load/defs.h                               |   163 -
 tools/cg-load/f1_3.c                               |    77 -
 tools/cg-load/f1_5.c                               |    78 -
 tools/cg-load/f1_7.c                               |    97 -
 tools/cg-load/f2_0.c                               |    98 -
 tools/cg-load/f2_2.c                               |    98 -
 tools/cg-load/f2_5.c                               |    98 -
 tools/cg-load/factory-cmn.h                        |    61 -
 tools/cg-load/factory-evidence-dnbs.c              |   625 -
 tools/cg-load/factory-evidence-dnbs.h              |    46 -
 tools/cg-load/factory-evidence-intervals.c         |   396 -
 tools/cg-load/factory-evidence-intervals.h         |    46 -
 tools/cg-load/factory-file.h                       |    47 -
 tools/cg-load/factory-mappings.c                   |   539 -
 tools/cg-load/factory-mappings.h                   |    46 -
 tools/cg-load/factory-reads.c                      |   448 -
 tools/cg-load/factory-reads.h                      |    46 -
 tools/cg-load/factory-tag-lfr.c                    |   376 -
 tools/cg-load/factory-tag-lfr.h                    |    41 -
 tools/cg-load/file-version-factory.c               |   163 -
 tools/cg-load/file.c                               |   516 -
 tools/cg-load/file.h                               |   334 -
 tools/cg-load/formats.c                            |    54 -
 tools/cg-load/formats.h                            |    41 -
 tools/cg-load/writer-algn.c                        |   825 -
 tools/cg-load/writer-algn.h                        |    63 -
 tools/cg-load/writer-evidence-dnbs.c               |   246 -
 tools/cg-load/writer-evidence-dnbs.h               |    97 -
 tools/cg-load/writer-evidence-intervals.c          |   263 -
 tools/cg-load/writer-evidence-intervals.h          |    68 -
 tools/cg-load/writer-seq.c                         |   155 -
 tools/cg-load/writer-seq.h                         |    62 -
 tools/copycat/Makefile                             |   114 -
 tools/copycat/ccbuffer.c                           |   153 -
 tools/copycat/ccbuffermgr.c                        |   234 -
 tools/copycat/ccbufferq.c                          |   175 -
 tools/copycat/cccat.c                              |  1797 --
 tools/copycat/cccopier.c                           |   217 -
 tools/copycat/cccopy.c                             |   347 -
 tools/copycat/ccfile.c                             |   271 -
 tools/copycat/ccfileformat.c                       |   405 -
 tools/copycat/ccproc.c                             |   319 -
 tools/copycat/ccprocone.c                          |   217 -
 tools/copycat/ccread.c                             |   302 -
 tools/copycat/ccsra.c                              |  1239 --
 tools/copycat/ccsubchunk.c                         |   390 -
 tools/copycat/cctar.c                              |  2199 --
 tools/copycat/cctree-dump.c                        |  1030 -
 tools/copycat/cctree-priv.h                        |   351 -
 tools/copycat/cctree.c                             |   754 -
 tools/copycat/copycat-priv.h                       |   229 -
 tools/copycat/copycat.c                            |  1263 --
 tools/copycat/copycat.vers                         |     1 -
 tools/copycat/debug.h                              |    75 -
 tools/copycat/magic                                | 18398 -----------------
 tools/dbgap-mount/Makefile                         |   142 -
 tools/dbgap-mount/dbgap-mount-tool.c               |   565 -
 tools/dbgap-mount/dbgap-mount-tool.h               |    72 -
 tools/dbgap-mount/dbgap-mount-tool.vers            |     1 -
 tools/dbgap-mount/dbgap-mount-tool.vers.h          |     1 -
 tools/dbgap-mount/demo.c                           |   370 -
 tools/dbgap-mount/demo.mkfg                        |    47 -
 tools/dbgap-mount/demo.vers                        |     1 -
 tools/dbgap-mount/demo.vers.h                      |     1 -
 tools/dbgap-mount/unix/wrap.c                      |    44 -
 tools/dbgap-mount/win/wrap.c                       |   344 -
 tools/fastdump/.gitignore                          |     3 -
 tools/fastdump/Makefile                            |   111 -
 tools/fastdump/cmn_iter.c                          |   287 -
 tools/fastdump/cmn_iter.h                          |    80 -
 tools/fastdump/fastdump.c                          |   432 -
 tools/fastdump/fastdump.vers                       |     1 -
 tools/fastdump/fastq_iter.c                        |    97 -
 tools/fastdump/fastq_iter.h                        |    68 -
 tools/fastdump/file_printer.c                      |   130 -
 tools/fastdump/file_printer.h                      |    56 -
 tools/fastdump/helper.c                            |   685 -
 tools/fastdump/helper.h                            |   141 -
 tools/fastdump/index.c                             |   335 -
 tools/fastdump/index.h                             |    67 -
 tools/fastdump/join.c                              |   543 -
 tools/fastdump/join.h                              |    76 -
 tools/fastdump/line_iter.c                         |   199 -
 tools/fastdump/line_iter.h                         |    60 -
 tools/fastdump/lookup_reader.c                     |   331 -
 tools/fastdump/lookup_reader.h                     |    75 -
 tools/fastdump/lookup_writer.c                     |   138 -
 tools/fastdump/lookup_writer.h                     |    67 -
 tools/fastdump/merge_sorter.c                      |   173 -
 tools/fastdump/merge_sorter.h                      |    66 -
 tools/fastdump/raw_read_iter.c                     |   100 -
 tools/fastdump/raw_read_iter.h                     |    67 -
 tools/fastdump/readme.txt                          |    92 -
 tools/fastdump/sorter.c                            |   538 -
 tools/fastdump/sorter.h                            |    75 -
 tools/fastdump/special_iter.c                      |    98 -
 tools/fastdump/special_iter.h                      |    68 -
 tools/fastdump/todo.txt                            |     3 -
 tools/fastdump/verify.sh                           |    60 -
 tools/fastq-dump/Makefile                          |    94 -
 tools/fastq-dump/args.cpp                          |   622 -
 tools/fastq-dump/args.hpp                          |   330 -
 tools/fastq-dump/fastq-dump.cpp                    |   639 -
 tools/fastq-dump/fastq-dump.vers                   |     1 -
 tools/fastq-dump/filters.cpp                       |   300 -
 tools/fastq-dump/filters.hpp                       |   114 -
 tools/fastq-dump/koutstream                        |   324 -
 tools/fastq-loader/.gitignore                      |     1 -
 tools/fastq-loader/Makefile                        |   156 -
 tools/fastq-loader/fastq-grammar.c                 |  2310 ---
 tools/fastq-loader/fastq-grammar.y                 |   478 -
 tools/fastq-loader/fastq-lex.c                     |  2888 ---
 tools/fastq-loader/fastq-lex.l                     |   256 -
 tools/fastq-loader/fastq-loader.c                  |   564 -
 tools/fastq-loader/fastq-parse.h                   |   169 -
 tools/fastq-loader/fastq-reader.c                  |   709 -
 tools/fastq-loader/fastq-reader.h                  |    57 -
 tools/fastq-loader/fastq-tokens.h                  |    67 -
 tools/fastq-loader/latf-load.vers                  |     1 -
 tools/fastq-loader/latf-load.vers.h                |     1 -
 tools/fastq-loader/loader-imp.c                    |   254 -
 tools/fastq-loader/parsing_rules.txt               |    93 -
 tools/fuse/Makefile                                |   216 -
 tools/fuse/accessor.c                              |   134 -
 tools/fuse/accessor.h                              |    46 -
 tools/fuse/debug.h                                 |    53 -
 tools/fuse/directory.c                             |   566 -
 tools/fuse/directory.h                             |    34 -
 tools/fuse/dump-idx.c                              |   107 -
 tools/fuse/dump-idx.vers                           |     1 -
 tools/fuse/dump-idx.vers.h                         |     1 -
 tools/fuse/file.c                                  |   275 -
 tools/fuse/file.h                                  |    33 -
 tools/fuse/formats.c                               |   443 -
 tools/fuse/formats.h                               |   157 -
 tools/fuse/kfile-accessor.c                        |    73 -
 tools/fuse/kfile-accessor.h                        |    33 -
 tools/fuse/log.c                                   |   196 -
 tools/fuse/log.h                                   |    53 -
 tools/fuse/node.c                                  |   273 -
 tools/fuse/node.h                                  |   108 -
 tools/fuse/remote-cache.c                          |  1741 --
 tools/fuse/remote-cache.h                          |   169 -
 tools/fuse/remote-directory.c                      |   411 -
 tools/fuse/remote-directory.h                      |    33 -
 tools/fuse/remote-file.c                           |   308 -
 tools/fuse/remote-file.h                           |    33 -
 tools/fuse/remote-fuser.c                          |   212 -
 tools/fuse/remote-fuser.h                          |    52 -
 tools/fuse/remote-fuser.vers                       |     1 -
 tools/fuse/remote-link.c                           |   208 -
 tools/fuse/remote-link.h                           |    33 -
 tools/fuse/remote-xml.c                            |   603 -
 tools/fuse/remote-xml.h                            |    59 -
 tools/fuse/sra-directory.c                         |   107 -
 tools/fuse/sra-directory.h                         |    33 -
 tools/fuse/sra-fastq.c                             |   245 -
 tools/fuse/sra-fastq.h                             |    34 -
 tools/fuse/sra-fuser-test.c                        |   100 -
 tools/fuse/sra-fuser-test.vers                     |     1 -
 tools/fuse/sra-fuser-test.vers.h                   |     1 -
 tools/fuse/sra-fuser.c                             |   201 -
 tools/fuse/sra-fuser.h                             |    48 -
 tools/fuse/sra-fuser.vers                          |     1 -
 tools/fuse/sra-fuser.xsd                           |   207 -
 tools/fuse/sra-list.c                              |  1225 --
 tools/fuse/sra-list.h                              |    86 -
 tools/fuse/sra-makeidx.c                           |   960 -
 tools/fuse/sra-makeidx.vers                        |     1 -
 tools/fuse/sra-node.c                              |   165 -
 tools/fuse/sra-node.h                              |    34 -
 tools/fuse/sra-sff.c                               |   249 -
 tools/fuse/sra-sff.h                               |    34 -
 tools/fuse/tar-file.c                              |   127 -
 tools/fuse/tar-file.h                              |    33 -
 tools/fuse/tar-list.c                              |   598 -
 tools/fuse/tar-list.h                              |    49 -
 tools/fuse/tar-node.c                              |   320 -
 tools/fuse/tar-node.h                              |    35 -
 tools/fuse/text-file.c                             |   134 -
 tools/fuse/text-file.h                             |    36 -
 tools/fuse/unix/remote-fuser-sys.c                 |   696 -
 tools/fuse/unix/sra-fuser-sys.c                    |   637 -
 tools/fuse/xml.c                                   |   516 -
 tools/fuse/xml.h                                   |    60 -
 tools/fuse/zlib-simple.c                           |    65 -
 tools/fuse/zlib-simple.h                           |    33 -
 tools/general-loader/Makefile                      |   128 -
 tools/general-loader/database-loader.cpp           |   894 -
 tools/general-loader/general-loader.cpp            |   223 -
 tools/general-loader/general-loader.hpp            |   243 -
 tools/general-loader/general-loader.vers           |     1 -
 tools/general-loader/general-loader.vers.h         |     1 -
 tools/general-loader/general-writer.cpp            |  1172 --
 tools/general-loader/general-writer.h              |  1081 -
 tools/general-loader/general-writer.hpp            |   210 -
 tools/general-loader/gw-dumper.cpp                 |  1785 --
 tools/general-loader/libgeneral-writer.vers        |     1 -
 tools/general-loader/main.cpp                      |   246 -
 tools/general-loader/protocol-parser.cpp           |  1048 -
 tools/general-loader/utf8-like-int-codec.c         |   687 -
 tools/general-loader/utf8-like-int-codec.h         |    69 -
 tools/kar/Makefile                                 |   112 -
 tools/kar/kar.c                                    |  1620 --
 tools/kar/kar.vers                                 |     1 -
 tools/kar/kar.vers.h                               |     1 -
 tools/kar/sra-kar.c                                |   445 -
 tools/kar/sra-kar.vers                             |     1 -
 tools/kar/sra-kar.vers.h                           |     1 -
 tools/keyring-srv/Makefile                         |   106 -
 tools/keyring-srv/keyring-data.c                   |   346 -
 tools/keyring-srv/keyring-data.h                   |   130 -
 tools/keyring-srv/keyring-database.c               |   441 -
 tools/keyring-srv/keyring-database.h               |    45 -
 tools/keyring-srv/keyring-srv-main.c               |   340 -
 tools/keyring-srv/keyring-srv.c                    |   522 -
 tools/keyring-srv/keyring-srv.h                    |   101 -
 tools/keyring-srv/keyring-srv.vers                 |     1 -
 tools/kget/Makefile                                |    99 -
 tools/kget/examples.sh                             |    62 -
 tools/kget/kget.c                                  |   983 -
 tools/kget/kget.vers                               |     1 -
 tools/kqsh/.gitignore                              |     7 -
 tools/kqsh/Makefile                                |   221 -
 tools/kqsh/kqsh-alter.c                            |   347 -
 tools/kqsh/kqsh-close.c                            |   186 -
 tools/kqsh/kqsh-create.c                           |   680 -
 tools/kqsh/kqsh-help.c                             |  1292 --
 tools/kqsh/kqsh-load.c                             |   410 -
 tools/kqsh/kqsh-open.c                             |   199 -
 tools/kqsh/kqsh-parse.c                            |   198 -
 tools/kqsh/kqsh-print.c                            |   170 -
 tools/kqsh/kqsh-priv.h                             |   151 -
 tools/kqsh/kqsh-show.c                             |   290 -
 tools/kqsh/kqsh-thunk.pl                           |   662 -
 tools/kqsh/kqsh-tok.c                              |    99 -
 tools/kqsh/kqsh-tok.h                              |   155 -
 tools/kqsh/kqsh-write.c                            |   321 -
 tools/kqsh/kqsh.c                                  |   530 -
 tools/kqsh/kqsh.vers                               |     1 -
 tools/nenctool/Makefile                            |   133 -
 tools/nenctool/nenctest.c                          |   504 -
 tools/nenctool/nenctest.vers                       |     1 -
 tools/nenctool/nenctool.c                          |   450 -
 tools/nenctool/nenctool.vers                       |     1 -
 tools/nencvalid/Makefile                           |   101 -
 tools/nencvalid/nencvalid.c                        |   608 -
 tools/nencvalid/nencvalid.vers                     |     1 -
 tools/ngs-pileup/Makefile                          |    91 -
 tools/ngs-pileup/main.cpp                          |   164 -
 tools/ngs-pileup/ngs-pileup.cpp                    |   206 -
 tools/ngs-pileup/ngs-pileup.hpp                    |    97 -
 tools/ngs-pileup/ngs-pileup.vers                   |     1 -
 tools/ngs-pileup/ngs-pileup.vers.h                 |     1 -
 tools/pacbio-load/.gitignore                       |     7 -
 tools/pacbio-load/Makefile                         |   140 -
 tools/pacbio-load/pacbio-load.c                    |   665 -
 tools/pacbio-load/pacbio-load.vers                 |     1 -
 tools/pacbio-load/pl-basecalls_cmn.c               |    97 -
 tools/pacbio-load/pl-basecalls_cmn.h               |    60 -
 tools/pacbio-load/pl-consensus.c                   |   472 -
 tools/pacbio-load/pl-consensus.h                   |    83 -
 tools/pacbio-load/pl-context.c                     |   211 -
 tools/pacbio-load/pl-context.h                     |    87 -
 tools/pacbio-load/pl-metrics.c                     |   779 -
 tools/pacbio-load/pl-metrics.h                     |    83 -
 tools/pacbio-load/pl-passes.c                      |   437 -
 tools/pacbio-load/pl-passes.h                      |    70 -
 tools/pacbio-load/pl-progress.c                    |   195 -
 tools/pacbio-load/pl-progress.h                    |    70 -
 tools/pacbio-load/pl-regions.c                     |  1048 -
 tools/pacbio-load/pl-regions.h                     |   140 -
 tools/pacbio-load/pl-sequence.c                    |   928 -
 tools/pacbio-load/pl-sequence.h                    |   110 -
 tools/pacbio-load/pl-tools.c                       |   624 -
 tools/pacbio-load/pl-tools.h                       |   291 -
 tools/pacbio-load/pl-zmw.c                         |   221 -
 tools/pacbio-load/pl-zmw.h                         |   105 -
 tools/pacbio-load/verify/ins_nl.pl                 |    15 -
 tools/pacbio-load/verify/ins_nl_1.pl               |    30 -
 tools/pacbio-load/verify/ins_nl_2.pl               |    24 -
 tools/pacbio-load/verify/ins_nl_4.pl               |    24 -
 tools/pacbio-load/verify/ins_nl_f.pl               |    27 -
 tools/pileup-stats/Makefile                        |    95 -
 tools/pileup-stats/pileup-stats.cpp                |   768 -
 tools/pileup-stats/pileup-stats.vers               |     1 -
 tools/pore-load/GeneralWriter.py                   |   312 -
 tools/pore-load/README.md                          |    10 -
 tools/pore-load/pore-load.py                       |   406 -
 tools/prefetch/Makefile                            |   115 -
 tools/prefetch/kfile-no-q.c                        |   215 -
 tools/prefetch/kfile-no-q.h                        |    44 -
 tools/prefetch/prefetch.c                          |  3605 ----
 tools/prefetch/prefetch.vers                       |     1 -
 tools/prefetch/prefetch.vers.h                     |     1 -
 tools/qual-recalib-stat/.gitignore                 |     3 -
 tools/qual-recalib-stat/Makefile                   |    98 -
 tools/qual-recalib-stat/columns.c                  |    94 -
 tools/qual-recalib-stat/columns.h                  |    67 -
 tools/qual-recalib-stat/context.c                  |   330 -
 tools/qual-recalib-stat/context.h                  |   120 -
 tools/qual-recalib-stat/fasta_dump.pl              |    81 -
 tools/qual-recalib-stat/namelist_tools.c           |   187 -
 tools/qual-recalib-stat/namelist_tools.h           |    53 -
 tools/qual-recalib-stat/qual-recalib-stat.c        |   432 -
 tools/qual-recalib-stat/qual-recalib-stat.vers     |     1 -
 tools/qual-recalib-stat/qual-recalib-stat.vers.h   |     1 -
 tools/qual-recalib-stat/reader.c                   |   241 -
 tools/qual-recalib-stat/reader.h                   |    88 -
 tools/qual-recalib-stat/ref_exclude.c              |   561 -
 tools/qual-recalib-stat/ref_exclude.h              |    71 -
 tools/qual-recalib-stat/ref_grab.pl                |    82 -
 tools/qual-recalib-stat/spot_position.c            |   121 -
 tools/qual-recalib-stat/spot_position.h            |    68 -
 tools/qual-recalib-stat/stat_mod.c                 |   883 -
 tools/qual-recalib-stat/stat_mod.h                 |   148 -
 tools/qual-recalib-stat/stat_mod_1.c               |   962 -
 tools/qual-recalib-stat/stat_mod_1.h               |   160 -
 tools/qual-recalib-stat/stat_mod_2.c               |  1041 -
 tools/qual-recalib-stat/stat_mod_2.h               |   141 -
 tools/qual-recalib-stat/writer.c                   |   480 -
 tools/qual-recalib-stat/writer.h                   |    79 -
 tools/rd-filter-redact/Makefile                    |   122 -
 tools/rd-filter-redact/rd-filter-redact.c          |  1355 --
 tools/rd-filter-redact/rd-filter-redact.vers       |     1 -
 tools/rd-filter-redact/read-filter-redact.c        |   865 -
 tools/rd-filter-redact/read-filter-redact.vers     |     1 -
 tools/rd-filter-redact/read-filter-redact.vers.h   |     1 -
 tools/rd-filter-redact/test-read-write-cursor.c    |   222 -
 tools/rd-filter-redact/test-read-write-cursor.vers |     1 -
 tools/ref-variation/Makefile                       |   126 -
 tools/ref-variation/common.cpp                     |    69 -
 tools/ref-variation/common.h                       |    43 -
 tools/ref-variation/helper.cpp                     |  1458 --
 tools/ref-variation/helper.h                       |   603 -
 tools/ref-variation/ref-variation.cpp              |  2103 --
 tools/ref-variation/ref-variation.vers             |     1 -
 tools/ref-variation/ref-variation.vers.h           |     1 -
 tools/ref-variation/var-expand.cpp                 |   423 -
 tools/ref-variation/var-expand.vers                |     1 -
 tools/ref-variation/var-expand.vers.h              |     1 -
 tools/sra-dump/.gitignore                          |     1 -
 tools/sra-dump/Makefile                            |   142 -
 tools/sra-dump/abi-dump.vers                       |     1 -
 tools/sra-dump/abi-dump.vers.h                     |     1 -
 tools/sra-dump/abi.c                               |   914 -
 tools/sra-dump/core.c                              |  1717 --
 tools/sra-dump/core.h                              |    74 -
 tools/sra-dump/debug.h                             |    34 -
 tools/sra-dump/factory.c                           |  1069 -
 tools/sra-dump/factory.h                           |   194 -
 tools/sra-dump/fasta_dump.c                        |   752 -
 tools/sra-dump/fasta_dump.h                        |    36 -
 tools/sra-dump/fastq-dump.vers                     |     1 -
 tools/sra-dump/fastq-dump.vers.h                   |     1 -
 tools/sra-dump/fastq.c                             |  3807 ----
 tools/sra-dump/illumina-dump.vers                  |     1 -
 tools/sra-dump/illumina-dump.vers.h                |     1 -
 tools/sra-dump/illumina.c                          |   542 -
 tools/sra-dump/sff-dump.vers                       |     1 -
 tools/sra-dump/sff-dump.vers.h                     |     1 -
 tools/sra-dump/sff.c                               |   207 -
 tools/sra-dump/sra-dump.c                          |  1025 -
 tools/sra-dump/sra-dump.vers                       |     1 -
 tools/sra-load/Makefile                            |   224 -
 tools/sra-load/abi-load.vers                       |     1 -
 tools/sra-load/absolid-fmt.c                       |   579 -
 tools/sra-load/common-xml.c                        |   871 -
 tools/sra-load/common-xml.h                        |   183 -
 tools/sra-load/debug.h                             |    34 -
 tools/sra-load/experiment-xml.c                    |  1255 --
 tools/sra-load/experiment-xml.h                    |    77 -
 tools/sra-load/fastq-fmt.c                         |   706 -
 tools/sra-load/fastq-load.vers                     |     1 -
 tools/sra-load/helicos-fmt.c                       |   279 -
 tools/sra-load/helicos-load.vers                   |     1 -
 tools/sra-load/illumina-fmt.c                      |   853 -
 tools/sra-load/illumina-load.vers                  |     1 -
 tools/sra-load/loader-file.c                       |   191 -
 tools/sra-load/loader-file.h                       |   113 -
 tools/sra-load/loader-fmt.c                        |   165 -
 tools/sra-load/loader-fmt.h                        |   171 -
 tools/sra-load/loader.c                            |  1135 --
 tools/sra-load/pacbio-fmt.c                        |   146 -
 tools/sra-load/pacbio-loadxml.vers                 |     1 -
 tools/sra-load/pstring.c                           |   208 -
 tools/sra-load/pstring.h                           |    58 -
 tools/sra-load/run-xml.c                           |   487 -
 tools/sra-load/run-xml.h                           |    90 -
 tools/sra-load/sff-fmt.c                           |   496 -
 tools/sra-load/sff-load.vers                       |     1 -
 tools/sra-load/sra-writer.c                        |   370 -
 tools/sra-load/sra-writer.h                        |    92 -
 tools/sra-load/srf-absolid.c                       |   498 -
 tools/sra-load/srf-fmt.c                           |   273 -
 tools/sra-load/srf-fmt.h                           |    46 -
 tools/sra-load/srf-illumina.c                      |   453 -
 tools/sra-load/srf-load.vers                       |     1 -
 tools/sra-load/srf.c                               |   229 -
 tools/sra-load/srf.h                               |   146 -
 tools/sra-load/writer-454.c                        |   262 -
 tools/sra-load/writer-454.h                        |    46 -
 tools/sra-load/writer-absolid.c                    |   501 -
 tools/sra-load/writer-absolid.h                    |    94 -
 tools/sra-load/writer-helicos.c                    |   135 -
 tools/sra-load/writer-helicos.h                    |    41 -
 tools/sra-load/writer-illumina.c                   |   720 -
 tools/sra-load/writer-illumina.h                   |    92 -
 tools/sra-load/writer-ion-torrent.c                |   262 -
 tools/sra-load/writer-ion-torrent.h                |    46 -
 tools/sra-load/ztr-absolid.c                       |   656 -
 tools/sra-load/ztr-absolid.h                       |   124 -
 tools/sra-load/ztr-huffman.c                       |   664 -
 tools/sra-load/ztr-huffman.h                       |    45 -
 tools/sra-load/ztr-illumina.c                      |  1367 --
 tools/sra-load/ztr-illumina.h                      |   136 -
 tools/sra-load/ztr.h                               |   182 -
 tools/sra-pileup/.gitignore                        |     2 -
 tools/sra-pileup/4na_ascii.c                       |    95 -
 tools/sra-pileup/4na_ascii.h                       |    44 -
 tools/sra-pileup/Makefile                          |   154 -
 tools/sra-pileup/cg_tools.c                        |  1723 --
 tools/sra-pileup/cg_tools.h                        |   137 -
 tools/sra-pileup/cmdline_cmn.c                     |   711 -
 tools/sra-pileup/cmdline_cmn.h                     |   150 -
 tools/sra-pileup/debug.h                           |    34 -
 tools/sra-pileup/dyn_string.c                      |   206 -
 tools/sra-pileup/dyn_string.h                      |    55 -
 tools/sra-pileup/inputfiles.c                      |   377 -
 tools/sra-pileup/inputfiles.h                      |    99 -
 tools/sra-pileup/make_opt.pl                       |    13 -
 tools/sra-pileup/matecache.c                       |   439 -
 tools/sra-pileup/matecache.h                       |   119 -
 tools/sra-pileup/md_flag.c                         |   268 -
 tools/sra-pileup/md_flag.h                         |    48 -
 tools/sra-pileup/out_redir.c                       |   120 -
 tools/sra-pileup/out_redir.h                       |    64 -
 tools/sra-pileup/perf_log.c                        |   273 -
 tools/sra-pileup/perf_log.h                        |    52 -
 tools/sra-pileup/pileup_counters.c                 |   447 -
 tools/sra-pileup/pileup_counters.h                 |    41 -
 tools/sra-pileup/pileup_indels.c                   |   120 -
 tools/sra-pileup/pileup_indels.h                   |    40 -
 tools/sra-pileup/pileup_index.c                    |   122 -
 tools/sra-pileup/pileup_index.h                    |    40 -
 tools/sra-pileup/pileup_options.h                  |    62 -
 tools/sra-pileup/pileup_stat.c                     |   391 -
 tools/sra-pileup/pileup_stat.h                     |    40 -
 tools/sra-pileup/pileup_v2.c                       |   382 -
 tools/sra-pileup/pileup_v2.h                       |    40 -
 tools/sra-pileup/pileup_varcount.c                 |   139 -
 tools/sra-pileup/pileup_varcount.h                 |    40 -
 tools/sra-pileup/read_fkt.c                        |   718 -
 tools/sra-pileup/read_fkt.h                        |    82 -
 tools/sra-pileup/ref_regions.c                     |   825 -
 tools/sra-pileup/ref_regions.h                     |    71 -
 tools/sra-pileup/ref_walker.c                      |  1028 -
 tools/sra-pileup/ref_walker.h                      |   147 -
 tools/sra-pileup/ref_walker_0.c                    |   231 -
 tools/sra-pileup/ref_walker_0.h                    |   107 -
 tools/sra-pileup/report_deletes.c                  |   259 -
 tools/sra-pileup/report_deletes.h                  |    41 -
 tools/sra-pileup/reref.c                           |   550 -
 tools/sra-pileup/reref.h                           |    43 -
 tools/sra-pileup/rna_splice_log.c                  |   374 -
 tools/sra-pileup/rna_splice_log.h                  |    87 -
 tools/sra-pileup/sam-aligned.c                     |  2367 ---
 tools/sra-pileup/sam-aligned.h                     |    46 -
 tools/sra-pileup/sam-dump-opts.c                   |  1676 --
 tools/sra-pileup/sam-dump-opts.h                   |   306 -
 tools/sra-pileup/sam-dump.c                        |  4906 -----
 tools/sra-pileup/sam-dump.vers                     |     1 -
 tools/sra-pileup/sam-dump.vers.h                   |     1 -
 tools/sra-pileup/sam-dump2.vers                    |     1 -
 tools/sra-pileup/sam-dump3.c                       |   570 -
 tools/sra-pileup/sam-dump3.vers                    |     1 -
 tools/sra-pileup/sam-hdr.c                         |   728 -
 tools/sra-pileup/sam-hdr.h                         |    41 -
 tools/sra-pileup/sam-hdr1.c                        |   872 -
 tools/sra-pileup/sam-hdr1.h                        |    42 -
 tools/sra-pileup/sam-unaligned.c                   |  1565 --
 tools/sra-pileup/sam-unaligned.h                   |    44 -
 tools/sra-pileup/splitfastq.pl                     |    46 -
 tools/sra-pileup/sra-pileup.c                      |  1654 --
 tools/sra-pileup/sra-pileup.vers                   |     1 -
 tools/sra-pileup/sra-pileup.vers.h                 |     1 -
 tools/sra-pileup/walk_debug.c                      |   147 -
 tools/sra-pileup/walk_debug.h                      |    42 -
 tools/sra-pileup/writer.c                          |   137 -
 tools/sra-pileup/writer.h                          |    32 -
 tools/sra-seq-count/Makefile                       |    96 -
 tools/sra-seq-count/main_fkt.c                     |   211 -
 tools/sra-seq-count/options.h                      |    56 -
 tools/sra-seq-count/range.hpp                      |   307 -
 tools/sra-seq-count/sra-seq-count.cpp              |   688 -
 tools/sra-seq-count/sra-seq-count.vers             |     1 -
 tools/sra-shell/Makefile                           |    58 -
 tools/sra-shell/guilib/Makefile                    |    71 -
 tools/sra-shell/job-exec/Makefile                  |    71 -
 tools/sra-shell/parser/Makefile                    |    71 -
 tools/sra-shell/parser/sra-shell-lex.l             |   103 -
 tools/sra-shell/parser/sra-shell.y                 |    54 -
 tools/sra-shell/sra-gui/Makefile                   |    94 -
 tools/sra-shell/sra-gui/sra-gui.c                  |    56 -
 tools/sra-shell/sra-gui/sra-gui.vers               |     1 -
 tools/sra-shell/sra-shell/Makefile                 |   101 -
 tools/sra-shell/sra-shell/sra-shell.c              |    56 -
 tools/sra-shell/sra-shell/sra-shell.vers           |     1 -
 tools/sra-shell/turboVision/Makefile               |    71 -
 tools/sra-sort/Makefile                            |   145 -
 tools/sra-sort/Makefile.cc                         |    24 -
 tools/sra-sort/Makefile.clang                      |    27 -
 tools/sra-sort/Makefile.gcc                        |    27 -
 tools/sra-sort/Makefile.vc++                       |    24 -
 tools/sra-sort/buff-writer.c                       |   789 -
 tools/sra-sort/buff-writer.h                       |    64 -
 tools/sra-sort/caps.c                              |   125 -
 tools/sra-sort/caps.h                              |    70 -
 tools/sra-sort/capture-first-half-aligned.c        |   192 -
 tools/sra-sort/col-pair.c                          |   818 -
 tools/sra-sort/col-pair.h                          |   323 -
 tools/sra-sort/csra-pair.c                         |   228 -
 tools/sra-sort/csra-pair.h                         |    87 -
 tools/sra-sort/csra-tbl.c                          |   798 -
 tools/sra-sort/csra-tbl.h                          |    83 -
 tools/sra-sort/ctx.h                               |   109 -
 tools/sra-sort/db-pair.c                           |   885 -
 tools/sra-sort/db-pair.h                           |   208 -
 tools/sra-sort/dir-pair.c                          |   504 -
 tools/sra-sort/dir-pair.h                          |   124 -
 tools/sra-sort/dump-blob-boundaries.c              |   203 -
 tools/sra-sort/except.c                            |   231 -
 tools/sra-sort/except.h                            |   160 -
 tools/sra-sort/gcc-ped.sh                          |    39 -
 tools/sra-sort/glob-poslen.c                       |   349 -
 tools/sra-sort/glob-poslen.h                       |    95 -
 tools/sra-sort/id-mapper-col.c                     |   260 -
 tools/sra-sort/id-mapper-col.h                     |    55 -
 tools/sra-sort/idx-mapping.c                       |    88 -
 tools/sra-sort/idx-mapping.h                       |    59 -
 tools/sra-sort/map-file.c                          |  1192 --
 tools/sra-sort/map-file.h                          |   172 -
 tools/sra-sort/mapping-row-set.c                   |   496 -
 tools/sra-sort/mem.c                               |    68 -
 tools/sra-sort/mem.h                               |   128 -
 tools/sra-sort/membank-priv.h                      |    44 -
 tools/sra-sort/membank.c                           |   296 -
 tools/sra-sort/meta-pair.c                         |   458 -
 tools/sra-sort/meta-pair.h                         |   109 -
 tools/sra-sort/paged-membank.c                     |   244 -
 tools/sra-sort/paged-mmapbank.c                    |   399 -
 tools/sra-sort/poslen-col-pair.c                   |   559 -
 tools/sra-sort/poslen-col-pair.h                   |    63 -
 tools/sra-sort/ref-alignid-col.c                   |   702 -
 tools/sra-sort/ref-alignid-col.h                   |    53 -
 tools/sra-sort/row-set-priv.h                      |    44 -
 tools/sra-sort/row-set.c                           |   208 -
 tools/sra-sort/row-set.h                           |   215 -
 tools/sra-sort/run.c                               |   388 -
 tools/sra-sort/simple-row-set.c                    |   212 -
 tools/sra-sort/sort-defs.h                         |   109 -
 tools/sra-sort/sorting-row-set.c                   |   405 -
 tools/sra-sort/sra-sort.c                          |   754 -
 tools/sra-sort/sra-sort.h                          |   171 -
 tools/sra-sort/sra-sort.vers                       |     1 -
 tools/sra-sort/status.h                            |    48 -
 tools/sra-sort/tbl-pair.c                          |  1055 -
 tools/sra-sort/tbl-pair.h                          |   209 -
 tools/sra-sort/xcheck-ref-align.c                  |   411 -
 tools/sra-sort/xcheck.h                            |    49 -
 tools/sra-stat/Makefile                            |    94 -
 tools/sra-stat/sra-stat.c                          |  3648 ----
 tools/sra-stat/sra-stat.h                          |    42 -
 tools/sra-stat/sra-stat.vers                       |     1 -
 tools/sra-stat/sra-stat.vers.h                     |     1 -
 tools/sra-stat/sra.c                               |   446 -
 tools/sra/Makefile                                 |   102 -
 tools/sra/sra-dbcc.c                               |   442 -
 tools/sra/table-vers.c                             |   236 -
 tools/sra/table-vers.vers                          |     1 -
 tools/srapath/Makefile                             |    91 -
 tools/srapath/srapath.c                            |   268 -
 tools/srapath/srapath.vers                         |     1 -
 tools/srapath/srapath.vers.h                       |     1 -
 tools/update-schema/.cvsignore                     |     1 -
 tools/update-schema/Makefile                       |   102 -
 tools/update-schema/update-schema.c                |   456 -
 tools/update-schema/vdb-update-schema.vers         |     1 -
 tools/util/Makefile                                |   399 -
 tools/util/crc32sum.c                              |   279 -
 tools/util/kdb-index.c                             |   264 -
 tools/util/kdb-index.vers                          |     1 -
 tools/util/kdbmeta.c                               |  1347 --
 tools/util/kdbmeta.vers                            |     1 -
 tools/util/kdbmeta.vers.h                          |     1 -
 tools/util/mac/syspass.c                           |    48 -
 tools/util/md5cp.c                                 |   714 -
 tools/util/md5cp.vers                              |     1 -
 tools/util/md5cp.vers.h                            |     1 -
 tools/util/pacbio-correct.c                        |   221 -
 tools/util/pacbio-correct.vers                     |     1 -
 tools/util/pseudo-aligner.cpp                      |   515 -
 tools/util/rcexplain.c                             |   136 -
 tools/util/rcexplain.vers                          |     1 -
 tools/util/rcexplain.vers.h                        |     1 -
 tools/util/rowwritetest.c                          |   435 -
 tools/util/rowwritetest.vers                       |     1 -
 tools/util/samview.c                               |    85 -
 tools/util/schema-replace.c                        |   394 -
 tools/util/schema-replace.sh                       |    22 -
 tools/util/schema-replace.vers                     |     1 -
 tools/util/schema-replace.vers.h                   |     1 -
 tools/util/sortreadtest.c                          |   355 -
 tools/util/syspass-priv.h                          |    44 -
 tools/util/test-sra-priv.h                         |    46 -
 tools/util/test-sra.c                              |  3294 ---
 tools/util/test-sra.vers                           |     1 -
 tools/util/test-sra.vers.h                         |     1 -
 tools/util/testld.c                                |   261 -
 tools/util/testld.vers                             |     1 -
 tools/util/txt2kdb.c                               |   584 -
 tools/util/txt2kdb.vers                            |     1 -
 tools/util/unix/PrintOS.c                          |    66 -
 tools/util/unix/syspass.c                          |    62 -
 tools/util/vdb-lock.c                              |   162 -
 tools/util/vdb-lock.vers                           |     1 -
 tools/util/vdb-lock.vers.h                         |     1 -
 tools/util/vdb-passwd.c                            |   310 -
 tools/util/vdb-passwd.vers                         |     1 -
 tools/util/vdb-passwd.vers.h                       |     1 -
 tools/util/vdb-unlock.c                            |   164 -
 tools/util/vdb-unlock.vers                         |     1 -
 tools/util/vdb-unlock.vers.h                       |     1 -
 tools/util/win/PrintOS.c                           |    60 -
 tools/util/win/syspass.c                           |    53 -
 tools/vcf-loader/.gitignore                        |     1 -
 tools/vcf-loader/Makefile                          |   125 -
 tools/vcf-loader/vcf-database.c                    |   168 -
 tools/vcf-loader/vcf-database.h                    |    40 -
 tools/vcf-loader/vcf-grammar.c                     |  1686 --
 tools/vcf-loader/vcf-grammar.h                     |    61 -
 tools/vcf-loader/vcf-grammar.y                     |   123 -
 tools/vcf-loader/vcf-lex.c                         |  2528 ---
 tools/vcf-loader/vcf-lex.l                         |   132 -
 tools/vcf-loader/vcf-load.vers                     |     1 -
 tools/vcf-loader/vcf-loader.c                      |   131 -
 tools/vcf-loader/vcf-parse.h                       |    89 -
 tools/vcf-loader/vcf-reader.c                      |   438 -
 tools/vcf-loader/vcf-reader.h                      |   110 -
 tools/vdb-config/Makefile                          |    96 -
 tools/vdb-config/configure.cpp                     |   799 -
 tools/vdb-config/configure.h                       |    49 -
 tools/vdb-config/interactive.cpp                   |  1084 -
 tools/vdb-config/interactive.h                     |    50 -
 tools/vdb-config/util.cpp                          |  1125 --
 tools/vdb-config/util.hpp                          |   702 -
 tools/vdb-config/vdb-config-model.cpp              |   440 -
 tools/vdb-config/vdb-config-model.hpp              |   482 -
 tools/vdb-config/vdb-config.c                      |  1743 --
 tools/vdb-config/vdb-config.vers                   |     1 -
 tools/vdb-config/vdb-config.vers.h                 |     1 -
 tools/vdb-config/vdb-config2.cpp                   |    30 -
 tools/vdb-config/vdb-config2.h                     |    29 -
 tools/vdb-copy/.gitignore                          |    17 -
 tools/vdb-copy/Makefile                            |   113 -
 tools/vdb-copy/coldefs.c                           |   775 -
 tools/vdb-copy/coldefs.h                           |   250 -
 tools/vdb-copy/column_match.c                      |    31 -
 tools/vdb-copy/column_match.h                      |    42 -
 tools/vdb-copy/config_values.c                     |    54 -
 tools/vdb-copy/config_values.h                     |    49 -
 tools/vdb-copy/context.c                           |   473 -
 tools/vdb-copy/context.h                           |   183 -
 tools/vdb-copy/copy_context.c                      |    47 -
 tools/vdb-copy/copy_context.h                      |    58 -
 tools/vdb-copy/copy_meta.c                         |   518 -
 tools/vdb-copy/copy_meta.h                         |    46 -
 tools/vdb-copy/definitions.h                       |   112 -
 tools/vdb-copy/get_platform.c                      |   168 -
 tools/vdb-copy/get_platform.h                      |    46 -
 tools/vdb-copy/helper.c                            |   919 -
 tools/vdb-copy/helper.h                            |   225 -
 tools/vdb-copy/matcher_input.h                     |    55 -
 tools/vdb-copy/namelist_tools.c                    |   187 -
 tools/vdb-copy/namelist_tools.h                    |    52 -
 tools/vdb-copy/num-gen.c                           |   848 -
 tools/vdb-copy/num-gen.h                           |   225 -
 tools/vdb-copy/redactval.c                         |   230 -
 tools/vdb-copy/redactval.h                         |   120 -
 tools/vdb-copy/type_matcher.c                      |   850 -
 tools/vdb-copy/type_matcher.h                      |    71 -
 tools/vdb-copy/vdb-copy-includes.h                 |   121 -
 tools/vdb-copy/vdb-copy.c                          |  1470 --
 tools/vdb-copy/vdb-copy.kfg                        |    94 -
 tools/vdb-copy/vdb-copy.vers                       |     1 -
 tools/vdb-copy/vdb-copy.vers.h                     |     1 -
 tools/vdb-decrypt/Makefile                         |   118 -
 tools/vdb-decrypt/shared.c                         |  1271 --
 tools/vdb-decrypt/shared.h                         |    93 -
 tools/vdb-decrypt/vdb-decrypt.c                    |   283 -
 tools/vdb-decrypt/vdb-decrypt.vers                 |     1 -
 tools/vdb-decrypt/vdb-decrypt.vers.h               |     1 -
 tools/vdb-decrypt/vdb-encrypt.c                    |   229 -
 tools/vdb-decrypt/vdb-encrypt.vers                 |     1 -
 tools/vdb-decrypt/vdb-encrypt.vers.h               |     1 -
 tools/vdb-diff/Makefile                            |   101 -
 tools/vdb-diff/coldefs.c                           |   211 -
 tools/vdb-diff/coldefs.h                           |   105 -
 tools/vdb-diff/namelist_tools.c                    |   299 -
 tools/vdb-diff/namelist_tools.h                    |    59 -
 tools/vdb-diff/vdb-diff.c                          |  1017 -
 tools/vdb-diff/vdb-diff.vers                       |     1 -
 tools/vdb-diff/vdb-diff.vers.h                     |     1 -
 tools/vdb-dump/.gitignore                          |     2 -
 tools/vdb-dump/Makefile                            |   114 -
 tools/vdb-dump/help.txt                            |   352 -
 tools/vdb-dump/vdb-boot.c                          |   448 -
 tools/vdb-dump/vdb-boot.vers                       |     1 -
 tools/vdb-dump/vdb-boot.vschema                    |    52 -
 tools/vdb-dump/vdb-dump-bin.c                      |  1496 --
 tools/vdb-dump/vdb-dump-bin.h                      |    46 -
 tools/vdb-dump/vdb-dump-coldefs.c                  |   846 -
 tools/vdb-dump/vdb-dump-coldefs.h                  |   110 -
 tools/vdb-dump/vdb-dump-context.c                  |   649 -
 tools/vdb-dump/vdb-dump-context.h                  |   220 -
 tools/vdb-dump/vdb-dump-fastq.c                    |  1132 --
 tools/vdb-dump/vdb-dump-fastq.h                    |    47 -
 tools/vdb-dump/vdb-dump-filter.c                   |   116 -
 tools/vdb-dump/vdb-dump-filter.h                   |    82 -
 tools/vdb-dump/vdb-dump-formats.c                  |   383 -
 tools/vdb-dump/vdb-dump-formats.h                  |    51 -
 tools/vdb-dump/vdb-dump-helper.c                   |   772 -
 tools/vdb-dump/vdb-dump-helper.h                   |   107 -
 tools/vdb-dump/vdb-dump-interact.c                 |   265 -
 tools/vdb-dump/vdb-dump-interact.h                 |    50 -
 tools/vdb-dump/vdb-dump-print.c                    |  1349 --
 tools/vdb-dump/vdb-dump-print.h                    |    86 -
 tools/vdb-dump/vdb-dump-redir.c                    |   120 -
 tools/vdb-dump/vdb-dump-redir.h                    |    64 -
 tools/vdb-dump/vdb-dump-repo.c                     |   281 -
 tools/vdb-dump/vdb-dump-repo.h                     |    46 -
 tools/vdb-dump/vdb-dump-row-context.h              |    71 -
 tools/vdb-dump/vdb-dump-str.c                      |   540 -
 tools/vdb-dump/vdb-dump-str.h                      |   100 -
 tools/vdb-dump/vdb-dump-tools.c                    |   528 -
 tools/vdb-dump/vdb-dump-tools.h                    |    60 -
 tools/vdb-dump/vdb-dump.c                          |  2349 ---
 tools/vdb-dump/vdb-dump.vers                       |     1 -
 tools/vdb-dump/vdb-dump.vers.h                     |     1 -
 tools/vdb-dump/vdb_info.c                          |  1528 --
 tools/vdb-dump/vdb_info.h                          |    47 -
 tools/vdb-validate/Makefile                        |   121 -
 tools/vdb-validate/check-corrupt.cpp               |   644 -
 tools/vdb-validate/check-corrupt.vers              |     1 -
 tools/vdb-validate/check-corrupt.vers.h            |     1 -
 tools/vdb-validate/vdb-validate.c                  |  3167 ---
 tools/vdb-validate/vdb-validate.vers               |     1 -
 tools/vdb-validate/vdb-validate.vers.h             |     1 -
 vdb3/itf/kfc/array.hpp                             |   127 +
 vdb3/itf/kfc/atomic-ia32.hpp                       |   500 +
 vdb3/itf/kfc/atomic-x86_64.hpp                     |   356 +
 vdb3/itf/kfc/atomic.hpp                            |   133 +
 vdb3/itf/kfc/callstk.hpp                           |   117 +
 vdb3/itf/kfc/caps.hpp                              |    59 +
 vdb3/itf/kfc/defs.hpp                              |   113 +
 vdb3/itf/kfc/except.hpp                            |   174 +
 vdb3/itf/kfc/fd.hpp                                |   102 +
 vdb3/itf/kfc/fdmgr.hpp                             |    95 +
 vdb3/itf/kfc/integer.hpp                           |   191 +
 vdb3/itf/kfc/log.hpp                               |   118 +
 vdb3/itf/kfc/memmgr.hpp                            |   133 +
 vdb3/itf/kfc/memory.hpp                            |   149 +
 vdb3/itf/kfc/ptr.hpp                               |   174 +
 vdb3/itf/kfc/ref.hpp                               |   155 +
 vdb3/itf/kfc/refcount.hpp                          |    94 +
 vdb3/itf/kfc/rsrc.hpp                              |   150 +
 vdb3/itf/kfc/stream.hpp                            |   135 +
 vdb3/itf/kfc/string.hpp                            |   252 +
 vdb3/itf/kfc/syserr.hpp                            |    57 +
 vdb3/itf/kfc/task-impl.hpp                         |   139 +
 vdb3/itf/kfc/task.hpp                              |   124 +
 vdb3/itf/kfc/time.hpp                              |   299 +
 vdb3/itf/kfc/timemgr.hpp                           |    94 +
 vdb3/itf/kfc/vers.hpp                              |   101 +
 vdb3/src/kfc/Makefile                              |    88 +
 vdb3/src/kfc/array.cpp                             |   152 +
 vdb3/src/kfc/callstk.cpp                           |    60 +
 vdb3/src/kfc/except.cpp                            |   222 +
 vdb3/src/kfc/fd.cpp                                |   204 +
 vdb3/src/kfc/fdmgr.cpp                             |   101 +
 vdb3/src/kfc/integer.cpp                           |   137 +
 vdb3/src/kfc/log.cpp                               |   142 +
 vdb3/src/kfc/memmgr.cpp                            |   162 +
 vdb3/src/kfc/memory.cpp                            |   392 +
 vdb3/src/kfc/pfdmgr.cpp                            |    64 +
 vdb3/src/kfc/pfdmgr.hpp                            |    68 +
 vdb3/src/kfc/plogger.cpp                           |   148 +
 vdb3/src/kfc/plogger.hpp                           |    72 +
 vdb3/src/kfc/pmemmgr.cpp                           |   315 +
 vdb3/src/kfc/pmemmgr.hpp                           |    75 +
 vdb3/src/kfc/ptimemgr.cpp                          |    81 +
 vdb3/src/kfc/ptimemgr.hpp                          |    64 +
 vdb3/src/kfc/ptr.cpp                               |   206 +
 vdb3/src/kfc/ref.cpp                               |   140 +
 vdb3/src/kfc/refcount.cpp                          |   113 +
 vdb3/src/kfc/rsrc.cpp                              |   141 +
 vdb3/src/kfc/stream.cpp                            |   395 +
 vdb3/src/kfc/string.cpp                            |  1324 ++
 vdb3/src/kfc/syserr.cpp                            |    97 +
 vdb3/src/kfc/task-impl.cpp                         |   352 +
 vdb3/src/kfc/task.cpp                              |   109 +
 vdb3/src/kfc/time.cpp                              |   290 +
 vdb3/src/kfc/timemgr.cpp                           |   105 +
 vdb3/src/kfc/vers.cpp                              |    85 +
 3327 files changed, 836850 insertions(+), 296420 deletions(-)
 delete mode 100644 README-blastn
 delete mode 100644 README-vdb-config
 mode change 100644 => 100755 build/MSVC/2010/.gitignore
 delete mode 100644 build/MSVC/2010/abi-dump.vcxproj
 delete mode 100755 build/MSVC/2010/align-cache.vcxproj
 delete mode 100644 build/MSVC/2010/align-info.vcxproj
 create mode 100644 build/MSVC/2010/bz2.vcxproj
 delete mode 100644 build/MSVC/2010/cache-mgr.vcxproj
 delete mode 100644 build/MSVC/2010/dbgap-mount-demo.vcxproj
 delete mode 100644 build/MSVC/2010/dbgap-mount-tool.vcxproj
 delete mode 100644 build/MSVC/2010/fastq-dump-ngs.vcxproj
 delete mode 100644 build/MSVC/2010/fastq-dump.vcxproj
 delete mode 100644 build/MSVC/2010/fastq-loader.vcxproj
 delete mode 100644 build/MSVC/2010/general-loader.vcxproj
 delete mode 100644 build/MSVC/2010/illumina-dump.vcxproj
 create mode 100644 build/MSVC/2010/kapp-md.vcxproj
 create mode 100644 build/MSVC/2010/kapp.vcxproj
 delete mode 100644 build/MSVC/2010/kar.vcxproj
 delete mode 100644 build/MSVC/2010/kdbmeta.vcxproj
 create mode 100644 build/MSVC/2010/ktst-md.vcxproj
 create mode 100644 build/MSVC/2010/ktst.vcxproj
 create mode 100644 build/MSVC/2010/load.vcxproj
 create mode 100644 build/MSVC/2010/loader.vcxproj
 delete mode 100644 build/MSVC/2010/md5cp.vcxproj
 create mode 100644 build/MSVC/2010/ncbi-vdb-dll-md.vcxproj
 create mode 100644 build/MSVC/2010/ncbi-vdb-dll.filters
 create mode 100644 build/MSVC/2010/ncbi-vdb-dll.vcxproj
 create mode 100644 build/MSVC/2010/ncbi-vdb.sln
 create mode 100644 build/MSVC/2010/ncbi-vdb.vcxproj
 create mode 100644 build/MSVC/2010/ncbi-vdb.vcxproj.filters
 create mode 100644 build/MSVC/2010/ncbi-wvdb-dll-md.vcxproj
 create mode 100644 build/MSVC/2010/ncbi-wvdb-dll.vcxproj
 create mode 100644 build/MSVC/2010/ncbi-wvdb.vcxproj
 create mode 100644 build/MSVC/2010/ncbi-wvdb.vcxproj.filters
 create mode 100644 build/MSVC/2010/ngs-c++.vcxproj
 create mode 100644 build/MSVC/2010/pileup_dev.vcxproj
 delete mode 100644 build/MSVC/2010/prefetch.vcxproj
 delete mode 100644 build/MSVC/2010/qual-recalib-stat.vcxproj
 delete mode 100644 build/MSVC/2010/rcexplain.vcxproj
 delete mode 100644 build/MSVC/2010/read-filter-redact.vcxproj
 delete mode 100755 build/MSVC/2010/ref-variation.vcxproj
 delete mode 100644 build/MSVC/2010/sam-dump.vcxproj
 delete mode 100644 build/MSVC/2010/schema-replace.vcxproj
 delete mode 100644 build/MSVC/2010/sff-dump.vcxproj
 delete mode 100644 build/MSVC/2010/sra-kar.vcxproj
 delete mode 100644 build/MSVC/2010/sra-pileup.vcxproj
 delete mode 100644 build/MSVC/2010/sra-stat.vcxproj
 delete mode 100644 build/MSVC/2010/sra-tools.sln
 delete mode 100644 build/MSVC/2010/srapath.vcxproj
 create mode 100644 build/MSVC/2010/test-agrep.vcxproj
 delete mode 100644 build/MSVC/2010/test-align-info.vcxproj
 create mode 100644 build/MSVC/2010/test-asm.vcxproj
 create mode 100644 build/MSVC/2010/test-cc.vcxproj
 create mode 100644 build/MSVC/2010/test-dependencies.vcxproj
 delete mode 100644 build/MSVC/2010/test-fastq-loader.vcxproj
 delete mode 100644 build/MSVC/2010/test-general-loader.vcxproj
 create mode 100644 build/MSVC/2010/test-http-dropconn.vcxproj
 create mode 100644 build/MSVC/2010/test-http.vcxproj
 create mode 100644 build/MSVC/2010/test-judy.vcxproj
 create mode 100644 build/MSVC/2010/test-kapp.vcxproj
 create mode 100644 build/MSVC/2010/test-kdb.vcxproj
 create mode 100644 build/MSVC/2010/test-keystore.vcxproj
 create mode 100644 build/MSVC/2010/test-kfc.vcxproj
 create mode 100644 build/MSVC/2010/test-kfg.vcxproj
 create mode 100644 build/MSVC/2010/test-kfs_cache.vcxproj
 create mode 100644 build/MSVC/2010/test-kfs_kfs.vcxproj
 create mode 100644 build/MSVC/2010/test-kfs_md5.vcxproj
 create mode 100644 build/MSVC/2010/test-kfs_ramfile.vcxproj
 create mode 100644 build/MSVC/2010/test-kfs_resolve.vcxproj
 create mode 100644 build/MSVC/2010/test-klib.vcxproj
 create mode 100644 build/MSVC/2010/test-kns.vcxproj
 create mode 100644 build/MSVC/2010/test-kproc.vcxproj
 create mode 100644 build/MSVC/2010/test-krypto_encdec.vcxproj
 create mode 100644 build/MSVC/2010/test-krypto_reenc.vcxproj
 create mode 100644 build/MSVC/2010/test-ktst.vcxproj
 create mode 100644 build/MSVC/2010/test-log.vcxproj
 create mode 100644 build/MSVC/2010/test-ncbi-vdb.sln
 create mode 100644 build/MSVC/2010/test-ngs.vcxproj
 create mode 100644 build/MSVC/2010/test-ngs_csra1-c++.vcxproj
 create mode 100644 build/MSVC/2010/test-ngs_csra1.vcxproj
 create mode 100644 build/MSVC/2010/test-ngs_csra1_pileup.vcxproj
 create mode 100644 build/MSVC/2010/test-ngs_csra1_readcollection.vcxproj
 create mode 100644 build/MSVC/2010/test-ngs_csra1_refwin.vcxproj
 create mode 100644 build/MSVC/2010/test-ngs_csra1pileup-c++.vcxproj
 create mode 100644 build/MSVC/2010/test-ngs_referencesequence.vcxproj
 create mode 100644 build/MSVC/2010/test-ngs_sra-c++.vcxproj
 create mode 100644 build/MSVC/2010/test-ngs_sra.vcxproj
 create mode 100644 build/MSVC/2010/test-ngs_sradb-c++.vcxproj
 create mode 100644 build/MSVC/2010/test-ngs_sradb.vcxproj
 create mode 100644 build/MSVC/2010/test-out.vcxproj
 create mode 100644 build/MSVC/2010/test-path.vcxproj
 create mode 100644 build/MSVC/2010/test-printf.vcxproj
 create mode 100644 build/MSVC/2010/test-ramfile.vcxproj
 create mode 100644 build/MSVC/2010/test-repository.vcxproj
 create mode 100644 build/MSVC/2010/test-resolve.vcxproj
 create mode 100644 build/MSVC/2010/test-sra-release-version.vcxproj
 delete mode 100644 build/MSVC/2010/test-sra-tools.sln
 delete mode 100644 build/MSVC/2010/test-sra.vcxproj
 create mode 100644 build/MSVC/2010/test-sraxf.vcxproj
 delete mode 100644 build/MSVC/2010/test-vcf-loader.vcxproj
 create mode 100644 build/MSVC/2010/test-vdb-dll-md.vcxproj
 create mode 100644 build/MSVC/2010/test-vdb-dll.vcxproj
 create mode 100644 build/MSVC/2010/test-vdb.vcxproj
 create mode 100644 build/MSVC/2010/test-vfs.vcxproj
 create mode 100644 build/MSVC/2010/test-vfsmanager.vcxproj
 create mode 100644 build/MSVC/2010/test-vxf.vcxproj
 create mode 100644 build/MSVC/2010/test-wkdb.vcxproj
 create mode 100644 build/MSVC/2010/test-wvdb-dll-md.vcxproj
 create mode 100644 build/MSVC/2010/test-wvdb-dll.vcxproj
 create mode 100644 build/MSVC/2010/test-wvdb.vcxproj
 create mode 100644 build/MSVC/2010/tui.vcxproj
 create mode 100644 build/MSVC/2010/tui_cpp.vcxproj
 delete mode 100755 build/MSVC/2010/var-expand.vcxproj
 delete mode 100644 build/MSVC/2010/vcf-loader.vcxproj
 delete mode 100644 build/MSVC/2010/vdb-config.vcxproj
 delete mode 100644 build/MSVC/2010/vdb-copy.vcxproj
 delete mode 100644 build/MSVC/2010/vdb-decrypt.vcxproj
 delete mode 100644 build/MSVC/2010/vdb-diff.vcxproj
 delete mode 100644 build/MSVC/2010/vdb-dump.vcxproj
 delete mode 100644 build/MSVC/2010/vdb-encrypt.vcxproj
 delete mode 100644 build/MSVC/2010/vdb-lock.vcxproj
 delete mode 100644 build/MSVC/2010/vdb-passwd.vcxproj
 delete mode 100644 build/MSVC/2010/vdb-unlock.vcxproj
 delete mode 100644 build/MSVC/2010/vdb-validate.vcxproj
 delete mode 100644 build/MSVC/2010/wb-test-fastq.vcxproj
 create mode 100644 build/MSVC/2010/wb-test-kfg.vcxproj
 create mode 100644 build/MSVC/2010/xfs.vcxproj
 create mode 100644 build/MSVC/2010/zlib.vcxproj
 create mode 100644 build/MSVC/2013/.gitignore
 create mode 100644 build/MSVC/2013/bz2.vcxproj
 create mode 100644 build/MSVC/2013/bz2.vcxproj.user
 create mode 100644 build/MSVC/2013/dll-project.props
 create mode 100644 build/MSVC/2013/exe-project.props
 create mode 100644 build/MSVC/2013/kapp-md.vcxproj
 create mode 100644 build/MSVC/2013/kapp-md.vcxproj.user
 create mode 100644 build/MSVC/2013/kapp.vcxproj
 create mode 100644 build/MSVC/2013/kapp.vcxproj.user
 create mode 100644 build/MSVC/2013/ktst-md.vcxproj
 create mode 100644 build/MSVC/2013/ktst-md.vcxproj.user
 create mode 100644 build/MSVC/2013/ktst.vcxproj
 create mode 100644 build/MSVC/2013/ktst.vcxproj.user
 create mode 100644 build/MSVC/2013/lib-project.props
 create mode 100644 build/MSVC/2013/load.vcxproj
 create mode 100644 build/MSVC/2013/load.vcxproj.user
 create mode 100644 build/MSVC/2013/loader.vcxproj
 create mode 100644 build/MSVC/2013/loader.vcxproj.user
 create mode 100644 build/MSVC/2013/ncbi-vdb-dll-md.vcxproj
 create mode 100644 build/MSVC/2013/ncbi-vdb-dll-md.vcxproj.user
 create mode 100644 build/MSVC/2013/ncbi-vdb-dll.filters
 create mode 100644 build/MSVC/2013/ncbi-vdb-dll.vcxproj
 create mode 100644 build/MSVC/2013/ncbi-vdb-dll.vcxproj.user
 create mode 100644 build/MSVC/2013/ncbi-vdb.sln
 create mode 100644 build/MSVC/2013/ncbi-vdb.suo
 create mode 100644 build/MSVC/2013/ncbi-vdb.vcxproj
 create mode 100644 build/MSVC/2013/ncbi-vdb.vcxproj.filters
 create mode 100644 build/MSVC/2013/ncbi-vdb.vcxproj.user
 create mode 100644 build/MSVC/2013/ncbi-wvdb-dll-md.vcxproj
 create mode 100644 build/MSVC/2013/ncbi-wvdb-dll-md.vcxproj.user
 create mode 100644 build/MSVC/2013/ncbi-wvdb-dll.vcxproj
 create mode 100644 build/MSVC/2013/ncbi-wvdb-dll.vcxproj.user
 create mode 100644 build/MSVC/2013/ncbi-wvdb.vcxproj
 create mode 100644 build/MSVC/2013/ncbi-wvdb.vcxproj.filters
 create mode 100644 build/MSVC/2013/ncbi-wvdb.vcxproj.user
 create mode 100644 build/MSVC/2013/ngs-c++.vcxproj
 create mode 100644 build/MSVC/2013/ngs-c++.vcxproj.user
 create mode 100644 build/MSVC/2013/pileup_dev.vcxproj
 create mode 100644 build/MSVC/2013/test-agrep.vcxproj
 create mode 100644 build/MSVC/2013/test-agrep.vcxproj.user
 create mode 100644 build/MSVC/2013/test-asm.vcxproj
 create mode 100644 build/MSVC/2013/test-asm.vcxproj.user
 create mode 100644 build/MSVC/2013/test-cc.vcxproj
 create mode 100644 build/MSVC/2013/test-cc.vcxproj.user
 create mode 100644 build/MSVC/2013/test-dependencies.vcxproj
 create mode 100644 build/MSVC/2013/test-http-dropconn.vcxproj
 create mode 100644 build/MSVC/2013/test-http-dropconn.vcxproj.user
 create mode 100644 build/MSVC/2013/test-http.vcxproj
 create mode 100644 build/MSVC/2013/test-http.vcxproj.user
 create mode 100644 build/MSVC/2013/test-judy.vcxproj
 create mode 100644 build/MSVC/2013/test-judy.vcxproj.user
 create mode 100644 build/MSVC/2013/test-kapp.vcxproj
 create mode 100644 build/MSVC/2013/test-kdb.vcxproj
 create mode 100644 build/MSVC/2013/test-kdb.vcxproj.user
 create mode 100644 build/MSVC/2013/test-keystore.vcxproj
 create mode 100644 build/MSVC/2013/test-keystore.vcxproj.user
 create mode 100644 build/MSVC/2013/test-kfc.vcxproj
 create mode 100644 build/MSVC/2013/test-kfc.vcxproj.user
 create mode 100644 build/MSVC/2013/test-kfg.vcxproj
 create mode 100644 build/MSVC/2013/test-kfg.vcxproj.user
 create mode 100644 build/MSVC/2013/test-kfs_cache.vcxproj
 create mode 100644 build/MSVC/2013/test-kfs_cache.vcxproj.user
 create mode 100644 build/MSVC/2013/test-kfs_kfs.vcxproj
 create mode 100644 build/MSVC/2013/test-kfs_kfs.vcxproj.user
 create mode 100644 build/MSVC/2013/test-kfs_md5.vcxproj
 create mode 100644 build/MSVC/2013/test-kfs_md5.vcxproj.user
 create mode 100644 build/MSVC/2013/test-kfs_ramfile.vcxproj
 create mode 100644 build/MSVC/2013/test-kfs_ramfile.vcxproj.user
 create mode 100644 build/MSVC/2013/test-kfs_resolve.vcxproj
 create mode 100644 build/MSVC/2013/test-kfs_resolve.vcxproj.user
 create mode 100644 build/MSVC/2013/test-klib.vcxproj
 create mode 100644 build/MSVC/2013/test-klib.vcxproj.user
 create mode 100644 build/MSVC/2013/test-kns.vcxproj
 create mode 100644 build/MSVC/2013/test-kns.vcxproj.user
 create mode 100644 build/MSVC/2013/test-kproc.vcxproj
 create mode 100644 build/MSVC/2013/test-kproc.vcxproj.user
 create mode 100644 build/MSVC/2013/test-krypto_encdec.vcxproj
 create mode 100644 build/MSVC/2013/test-krypto_encdec.vcxproj.user
 create mode 100644 build/MSVC/2013/test-krypto_reenc.vcxproj
 create mode 100644 build/MSVC/2013/test-krypto_reenc.vcxproj.user
 create mode 100644 build/MSVC/2013/test-ktst.vcxproj
 create mode 100644 build/MSVC/2013/test-ktst.vcxproj.user
 create mode 100644 build/MSVC/2013/test-log.vcxproj
 create mode 100644 build/MSVC/2013/test-log.vcxproj.user
 create mode 100644 build/MSVC/2013/test-ncbi-vdb.sln
 create mode 100644 build/MSVC/2013/test-ncbi-vdb.suo
 create mode 100644 build/MSVC/2013/test-ngs.vcxproj
 create mode 100644 build/MSVC/2013/test-ngs.vcxproj.user
 create mode 100644 build/MSVC/2013/test-ngs_csra1-c++.vcxproj
 create mode 100644 build/MSVC/2013/test-ngs_csra1-c++.vcxproj.user
 create mode 100644 build/MSVC/2013/test-ngs_csra1.vcxproj
 create mode 100644 build/MSVC/2013/test-ngs_csra1.vcxproj.user
 create mode 100644 build/MSVC/2013/test-ngs_csra1_pileup.vcxproj
 create mode 100644 build/MSVC/2013/test-ngs_csra1_pileup.vcxproj.user
 create mode 100644 build/MSVC/2013/test-ngs_csra1_readcollection.vcxproj
 create mode 100644 build/MSVC/2013/test-ngs_csra1_readcollection.vcxproj.user
 create mode 100644 build/MSVC/2013/test-ngs_csra1_refwin.vcxproj
 create mode 100644 build/MSVC/2013/test-ngs_csra1_refwin.vcxproj.user
 create mode 100644 build/MSVC/2013/test-ngs_csra1pileup-c++.vcxproj
 create mode 100644 build/MSVC/2013/test-ngs_csra1pileup-c++.vcxproj.user
 create mode 100644 build/MSVC/2013/test-ngs_referencesequence.vcxproj
 create mode 100644 build/MSVC/2013/test-ngs_referencesequence.vcxproj.user
 create mode 100644 build/MSVC/2013/test-ngs_sra-c++.vcxproj
 create mode 100644 build/MSVC/2013/test-ngs_sra-c++.vcxproj.user
 create mode 100644 build/MSVC/2013/test-ngs_sra.vcxproj
 create mode 100644 build/MSVC/2013/test-ngs_sra.vcxproj.user
 create mode 100644 build/MSVC/2013/test-ngs_sradb-c++.vcxproj
 create mode 100644 build/MSVC/2013/test-ngs_sradb-c++.vcxproj.user
 create mode 100644 build/MSVC/2013/test-ngs_sradb.vcxproj
 create mode 100644 build/MSVC/2013/test-ngs_sradb.vcxproj.user
 create mode 100644 build/MSVC/2013/test-out.vcxproj
 create mode 100644 build/MSVC/2013/test-out.vcxproj.user
 create mode 100644 build/MSVC/2013/test-path.vcxproj
 create mode 100644 build/MSVC/2013/test-path.vcxproj.user
 create mode 100644 build/MSVC/2013/test-printf.vcxproj
 create mode 100644 build/MSVC/2013/test-printf.vcxproj.user
 create mode 100644 build/MSVC/2013/test-project.props
 create mode 100644 build/MSVC/2013/test-ramfile.vcxproj
 create mode 100644 build/MSVC/2013/test-repository.vcxproj
 create mode 100644 build/MSVC/2013/test-repository.vcxproj.user
 create mode 100644 build/MSVC/2013/test-resolve.vcxproj
 create mode 100644 build/MSVC/2013/test-sra-release-version.vcxproj
 create mode 100644 build/MSVC/2013/test-sra-release-version.vcxproj.user
 create mode 100644 build/MSVC/2013/test-sraxf.vcxproj
 create mode 100644 build/MSVC/2013/test-vdb-dll-md.vcxproj
 create mode 100644 build/MSVC/2013/test-vdb-dll-md.vcxproj.user
 create mode 100644 build/MSVC/2013/test-vdb-dll.vcxproj
 create mode 100644 build/MSVC/2013/test-vdb-dll.vcxproj.user
 create mode 100644 build/MSVC/2013/test-vdb.vcxproj
 create mode 100644 build/MSVC/2013/test-vdb.vcxproj.user
 create mode 100644 build/MSVC/2013/test-vfs.vcxproj
 create mode 100644 build/MSVC/2013/test-vfs.vcxproj.user
 create mode 100644 build/MSVC/2013/test-vfsmanager.vcxproj
 create mode 100644 build/MSVC/2013/test-vfsmanager.vcxproj.user
 create mode 100644 build/MSVC/2013/test-vxf.vcxproj
 create mode 100644 build/MSVC/2013/test-vxf.vcxproj.user
 create mode 100644 build/MSVC/2013/test-wkdb.vcxproj
 create mode 100644 build/MSVC/2013/test-wkdb.vcxproj.user
 create mode 100644 build/MSVC/2013/test-wvdb-dll-md.vcxproj
 create mode 100644 build/MSVC/2013/test-wvdb-dll-md.vcxproj.user
 create mode 100644 build/MSVC/2013/test-wvdb-dll.vcxproj
 create mode 100644 build/MSVC/2013/test-wvdb-dll.vcxproj.user
 create mode 100644 build/MSVC/2013/test-wvdb.vcxproj
 create mode 100644 build/MSVC/2013/test-wvdb.vcxproj.user
 create mode 100644 build/MSVC/2013/tui.vcxproj
 create mode 100644 build/MSVC/2013/tui.vcxproj.user
 create mode 100644 build/MSVC/2013/tui_cpp.vcxproj
 create mode 100644 build/MSVC/2013/tui_cpp.vcxproj.user
 create mode 100644 build/MSVC/2013/vdb-common.props
 create mode 100644 build/MSVC/2013/wb-test-kfg.vcxproj
 create mode 100644 build/MSVC/2013/wb-test-kfg.vcxproj.user
 create mode 100644 build/MSVC/2013/xfs.vcxproj
 create mode 100644 build/MSVC/2013/zlib.vcxproj
 create mode 100644 build/MSVC/2013/zlib.vcxproj.user
 create mode 100644 build/MSVC/build.xml
 create mode 100644 build/MSVC/bz2.files
 create mode 100644 build/MSVC/kapp.files
 create mode 100644 build/MSVC/ktst.files
 create mode 100644 build/MSVC/load.files
 create mode 100644 build/MSVC/loader.files
 create mode 100644 build/MSVC/ncbi-vdb-dll.files
 create mode 100644 build/MSVC/ncbi-vdb.files
 create mode 100644 build/MSVC/ncbi-wvdb-dll.files
 create mode 100644 build/MSVC/ncbi-wvdb.files
 create mode 100644 build/MSVC/ngs-c++.files
 create mode 100644 build/MSVC/pileup_dev.files
 create mode 100644 build/MSVC/test-agrep.files
 create mode 100644 build/MSVC/test-asm.files
 create mode 100644 build/MSVC/test-cc.files
 create mode 100644 build/MSVC/test-dependencies.files
 create mode 100644 build/MSVC/test-http-dropconn.files
 create mode 100644 build/MSVC/test-http.files
 create mode 100644 build/MSVC/test-judy.files
 create mode 100644 build/MSVC/test-kapp.files
 create mode 100644 build/MSVC/test-kdb.files
 create mode 100644 build/MSVC/test-keystore.files
 create mode 100644 build/MSVC/test-kfc.files
 create mode 100644 build/MSVC/test-kfg.files
 create mode 100644 build/MSVC/test-kfs_cache.files
 create mode 100644 build/MSVC/test-kfs_kfs.files
 create mode 100644 build/MSVC/test-kfs_md5.files
 create mode 100644 build/MSVC/test-kfs_ramfile.files
 create mode 100644 build/MSVC/test-kfs_resolve.files
 create mode 100644 build/MSVC/test-klib.files
 create mode 100644 build/MSVC/test-kns.files
 create mode 100644 build/MSVC/test-kproc.files
 create mode 100644 build/MSVC/test-krypto_encdec.files
 create mode 100644 build/MSVC/test-krypto_reenc.files
 create mode 100644 build/MSVC/test-ktst.files
 create mode 100644 build/MSVC/test-log.files
 create mode 100644 build/MSVC/test-ngs.files
 create mode 100644 build/MSVC/test-ngs_csra1-c++.files
 create mode 100644 build/MSVC/test-ngs_csra1.files
 create mode 100644 build/MSVC/test-ngs_csra1_pileup.files
 create mode 100644 build/MSVC/test-ngs_csra1_readcollection.files
 create mode 100644 build/MSVC/test-ngs_csra1_refwin.files
 create mode 100644 build/MSVC/test-ngs_csra1pileup-c++.files
 create mode 100644 build/MSVC/test-ngs_referencesequence.files
 create mode 100644 build/MSVC/test-ngs_sra-c++.files
 create mode 100644 build/MSVC/test-ngs_sra.files
 create mode 100644 build/MSVC/test-ngs_sradb-c++.files
 create mode 100644 build/MSVC/test-ngs_sradb.files
 create mode 100644 build/MSVC/test-out.files
 create mode 100644 build/MSVC/test-path.files
 create mode 100644 build/MSVC/test-printf.files
 create mode 100644 build/MSVC/test-ramfile.files
 create mode 100644 build/MSVC/test-repository.files
 create mode 100644 build/MSVC/test-resolve.files
 create mode 100644 build/MSVC/test-sra-release-version.files
 create mode 100644 build/MSVC/test-sraxf.files
 create mode 100644 build/MSVC/test-vdb.files
 create mode 100644 build/MSVC/test-vfs.files
 create mode 100644 build/MSVC/test-vfsmanager.files
 create mode 100644 build/MSVC/test-vxf.files
 create mode 100644 build/MSVC/test-wkdb.files
 create mode 100644 build/MSVC/test-wvdb.files
 create mode 100644 build/MSVC/tui.files
 create mode 100644 build/MSVC/tui_cpp.files
 create mode 100644 build/MSVC/wb-test-kfg.files
 create mode 100644 build/MSVC/xfs.files
 create mode 100644 build/MSVC/zlib.files
 delete mode 100644 build/Makefile.deb
 delete mode 100644 build/Makefile.rpm
 delete mode 100644 build/Makefile.tools
 create mode 100644 build/Makefile.vers
 delete mode 100644 build/Xcode/asm-trace/asm-trace.xcodeproj/project.pbxproj
 delete mode 100644 build/Xcode/old-toolkit/.gitignore
 delete mode 100644 build/Xcode/old-toolkit/old-toolkit.xcodeproj/project.pbxproj
 create mode 100644 debian/patches/find_ncbi-vdb.patch
 create mode 100644 debian/patches/link_debian_packaged_libz.patch
 rename test/kar/input/1.0/1.md5 => interfaces/.gitignore (100%)
 create mode 100644 interfaces/align/align-access.h
 create mode 100644 interfaces/align/align.h
 create mode 100644 interfaces/align/align.vschema
 create mode 100644 interfaces/align/alignsrc.h
 create mode 100644 interfaces/align/bam.h
 create mode 100644 interfaces/align/dna-reverse-cmpl.h
 create mode 100644 interfaces/align/extern.h
 create mode 100644 interfaces/align/iterator.h
 create mode 100644 interfaces/align/iterator_examples.txt
 create mode 100644 interfaces/align/manager.h
 create mode 100644 interfaces/align/mate-cache.vschema
 create mode 100644 interfaces/align/pileup-stats.vschema
 create mode 100644 interfaces/align/qstat.vschema
 create mode 100644 interfaces/align/quality-quantizer.h
 create mode 100644 interfaces/align/reader-refseq.h
 create mode 100644 interfaces/align/reference.h
 create mode 100644 interfaces/align/refseq-mgr.h
 create mode 100644 interfaces/align/refseq.vschema
 create mode 100644 interfaces/align/seq.vschema
 create mode 100644 interfaces/align/writer-alignment.h
 create mode 100644 interfaces/align/writer-cmn.h
 create mode 100644 interfaces/align/writer-reference.h
 create mode 100644 interfaces/align/writer-refseq.h
 create mode 100644 interfaces/align/writer-sequence.h
 create mode 100644 interfaces/cc/cc/compiler.h
 create mode 100644 interfaces/cc/gcc/compiler.h
 create mode 100644 interfaces/cc/gcc/fat86/arch-impl.h
 create mode 100644 interfaces/cc/gcc/fat86/atomic.h
 create mode 100644 interfaces/cc/gcc/fat86/atomic32.h
 create mode 100644 interfaces/cc/gcc/fat86/atomic64.h
 create mode 100644 interfaces/cc/gcc/fat86/bitstr.h
 create mode 100644 interfaces/cc/gcc/fat86/byteswap.h
 create mode 100644 interfaces/cc/gcc/fat86/strtol.h
 create mode 100644 interfaces/cc/gcc/i386/arch-impl.h
 create mode 100644 interfaces/cc/gcc/i386/atomic.h
 create mode 100644 interfaces/cc/gcc/i386/atomic32.h
 create mode 100644 interfaces/cc/gcc/i386/bitstr.h
 create mode 100644 interfaces/cc/gcc/i386/byteswap.h
 create mode 100644 interfaces/cc/gcc/i386/strtol.h
 create mode 100644 interfaces/cc/gcc/noarch/bitstr.h
 create mode 100644 interfaces/cc/gcc/ppc32/arch-impl.h
 create mode 100644 interfaces/cc/gcc/ppc32/atomic.h
 create mode 100644 interfaces/cc/gcc/ppc32/atomic32.h
 create mode 100644 interfaces/cc/gcc/ppc32/bitstr.h
 create mode 100644 interfaces/cc/gcc/ppc32/strtol.h
 create mode 100644 interfaces/cc/gcc/v128.h
 create mode 100644 interfaces/cc/gcc/va_copy.h
 create mode 100644 interfaces/cc/gcc/x86_64/arch-impl.h
 create mode 100644 interfaces/cc/gcc/x86_64/atomic.h
 create mode 100644 interfaces/cc/gcc/x86_64/atomic32.h
 create mode 100644 interfaces/cc/gcc/x86_64/atomic64.h
 create mode 100644 interfaces/cc/gcc/x86_64/bitstr.h
 create mode 100644 interfaces/cc/gcc/x86_64/byteswap.h
 create mode 100644 interfaces/cc/gcc/x86_64/strtol.h
 create mode 100644 interfaces/cc/icc/compiler.h
 create mode 100644 interfaces/cc/vc++/compiler.h
 create mode 100644 interfaces/cc/vc++/i386/arch-impl.h
 create mode 100644 interfaces/cc/vc++/i386/bitstr.h
 create mode 100644 interfaces/cc/vc++/noarch/arch-impl.h
 create mode 100644 interfaces/cc/vc++/noarch/bitstr.h
 create mode 100644 interfaces/cc/vc++/stdbool.h
 create mode 100644 interfaces/cc/vc++/stdint.h
 create mode 100644 interfaces/cc/vc++/va_copy.h
 create mode 100644 interfaces/cc/vc++/x86_64/arch-impl.h
 create mode 100644 interfaces/cc/vc++/x86_64/bitstr.h
 create mode 100644 interfaces/csra2/csra2.vschema
 create mode 100644 interfaces/csra2/read.vschema
 create mode 100644 interfaces/csra2/reference.vschema
 create mode 100644 interfaces/csra2/stats.vschema
 create mode 100644 interfaces/ext/bzlib.h
 create mode 100644 interfaces/ext/hdf5/H5ACpublic.h
 create mode 100644 interfaces/ext/hdf5/H5AbstractDs.h
 create mode 100644 interfaces/ext/hdf5/H5Apublic.h
 create mode 100644 interfaces/ext/hdf5/H5ArrayType.h
 create mode 100644 interfaces/ext/hdf5/H5AtomType.h
 create mode 100644 interfaces/ext/hdf5/H5Attribute.h
 create mode 100644 interfaces/ext/hdf5/H5Classes.h
 create mode 100644 interfaces/ext/hdf5/H5CommonFG.h
 create mode 100644 interfaces/ext/hdf5/H5CompType.h
 create mode 100644 interfaces/ext/hdf5/H5Cpp.h
 create mode 100644 interfaces/ext/hdf5/H5CppDoc.h
 create mode 100644 interfaces/ext/hdf5/H5Cpublic.h
 create mode 100644 interfaces/ext/hdf5/H5DSpublic.h
 create mode 100644 interfaces/ext/hdf5/H5DataSet.h
 create mode 100644 interfaces/ext/hdf5/H5DataSpace.h
 create mode 100644 interfaces/ext/hdf5/H5DataType.h
 create mode 100644 interfaces/ext/hdf5/H5DcreatProp.h
 create mode 100644 interfaces/ext/hdf5/H5Dpublic.h
 create mode 100644 interfaces/ext/hdf5/H5DxferProp.h
 create mode 100644 interfaces/ext/hdf5/H5EnumType.h
 create mode 100644 interfaces/ext/hdf5/H5Epubgen.h
 create mode 100644 interfaces/ext/hdf5/H5Epublic.h
 create mode 100644 interfaces/ext/hdf5/H5Exception.h
 create mode 100644 interfaces/ext/hdf5/H5FDcore.h
 create mode 100644 interfaces/ext/hdf5/H5FDdirect.h
 create mode 100644 interfaces/ext/hdf5/H5FDfamily.h
 create mode 100644 interfaces/ext/hdf5/H5FDlog.h
 create mode 100644 interfaces/ext/hdf5/H5FDmpi.h
 create mode 100644 interfaces/ext/hdf5/H5FDmpio.h
 create mode 100644 interfaces/ext/hdf5/H5FDmpiposix.h
 create mode 100644 interfaces/ext/hdf5/H5FDmulti.h
 create mode 100644 interfaces/ext/hdf5/H5FDpublic.h
 create mode 100644 interfaces/ext/hdf5/H5FDsec2.h
 create mode 100644 interfaces/ext/hdf5/H5FDstdio.h
 create mode 100644 interfaces/ext/hdf5/H5FaccProp.h
 create mode 100644 interfaces/ext/hdf5/H5FcreatProp.h
 create mode 100644 interfaces/ext/hdf5/H5File.h
 create mode 100644 interfaces/ext/hdf5/H5FloatType.h
 create mode 100644 interfaces/ext/hdf5/H5Fpublic.h
 create mode 100644 interfaces/ext/hdf5/H5Gpublic.h
 create mode 100644 interfaces/ext/hdf5/H5Group.h
 create mode 100644 interfaces/ext/hdf5/H5IMpublic.h
 create mode 100644 interfaces/ext/hdf5/H5IdComponent.h
 create mode 100644 interfaces/ext/hdf5/H5Include.h
 create mode 100644 interfaces/ext/hdf5/H5IntType.h
 create mode 100644 interfaces/ext/hdf5/H5Ipublic.h
 create mode 100644 interfaces/ext/hdf5/H5LTpublic.h
 create mode 100644 interfaces/ext/hdf5/H5Library.h
 create mode 100644 interfaces/ext/hdf5/H5Lpublic.h
 create mode 100644 interfaces/ext/hdf5/H5MMpublic.h
 create mode 100644 interfaces/ext/hdf5/H5Object.h
 create mode 100644 interfaces/ext/hdf5/H5Opublic.h
 create mode 100644 interfaces/ext/hdf5/H5PTpublic.h
 create mode 100644 interfaces/ext/hdf5/H5PacketTable.h
 create mode 100644 interfaces/ext/hdf5/H5Ppublic.h
 create mode 100644 interfaces/ext/hdf5/H5PredType.h
 create mode 100644 interfaces/ext/hdf5/H5PropList.h
 create mode 100644 interfaces/ext/hdf5/H5Rpublic.h
 create mode 100644 interfaces/ext/hdf5/H5Spublic.h
 create mode 100644 interfaces/ext/hdf5/H5StrType.h
 create mode 100644 interfaces/ext/hdf5/H5TBpublic.h
 create mode 100644 interfaces/ext/hdf5/H5Tpublic.h
 create mode 100644 interfaces/ext/hdf5/H5VarLenType.h
 create mode 100644 interfaces/ext/hdf5/H5Zpublic.h
 create mode 100644 interfaces/ext/hdf5/H5api_adpt.h
 create mode 100644 interfaces/ext/hdf5/H5f90i.h
 create mode 100644 interfaces/ext/hdf5/H5f90i_gen.h
 create mode 100644 interfaces/ext/hdf5/H5overflow.h
 create mode 100644 interfaces/ext/hdf5/H5pubconf.h
 create mode 100644 interfaces/ext/hdf5/H5public.h
 create mode 100644 interfaces/ext/hdf5/H5version.h
 create mode 100644 interfaces/ext/hdf5/h5_dble_interface.mod
 create mode 100644 interfaces/ext/hdf5/h5a.mod
 create mode 100644 interfaces/ext/hdf5/h5d.mod
 create mode 100644 interfaces/ext/hdf5/h5e.mod
 create mode 100644 interfaces/ext/hdf5/h5f.mod
 create mode 100644 interfaces/ext/hdf5/h5fortran_types.mod
 create mode 100644 interfaces/ext/hdf5/h5g.mod
 create mode 100644 interfaces/ext/hdf5/h5global.mod
 create mode 100644 interfaces/ext/hdf5/h5i.mod
 create mode 100644 interfaces/ext/hdf5/h5im.mod
 create mode 100644 interfaces/ext/hdf5/h5l.mod
 create mode 100644 interfaces/ext/hdf5/h5lib.mod
 create mode 100644 interfaces/ext/hdf5/h5lt.mod
 create mode 100644 interfaces/ext/hdf5/h5o.mod
 create mode 100644 interfaces/ext/hdf5/h5p.mod
 create mode 100644 interfaces/ext/hdf5/h5r.mod
 create mode 100644 interfaces/ext/hdf5/h5s.mod
 create mode 100644 interfaces/ext/hdf5/h5t.mod
 create mode 100644 interfaces/ext/hdf5/h5tb.mod
 create mode 100644 interfaces/ext/hdf5/h5z.mod
 create mode 100644 interfaces/ext/hdf5/hdf5.h
 create mode 100644 interfaces/ext/hdf5/hdf5.mod
 create mode 100644 interfaces/ext/hdf5/hdf5_hl.h
 create mode 100644 interfaces/ext/libxml/DOCBparser.h
 create mode 100644 interfaces/ext/libxml/HTMLparser.h
 create mode 100644 interfaces/ext/libxml/HTMLtree.h
 create mode 100644 interfaces/ext/libxml/SAX.h
 create mode 100644 interfaces/ext/libxml/SAX2.h
 create mode 100644 interfaces/ext/libxml/c14n.h
 create mode 100644 interfaces/ext/libxml/catalog.h
 create mode 100644 interfaces/ext/libxml/chvalid.h
 create mode 100644 interfaces/ext/libxml/debugXML.h
 create mode 100644 interfaces/ext/libxml/dict.h
 create mode 100644 interfaces/ext/libxml/encoding.h
 create mode 100644 interfaces/ext/libxml/entities.h
 create mode 100644 interfaces/ext/libxml/globals.h
 create mode 100644 interfaces/ext/libxml/hash.h
 create mode 100644 interfaces/ext/libxml/list.h
 create mode 100644 interfaces/ext/libxml/nanoftp.h
 create mode 100644 interfaces/ext/libxml/nanohttp.h
 create mode 100644 interfaces/ext/libxml/parser.h
 create mode 100644 interfaces/ext/libxml/parserInternals.h
 create mode 100644 interfaces/ext/libxml/pattern.h
 create mode 100644 interfaces/ext/libxml/relaxng.h
 create mode 100644 interfaces/ext/libxml/schemasInternals.h
 create mode 100644 interfaces/ext/libxml/schematron.h
 create mode 100644 interfaces/ext/libxml/threads.h
 create mode 100644 interfaces/ext/libxml/tree.h
 create mode 100644 interfaces/ext/libxml/uri.h
 create mode 100644 interfaces/ext/libxml/valid.h
 create mode 100644 interfaces/ext/libxml/xinclude.h
 create mode 100644 interfaces/ext/libxml/xlink.h
 create mode 100644 interfaces/ext/libxml/xmlIO.h
 create mode 100644 interfaces/ext/libxml/xmlautomata.h
 create mode 100644 interfaces/ext/libxml/xmlerror.h
 create mode 100644 interfaces/ext/libxml/xmlexports.h
 create mode 100644 interfaces/ext/libxml/xmlmemory.h
 create mode 100644 interfaces/ext/libxml/xmlmodule.h
 create mode 100644 interfaces/ext/libxml/xmlreader.h
 create mode 100644 interfaces/ext/libxml/xmlregexp.h
 create mode 100644 interfaces/ext/libxml/xmlsave.h
 create mode 100644 interfaces/ext/libxml/xmlschemas.h
 create mode 100644 interfaces/ext/libxml/xmlschemastypes.h
 create mode 100644 interfaces/ext/libxml/xmlstring.h
 create mode 100644 interfaces/ext/libxml/xmlunicode.h
 create mode 100644 interfaces/ext/libxml/xmlversion.h
 create mode 100644 interfaces/ext/libxml/xmlwriter.h
 create mode 100644 interfaces/ext/libxml/xpath.h
 create mode 100644 interfaces/ext/libxml/xpathInternals.h
 create mode 100644 interfaces/ext/libxml/xpointer.h
 create mode 100644 interfaces/ext/magic.h
 create mode 100644 interfaces/ext/regex.h
 create mode 100644 interfaces/ext/ricehdf.h
 create mode 100644 interfaces/ext/zconf.h
 create mode 100644 interfaces/ext/zlib.h
 create mode 100644 interfaces/fastq/extern.h
 create mode 100644 interfaces/fastq/fq-dump.h
 create mode 100644 interfaces/hdf5/extern.h
 create mode 100644 interfaces/hdf5/kdf5.h
 create mode 100644 interfaces/insdc/insdc.h
 create mode 100644 interfaces/insdc/insdc.vschema
 create mode 100644 interfaces/insdc/seq.vschema
 create mode 100644 interfaces/insdc/sra.h
 create mode 100644 interfaces/insdc/sra.vschema
 create mode 100644 interfaces/kapp/args-conv.h
 create mode 100644 interfaces/kapp/args.h
 create mode 100644 interfaces/kapp/extern.h
 create mode 100644 interfaces/kapp/loader-file.h
 create mode 100644 interfaces/kapp/loader-meta.h
 create mode 100644 interfaces/kapp/log-xml.h
 create mode 100644 interfaces/kapp/main.h
 create mode 100644 interfaces/kapp/progressbar.h
 create mode 100644 interfaces/kapp/queue-file.h
 create mode 100644 interfaces/kdb/btree.h
 create mode 100644 interfaces/kdb/column.h
 create mode 100644 interfaces/kdb/consistency-check.h
 create mode 100644 interfaces/kdb/database.h
 create mode 100644 interfaces/kdb/extern.h
 create mode 100644 interfaces/kdb/index.h
 create mode 100644 interfaces/kdb/kdb-priv.h
 create mode 100644 interfaces/kdb/manager.h
 create mode 100644 interfaces/kdb/meta.h
 create mode 100644 interfaces/kdb/meta.hpp
 create mode 100644 interfaces/kdb/namelist.h
 create mode 100644 interfaces/kdb/table.h
 create mode 100644 interfaces/kfc/callconv.h
 create mode 100644 interfaces/kfc/ctx.h
 create mode 100644 interfaces/kfc/defs.h
 create mode 100644 interfaces/kfc/except.h
 create mode 100644 interfaces/kfc/extern.h
 create mode 100644 interfaces/kfc/rc.h
 create mode 100644 interfaces/kfc/refcount-impl.h
 create mode 100644 interfaces/kfc/refcount.h
 create mode 100644 interfaces/kfc/rsrc-global.h
 create mode 100644 interfaces/kfc/rsrc.h
 create mode 100644 interfaces/kfc/tstate.h
 create mode 100644 interfaces/kfc/vtbl-impl.h
 create mode 100644 interfaces/kfc/xc.h
 create mode 100644 interfaces/kfc/xcdefs.h
 create mode 100644 interfaces/kfc/xcext.h
 create mode 100644 interfaces/kfc/xcgen.h
 create mode 100644 interfaces/kfg/config.h
 create mode 100644 interfaces/kfg/extern.h
 create mode 100644 interfaces/kfg/kart.h
 create mode 100644 interfaces/kfg/keystore-priv.h
 create mode 100644 interfaces/kfg/keystore.h
 create mode 100644 interfaces/kfg/kfg-priv.h
 create mode 100644 interfaces/kfg/ngc.h
 create mode 100644 interfaces/kfg/properties.h
 create mode 100644 interfaces/kfg/repository.h
 create mode 100644 interfaces/kfs/arc.h
 create mode 100644 interfaces/kfs/arrayfile.h
 create mode 100644 interfaces/kfs/buffile.h
 create mode 100644 interfaces/kfs/bzip.h
 create mode 100644 interfaces/kfs/cacheteefile.h
 create mode 100644 interfaces/kfs/countfile.h
 create mode 100644 interfaces/kfs/crc.h
 create mode 100644 interfaces/kfs/defs.h
 create mode 100644 interfaces/kfs/directory.h
 create mode 100644 interfaces/kfs/directory.hpp
 create mode 100644 interfaces/kfs/dyload.h
 create mode 100644 interfaces/kfs/extendable-ramfile.h
 create mode 100644 interfaces/kfs/extern.h
 create mode 100644 interfaces/kfs/ffext.h
 create mode 100644 interfaces/kfs/ffmagic.h
 create mode 100644 interfaces/kfs/file-impl.h
 create mode 100644 interfaces/kfs/file-v1.h
 create mode 100644 interfaces/kfs/file-v2.h
 create mode 100644 interfaces/kfs/file.h
 create mode 100644 interfaces/kfs/file.hpp
 create mode 100644 interfaces/kfs/fileformat.h
 create mode 100644 interfaces/kfs/filetools.h
 create mode 100644 interfaces/kfs/gzip.h
 create mode 100644 interfaces/kfs/impl.h
 create mode 100644 interfaces/kfs/kfs-priv.h
 create mode 100644 interfaces/kfs/lockfile.h
 create mode 100644 interfaces/kfs/manager.h
 create mode 100644 interfaces/kfs/md5.h
 create mode 100644 interfaces/kfs/mmap.h
 create mode 100644 interfaces/kfs/nullfile.h
 create mode 100644 interfaces/kfs/pagefile.h
 create mode 100644 interfaces/kfs/path-priv.h
 create mode 100644 interfaces/kfs/path.h
 create mode 100644 interfaces/kfs/pmem.h
 create mode 100644 interfaces/kfs/quickmount.h
 create mode 100644 interfaces/kfs/ramfile.h
 create mode 100644 interfaces/kfs/readheadfile.h
 create mode 100644 interfaces/kfs/sra.h
 create mode 100644 interfaces/kfs/subfile.h
 create mode 100644 interfaces/kfs/szip.h
 create mode 100644 interfaces/kfs/tar.h
 create mode 100644 interfaces/kfs/teefile.h
 create mode 100644 interfaces/kfs/toc.h
 create mode 100644 interfaces/kfs/wgaencrypt.h
 create mode 100644 interfaces/klib/btree.h
 create mode 100644 interfaces/klib/callconv.h
 create mode 100644 interfaces/klib/checksum.h
 create mode 100644 interfaces/klib/container.h
 create mode 100644 interfaces/klib/data-buffer.h
 create mode 100644 interfaces/klib/debug.h
 create mode 100644 interfaces/klib/defs.h
 create mode 100644 interfaces/klib/extern.h
 create mode 100644 interfaces/klib/impl.h
 create mode 100644 interfaces/klib/klib-priv.h
 create mode 100644 interfaces/klib/ksort-macro.h
 create mode 100644 interfaces/klib/log.h
 create mode 100644 interfaces/klib/logfmt.h
 create mode 100644 interfaces/klib/misc.h
 create mode 100644 interfaces/klib/namelist.h
 create mode 100644 interfaces/klib/namelist.hpp
 create mode 100644 interfaces/klib/ncbi-vdb-version.h
 create mode 100644 interfaces/klib/num-gen.h
 create mode 100644 interfaces/klib/out.h
 create mode 100644 interfaces/klib/pack.h
 create mode 100644 interfaces/klib/path-priv.h
 create mode 100644 interfaces/klib/path.h
 create mode 100644 interfaces/klib/pbstree.h
 create mode 100644 interfaces/klib/printf.h
 create mode 100644 interfaces/klib/progressbar.h
 create mode 100644 interfaces/klib/ptrie.h
 create mode 100644 interfaces/klib/rc.h
 create mode 100644 interfaces/klib/refcount.h
 create mode 100644 interfaces/klib/report.h
 create mode 100644 interfaces/klib/sort.h
 create mode 100644 interfaces/klib/sra-release-version.h
 create mode 100644 interfaces/klib/status.h
 create mode 100644 interfaces/klib/symbol.h
 create mode 100644 interfaces/klib/symtab.h
 create mode 100644 interfaces/klib/text.h
 create mode 100644 interfaces/klib/time.h
 create mode 100644 interfaces/klib/token.h
 create mode 100644 interfaces/klib/trie.h
 create mode 100644 interfaces/klib/vector.h
 create mode 100644 interfaces/klib/vlen-encode.h
 create mode 100644 interfaces/klib/writer.h
 create mode 100644 interfaces/kns/adapt.h
 create mode 100644 interfaces/kns/ascp.h
 create mode 100644 interfaces/kns/endpoint.h
 create mode 100644 interfaces/kns/extern.h
 create mode 100644 interfaces/kns/http.h
 create mode 100644 interfaces/kns/impl.h
 create mode 100644 interfaces/kns/kns-mgr-priv.h
 create mode 100644 interfaces/kns/manager-ext.h
 create mode 100644 interfaces/kns/manager.h
 create mode 100644 interfaces/kns/socket.h
 create mode 100644 interfaces/kns/stream.h
 create mode 100644 interfaces/kproc/barrier.h
 create mode 100644 interfaces/kproc/barrier.hpp
 create mode 100644 interfaces/kproc/cond.h
 create mode 100644 interfaces/kproc/cond.hpp
 create mode 100644 interfaces/kproc/extern.h
 create mode 100644 interfaces/kproc/impl.h
 create mode 100644 interfaces/kproc/lock.h
 create mode 100644 interfaces/kproc/lock.hpp
 create mode 100644 interfaces/kproc/procmgr.h
 create mode 100644 interfaces/kproc/q-extern.h
 create mode 100644 interfaces/kproc/queue.h
 create mode 100644 interfaces/kproc/sem.h
 create mode 100644 interfaces/kproc/sem.hpp
 create mode 100644 interfaces/kproc/task.h
 create mode 100644 interfaces/kproc/thread.h
 create mode 100644 interfaces/kproc/thread.hpp
 create mode 100644 interfaces/kproc/timeout.h
 create mode 100644 interfaces/krypto/aes-priv.h
 create mode 100644 interfaces/krypto/cipher-impl.h
 create mode 100644 interfaces/krypto/cipher-priv.h
 create mode 100644 interfaces/krypto/cipher-test.h
 create mode 100644 interfaces/krypto/cipher.h
 create mode 100644 interfaces/krypto/ciphermgr-priv.h
 create mode 100644 interfaces/krypto/ciphermgr.h
 create mode 100644 interfaces/krypto/encfile-priv.h
 create mode 100644 interfaces/krypto/encfile.h
 create mode 100644 interfaces/krypto/extern.h
 create mode 100644 interfaces/krypto/key.h
 create mode 100644 interfaces/krypto/manager-priv.h
 create mode 100644 interfaces/krypto/manager.h
 create mode 100644 interfaces/krypto/reencfile.h
 create mode 100644 interfaces/krypto/rng-impl.h
 create mode 100644 interfaces/krypto/rng.h
 create mode 100644 interfaces/krypto/testciphermgr.h
 create mode 100644 interfaces/krypto/wgaencrypt.h
 create mode 100644 interfaces/ktst/test_tools.hpp
 create mode 100644 interfaces/ktst/unit_test.hpp
 create mode 100644 interfaces/ktst/unit_test_suite.hpp
 create mode 100644 interfaces/kxml/xml.h
 create mode 100644 interfaces/kxml/xml.hpp
 create mode 100644 interfaces/loader/alignment-writer.h
 create mode 100644 interfaces/loader/common-reader-priv.h
 create mode 100644 interfaces/loader/common-reader.h
 create mode 100644 interfaces/loader/common-writer.h
 create mode 100644 interfaces/loader/mmarray.h
 create mode 100644 interfaces/loader/reference-writer.h
 create mode 100644 interfaces/loader/sequence-writer.h
 create mode 100644 interfaces/ncbi/clip.vschema
 create mode 100644 interfaces/ncbi/extern.h
 create mode 100644 interfaces/ncbi/kimpl-sra-cgi.h
 create mode 100644 interfaces/ncbi/ksra-cgi-lib.h
 create mode 100644 interfaces/ncbi/ksra-cgi.h
 create mode 100644 interfaces/ncbi/ncbi.h
 create mode 100644 interfaces/ncbi/ncbi.vschema
 create mode 100644 interfaces/ncbi/pnbrdb.vschema
 create mode 100644 interfaces/ncbi/seq-graph.vschema
 create mode 100644 interfaces/ncbi/seq.vschema
 create mode 100644 interfaces/ncbi/spotname.h
 create mode 100644 interfaces/ncbi/spotname.vschema
 create mode 100644 interfaces/ncbi/sra.vschema
 create mode 100644 interfaces/ncbi/stats.vschema
 create mode 100644 interfaces/ncbi/varloc.vschema
 create mode 100644 interfaces/ncbi/vdb-blast-priv.h
 create mode 100644 interfaces/ncbi/vdb-blast.h
 create mode 100644 interfaces/ncbi/wgs-contig.h
 create mode 100644 interfaces/ncbi/wgs-contig.vschema
 create mode 100644 interfaces/ngs/Model.graphml
 create mode 100644 interfaces/ngs/NOTES.txt
 create mode 100644 interfaces/ngs/SimpleModel.graphml
 create mode 100644 interfaces/ngs/cstdint
 create mode 100644 interfaces/ngs/ncbi/NGS.hpp
 create mode 100644 interfaces/os/linux/os-native.h
 create mode 100644 interfaces/os/mac/byteswap.h
 create mode 100644 interfaces/os/mac/endian.h
 create mode 100644 interfaces/os/mac/os-native.h
 create mode 100644 interfaces/os/sun/arch-impl.h
 create mode 100644 interfaces/os/sun/atomic.h
 create mode 100644 interfaces/os/sun/atomic32.h
 create mode 100644 interfaces/os/sun/bitstr.h
 create mode 100644 interfaces/os/sun/byteswap.h
 create mode 100644 interfaces/os/sun/endian.h
 create mode 100644 interfaces/os/sun/fmtdef.h
 create mode 100644 interfaces/os/sun/noarch/bitstr.h
 create mode 100644 interfaces/os/sun/os-native.h
 create mode 100644 interfaces/os/sun/strtol.h
 create mode 100644 interfaces/os/sun/va_copy.h
 create mode 100644 interfaces/os/unix/oserror.h
 create mode 100644 interfaces/os/unix/sysalloc.h
 create mode 100644 interfaces/os/unix/unix-native.h
 create mode 100644 interfaces/os/win/atomic.h
 create mode 100644 interfaces/os/win/atomic32.h
 create mode 100644 interfaces/os/win/atomic64.h
 create mode 100644 interfaces/os/win/byteswap.h
 create mode 100644 interfaces/os/win/endian.h
 create mode 100644 interfaces/os/win/os-native.h
 create mode 100644 interfaces/os/win/oserror.h
 create mode 100644 interfaces/os/win/strtol.h
 create mode 100644 interfaces/os/win/sysalloc.h
 create mode 100644 interfaces/rdbms/rdbms.h
 create mode 100644 interfaces/rdbms/sybase.h
 create mode 100644 interfaces/search/extern.h
 create mode 100644 interfaces/search/grep.h
 create mode 100644 interfaces/search/nucstrstr.h
 create mode 100644 interfaces/search/ref-variation.h
 create mode 100644 interfaces/search/smith-waterman.h
 create mode 100644 interfaces/simple/extern.h
 create mode 100644 interfaces/simple/sra.hpp
 create mode 100644 interfaces/sra/454.vschema
 create mode 100644 interfaces/sra/abi.h
 create mode 100644 interfaces/sra/abi.vschema
 create mode 100644 interfaces/sra/extern.h
 create mode 100644 interfaces/sra/fastq.h
 create mode 100644 interfaces/sra/generic-fastq.vschema
 create mode 100644 interfaces/sra/helicos.vschema
 create mode 100644 interfaces/sra/illumina.h
 create mode 100644 interfaces/sra/illumina.vschema
 create mode 100644 interfaces/sra/impl.h
 create mode 100644 interfaces/sra/ion-torrent.vschema
 create mode 100644 interfaces/sra/nanopore.vschema
 create mode 100644 interfaces/sra/pacbio.h
 create mode 100644 interfaces/sra/pacbio.vschema
 create mode 100644 interfaces/sra/path-extern.h
 create mode 100644 interfaces/sra/pevents.vschema
 create mode 100644 interfaces/sra/rd-extern.h
 create mode 100644 interfaces/sra/sch-extern.h
 create mode 100644 interfaces/sra/sff-file.h
 create mode 100644 interfaces/sra/sff.h
 create mode 100644 interfaces/sra/sradb-priv.h
 create mode 100644 interfaces/sra/sradb.h
 create mode 100644 interfaces/sra/sradb.hpp
 create mode 100644 interfaces/sra/srapath.h
 create mode 100644 interfaces/sra/srapath.hpp
 create mode 100644 interfaces/sra/sraschema.h
 create mode 100644 interfaces/sra/types.h
 create mode 100644 interfaces/sra/wsradb.h
 create mode 100644 interfaces/sra/wsradb.hpp
 create mode 100644 interfaces/svdb/extern.h
 create mode 100644 interfaces/svdb/svdb.h
 create mode 100644 interfaces/tui/extern.h
 create mode 100644 interfaces/tui/tui.h
 create mode 100644 interfaces/tui/tui.hpp
 create mode 100644 interfaces/tui/tui_dlg.h
 create mode 100644 interfaces/vdb/blob.h
 create mode 100644 interfaces/vdb/built-in.vschema
 create mode 100644 interfaces/vdb/cursor.h
 create mode 100644 interfaces/vdb/cursor.hpp
 create mode 100644 interfaces/vdb/database.h
 create mode 100644 interfaces/vdb/database.hpp
 create mode 100644 interfaces/vdb/dependencies.h
 create mode 100644 interfaces/vdb/extern.h
 create mode 100644 interfaces/vdb/manager.h
 create mode 100644 interfaces/vdb/manager.hpp
 create mode 100644 interfaces/vdb/report.h
 create mode 100644 interfaces/vdb/schema.h
 create mode 100644 interfaces/vdb/schema.hpp
 create mode 100644 interfaces/vdb/table.h
 create mode 100644 interfaces/vdb/table.hpp
 create mode 100644 interfaces/vdb/types.h
 create mode 100644 interfaces/vdb/types.hpp
 create mode 100644 interfaces/vdb/vdb-priv.h
 create mode 100644 interfaces/vdb/vdb.h
 create mode 100644 interfaces/vdb/vdb.vschema
 create mode 100644 interfaces/vdb/xform.h
 create mode 100644 interfaces/vfs/extern.h
 create mode 100644 interfaces/vfs/keyring-priv.h
 create mode 100644 interfaces/vfs/manager-priv.h
 create mode 100644 interfaces/vfs/manager.h
 create mode 100644 interfaces/vfs/path-priv.h
 create mode 100644 interfaces/vfs/path.h
 create mode 100644 interfaces/vfs/resolver.h
 create mode 100644 interfaces/xfs/doc.h
 create mode 100644 interfaces/xfs/editors.h
 create mode 100644 interfaces/xfs/extern.h
 create mode 100644 interfaces/xfs/handle.h
 create mode 100644 interfaces/xfs/model.h
 create mode 100644 interfaces/xfs/node.h
 create mode 100644 interfaces/xfs/path.h
 create mode 100644 interfaces/xfs/perm.h
 create mode 100644 interfaces/xfs/tree.h
 create mode 100644 interfaces/xfs/xfs-defs.h
 create mode 100644 interfaces/xfs/xfs.h
 create mode 100644 interfaces/xfs/xlog.h
 create mode 100644 libs/Makefile
 create mode 100644 libs/align/.gitignore
 create mode 100644 libs/align/Makefile
 create mode 100644 libs/align/al_iterator.c
 create mode 100644 libs/align/align-access.c
 create mode 100644 libs/align/align_mgr.c
 create mode 100644 libs/align/bam-priv.h
 create mode 100644 libs/align/bam.c
 create mode 100644 libs/align/debug.h
 create mode 100644 libs/align/dna-reverse-cmpl.c
 create mode 100644 libs/align/pl_iterator.c
 create mode 100644 libs/align/quality-quantizer.c
 create mode 100644 libs/align/reader-cmn.c
 create mode 100644 libs/align/reader-cmn.h
 create mode 100644 libs/align/reader-refseq.c
 create mode 100644 libs/align/reader-wgs.c
 create mode 100644 libs/align/reader-wgs.h
 create mode 100644 libs/align/ref_iterator.c
 create mode 100644 libs/align/reference-cmn.c
 create mode 100644 libs/align/reference-cmn.h
 create mode 100644 libs/align/reference.c
 create mode 100644 libs/align/refseq-mgr-priv.h
 create mode 100644 libs/align/refseq-mgr.c
 create mode 100644 libs/align/writer-alignment.c
 create mode 100644 libs/align/writer-cmn.c
 create mode 100644 libs/align/writer-priv.h
 create mode 100644 libs/align/writer-ref.c
 create mode 100644 libs/align/writer-ref.h
 create mode 100644 libs/align/writer-reference.c
 create mode 100644 libs/align/writer-refseq.c
 create mode 100644 libs/align/writer-sequence.c
 create mode 100644 libs/ascp/Makefile
 create mode 100644 libs/ascp/ascp-priv.h
 create mode 100644 libs/ascp/ascp.c
 create mode 100644 libs/ascp/linux/ascp-path.c
 create mode 100644 libs/ascp/mac/ascp-path.c
 create mode 100644 libs/ascp/unix/connect.c
 create mode 100644 libs/ascp/win/ascp-path.c
 create mode 100644 libs/ascp/win/connect.c
 create mode 100644 libs/axf/.gitignore
 create mode 100644 libs/axf/Makefile
 create mode 100644 libs/axf/align-local_ref_id.c
 create mode 100644 libs/axf/align-local_ref_start.c
 create mode 100644 libs/axf/align-ref-name.c
 create mode 100644 libs/axf/align-ref-pos.c
 create mode 100644 libs/axf/align-ref-seq-id.c
 create mode 100644 libs/axf/align-restore-read.c
 create mode 100644 libs/axf/cigar.c
 create mode 100644 libs/axf/generate-mismatch-qual.c
 create mode 100644 libs/axf/get-sam-flags.c
 create mode 100644 libs/axf/get_mate_align_ids.c
 create mode 100644 libs/axf/make-cmp-read_desc.c
 create mode 100644 libs/axf/mismatch-restore-qual.c
 create mode 100644 libs/axf/not-my-row.c
 create mode 100644 libs/axf/project_read_from_sequence.c
 create mode 100644 libs/axf/raw-restore-qual.c
 create mode 100644 libs/axf/raw-restore-read.c
 create mode 100644 libs/axf/ref-preserve_qual.c
 create mode 100644 libs/axf/ref-restore-read.c
 create mode 100644 libs/axf/ref-tbl-sub-select.c
 create mode 100644 libs/axf/ref-tbl.c
 create mode 100644 libs/axf/ref-tbl.h
 create mode 100644 libs/axf/refseq-stats.c
 create mode 100644 libs/axf/seq-construct-read.c
 create mode 100644 libs/axf/seq-restore-linkage-group.c
 create mode 100644 libs/axf/seq-restore-read.c
 create mode 100644 libs/axf/template-len.c
 create mode 100644 libs/blast/Makefile
 create mode 100644 libs/blast/blast-mgr.c
 create mode 100644 libs/blast/blast-mgr.h
 create mode 100644 libs/blast/reader.c
 create mode 100644 libs/blast/reader.h
 create mode 100644 libs/blast/reference.c
 create mode 100644 libs/blast/reference.h
 create mode 100644 libs/blast/run-set.c
 create mode 100644 libs/blast/run-set.h
 create mode 100644 libs/cipher/cipher-1.7/PKG-INFO
 create mode 100644 libs/cipher/cipher-1.7/README.md
 create mode 100644 libs/cipher/cipher-1.7/cipher.egg-info/PKG-INFO
 create mode 100644 libs/cipher/cipher-1.7/cipher.egg-info/SOURCES.txt
 create mode 100644 libs/cipher/cipher-1.7/cipher.egg-info/dependency_links.txt
 create mode 100644 libs/cipher/cipher-1.7/cipher.egg-info/not-zip-safe
 create mode 100644 libs/cipher/cipher-1.7/cipher.egg-info/top_level.txt
 create mode 100644 libs/cipher/cipher-1.7/cipher/__init__.py
 create mode 100644 libs/cipher/cipher-1.7/decrypt.py
 create mode 100644 libs/cipher/cipher-1.7/encrypt.py
 create mode 100644 libs/cipher/cipher-1.7/requirements-test.txt
 create mode 100644 libs/cipher/cipher-1.7/setup.cfg
 create mode 100644 libs/cipher/cipher-1.7/setup.py
 create mode 100644 libs/csra2/Makefile
 create mode 100644 libs/ext/Makefile
 create mode 100644 libs/ext/bzip2/.gitignore
 create mode 100644 libs/ext/bzip2/LICENSE
 create mode 100644 libs/ext/bzip2/Makefile
 create mode 100644 libs/ext/bzip2/blocksort.c
 create mode 100644 libs/ext/bzip2/bzip2-1.0.6.diff
 create mode 100644 libs/ext/bzip2/bzip2.c
 create mode 100644 libs/ext/bzip2/bzip2recover.c
 create mode 100644 libs/ext/bzip2/bzlib.c
 create mode 100644 libs/ext/bzip2/bzlib.h
 create mode 100644 libs/ext/bzip2/bzlib_private.h
 create mode 100644 libs/ext/bzip2/compress.c
 create mode 100644 libs/ext/bzip2/crctable.c
 create mode 100644 libs/ext/bzip2/decompress.c
 create mode 100644 libs/ext/bzip2/dlltest.c
 create mode 100644 libs/ext/bzip2/huffman.c
 create mode 100644 libs/ext/bzip2/mk251.c
 create mode 100644 libs/ext/bzip2/randtable.c
 create mode 100644 libs/ext/bzip2/spewG.c
 create mode 100644 libs/ext/bzip2/unzcrash.c
 create mode 100644 libs/ext/magic/.gitignore
 create mode 100644 libs/ext/magic/Makefile
 create mode 100644 libs/ext/magic/apprentice.c
 create mode 100644 libs/ext/magic/apptype.c
 create mode 100644 libs/ext/magic/ascmagic.c
 create mode 100644 libs/ext/magic/asprintf.c
 create mode 100644 libs/ext/magic/cdf.c
 create mode 100644 libs/ext/magic/cdf.h
 create mode 100644 libs/ext/magic/cdf_time.c
 create mode 100644 libs/ext/magic/compress.c
 create mode 100644 libs/ext/magic/config.h
 create mode 100644 libs/ext/magic/elfclass.h
 create mode 100644 libs/ext/magic/encoding.c
 create mode 100644 libs/ext/magic/file.c
 create mode 100644 libs/ext/magic/file.h
 create mode 100644 libs/ext/magic/file_opts.h
 create mode 100644 libs/ext/magic/fsmagic.c
 create mode 100644 libs/ext/magic/funcs.c
 create mode 100644 libs/ext/magic/getopt_long.c
 create mode 100644 libs/ext/magic/is_tar.c
 create mode 100644 libs/ext/magic/magic.c
 create mode 100644 libs/ext/magic/mygetopt.h
 create mode 100644 libs/ext/magic/names.h
 create mode 100644 libs/ext/magic/patchlevel.h
 create mode 100644 libs/ext/magic/print.c
 create mode 100644 libs/ext/magic/readcdf.c
 create mode 100644 libs/ext/magic/readelf.c
 create mode 100644 libs/ext/magic/readelf.h
 create mode 100644 libs/ext/magic/softmagic.c
 create mode 100644 libs/ext/magic/strlcat.c
 create mode 100644 libs/ext/magic/strlcpy.c
 create mode 100644 libs/ext/magic/tar.h
 create mode 100644 libs/ext/magic/vasprintf.c
 create mode 100644 libs/ext/regex/Makefile
 create mode 100755 libs/ext/regex/libregex.def
 create mode 100644 libs/ext/regex/regcomp.c
 create mode 100644 libs/ext/regex/regex.c
 create mode 100644 libs/ext/regex/regex_internal.c
 create mode 100644 libs/ext/regex/regex_internal.h
 create mode 100644 libs/ext/regex/regexec.c
 create mode 100644 libs/ext/szip/.gitignore
 create mode 100644 libs/ext/szip/Makefile
 create mode 100644 libs/ext/zlib/.gitignore
 create mode 100644 libs/ext/zlib/Makefile
 create mode 100644 libs/ext/zlib/adler32.c
 create mode 100644 libs/ext/zlib/compress.c
 create mode 100644 libs/ext/zlib/crc32.c
 create mode 100644 libs/ext/zlib/crc32.h
 create mode 100644 libs/ext/zlib/deflate.c
 create mode 100644 libs/ext/zlib/deflate.h
 create mode 100644 libs/ext/zlib/gzclose.c
 create mode 100644 libs/ext/zlib/gzguts.h
 create mode 100644 libs/ext/zlib/gzlib.c
 create mode 100644 libs/ext/zlib/gzread.c
 create mode 100644 libs/ext/zlib/gzwrite.c
 create mode 100644 libs/ext/zlib/infback.c
 create mode 100644 libs/ext/zlib/inffast.c
 create mode 100644 libs/ext/zlib/inffast.h
 create mode 100644 libs/ext/zlib/inffixed.h
 create mode 100644 libs/ext/zlib/inflate.c
 create mode 100644 libs/ext/zlib/inflate.h
 create mode 100644 libs/ext/zlib/inftrees.c
 create mode 100644 libs/ext/zlib/inftrees.h
 create mode 100644 libs/ext/zlib/sun/stdlib.h
 create mode 100644 libs/ext/zlib/trees.c
 create mode 100644 libs/ext/zlib/trees.h
 create mode 100644 libs/ext/zlib/uncompr.c
 create mode 100644 libs/ext/zlib/zconf.h
 create mode 100644 libs/ext/zlib/zlib-1.2.8.diff
 create mode 100644 libs/ext/zlib/zlib.h
 create mode 100644 libs/ext/zlib/zutil.c
 create mode 100644 libs/ext/zlib/zutil.h
 create mode 100644 libs/hdf5/.gitignore
 create mode 100644 libs/hdf5/Makefile
 create mode 100644 libs/hdf5/hdf5arrayfile-priv.h
 create mode 100644 libs/hdf5/hdf5arrayfile.c
 create mode 100644 libs/hdf5/hdf5dir.c
 create mode 100644 libs/hdf5/hdf5file.c
 create mode 100644 libs/kapp/Makefile
 create mode 100644 libs/kapp/args-conv.c
 create mode 100644 libs/kapp/args.c
 create mode 100644 libs/kapp/args_debug.h
 create mode 100644 libs/kapp/linux/ram.c
 create mode 100644 libs/kapp/loader-file.c
 create mode 100644 libs/kapp/loader-meta.c
 create mode 100644 libs/kapp/log-xml.c
 create mode 100644 libs/kapp/mac/ram.c
 create mode 100644 libs/kapp/main-priv.h
 create mode 100644 libs/kapp/main.c
 create mode 100644 libs/kapp/progressbar.c
 create mode 100644 libs/kapp/queue-file.c
 create mode 100644 libs/kapp/sun/sysmain.c
 create mode 100644 libs/kapp/tokenizer.c
 create mode 100644 libs/kapp/unix/args-conv-os.c
 create mode 100644 libs/kapp/unix/sysmain.c
 create mode 100644 libs/kapp/win/args-conv-os.c
 create mode 100644 libs/kapp/win/main-priv-win.h
 create mode 100644 libs/kapp/win/ram.c
 create mode 100644 libs/kapp/win/sysmain.c
 rename test/kar/input/1.0/col/sub1/idx => libs/kdb/.gitignore (100%)
 create mode 100644 libs/kdb/Makefile
 create mode 100644 libs/kdb/btree.c
 create mode 100644 libs/kdb/cc-priv.h
 create mode 100644 libs/kdb/coldata-priv.h
 create mode 100644 libs/kdb/coldata.c
 create mode 100644 libs/kdb/colfmt-priv.h
 create mode 100644 libs/kdb/colidx-priv.h
 create mode 100644 libs/kdb/colidx.c
 create mode 100644 libs/kdb/colidx0-priv.h
 create mode 100644 libs/kdb/colidx0.c
 create mode 100644 libs/kdb/colidx1-priv.h
 create mode 100644 libs/kdb/colidx1.c
 create mode 100644 libs/kdb/colidx2-priv.h
 create mode 100644 libs/kdb/colidx2.c
 create mode 100644 libs/kdb/column-cc.c
 create mode 100644 libs/kdb/column-priv.h
 create mode 100644 libs/kdb/column.c
 create mode 100644 libs/kdb/database-cc.c
 create mode 100644 libs/kdb/database-cmn.c
 create mode 100644 libs/kdb/database-priv.h
 create mode 100644 libs/kdb/database.c
 create mode 100644 libs/kdb/dbcc-cmn.c
 create mode 100644 libs/kdb/dbmgr-cmn.c
 create mode 100644 libs/kdb/dbmgr-priv.h
 create mode 100644 libs/kdb/dbmgr.c
 create mode 100644 libs/kdb/idstats-priv.h
 create mode 100644 libs/kdb/idstats.c
 create mode 100644 libs/kdb/idxblk-priv.h
 create mode 100644 libs/kdb/idxblk.c
 create mode 100644 libs/kdb/index-cmn.h
 create mode 100644 libs/kdb/index-priv.h
 create mode 100644 libs/kdb/index.c
 create mode 100644 libs/kdb/kdb-priv.h
 create mode 100644 libs/kdb/kdb.c
 create mode 100644 libs/kdb/kdbfmt-priv.h
 create mode 100644 libs/kdb/libkdb.vers.h
 create mode 100644 libs/kdb/meta.c
 create mode 100644 libs/kdb/ptrieval-v1.c
 create mode 100644 libs/kdb/ptrieval-v2.c
 create mode 100644 libs/kdb/table-cc.c
 create mode 100644 libs/kdb/table-priv.h
 create mode 100644 libs/kdb/table.c
 create mode 100644 libs/kdb/trieidx-priv.h
 create mode 100644 libs/kdb/trieidx-v1.c
 create mode 100644 libs/kdb/trieidx-v2.c
 create mode 100644 libs/kdb/trieval-v1.c
 create mode 100644 libs/kdb/trieval-v2.c
 create mode 100644 libs/kdb/u64idx-v3.c
 create mode 100644 libs/kdb/wcoldata-priv.h
 create mode 100644 libs/kdb/wcoldata.c
 create mode 100644 libs/kdb/wcolidx-priv.h
 create mode 100644 libs/kdb/wcolidx.c
 create mode 100644 libs/kdb/wcolidx0-priv.h
 create mode 100644 libs/kdb/wcolidx0.c
 create mode 100644 libs/kdb/wcolidx1-priv.h
 create mode 100644 libs/kdb/wcolidx1.c
 create mode 100644 libs/kdb/wcolidx2-priv.h
 create mode 100644 libs/kdb/wcolidx2.c
 create mode 100644 libs/kdb/wcolumn-priv.h
 create mode 100644 libs/kdb/wcolumn.c
 create mode 100644 libs/kdb/wdatabase-priv.h
 create mode 100644 libs/kdb/wdatabase.c
 create mode 100644 libs/kdb/wdbmgr.c
 create mode 100644 libs/kdb/werror-priv.h
 create mode 100644 libs/kdb/widxblk-priv.h
 create mode 100644 libs/kdb/widxblk.c
 create mode 100644 libs/kdb/windex-priv.h
 create mode 100644 libs/kdb/windex.c
 create mode 100644 libs/kdb/wkdb-priv.h
 create mode 100644 libs/kdb/wkdb.c
 create mode 100644 libs/kdb/wmeta.c
 create mode 100644 libs/kdb/wtable-priv.h
 create mode 100644 libs/kdb/wtable.c
 create mode 100644 libs/kdb/wtrieidx-v1.c
 create mode 100644 libs/kdb/wtrieidx-v2.c
 create mode 100644 libs/kdb/wu64idx-v3.c
 create mode 100644 libs/kfc/Makefile
 create mode 100644 libs/kfc/except.c
 create mode 100644 libs/kfc/refcount.c
 create mode 100644 libs/kfc/rsrc-priv.h
 create mode 100644 libs/kfc/rsrc.c
 create mode 100644 libs/kfc/sysctx-priv.h
 create mode 100644 libs/kfc/tstate.c
 create mode 100644 libs/kfc/unix/sysctx.c
 create mode 100644 libs/kfc/unix/sysrsrc.c
 create mode 100644 libs/kfc/vtbl.c
 create mode 100644 libs/kfc/win/sysctx.c
 create mode 100644 libs/kfc/win/sysrsrc.c
 create mode 100644 libs/kfc/xc.c
 create mode 100644 libs/kfg/.gitignore
 create mode 100644 libs/kfg/Makefile
 create mode 100644 libs/kfg/config-aws.c
 create mode 100644 libs/kfg/config-grammar.c
 create mode 100644 libs/kfg/config-grammar.y
 create mode 100644 libs/kfg/config-lex.c
 create mode 100644 libs/kfg/config-lex.l
 create mode 100644 libs/kfg/config-tokens.h
 create mode 100644 libs/kfg/config.c
 create mode 100644 libs/kfg/default.kfg
 create mode 100644 libs/kfg/kart.c
 create mode 100644 libs/kfg/keystore.c
 create mode 100644 libs/kfg/kfg-lex.h
 create mode 100644 libs/kfg/kfg-parse.h
 create mode 100644 libs/kfg/kfg-priv.h
 create mode 100644 libs/kfg/ngc-priv.h
 create mode 100644 libs/kfg/ngc.c
 create mode 100644 libs/kfg/properties.c
 create mode 100644 libs/kfg/report-kfg.c
 create mode 100644 libs/kfg/repository.c
 create mode 100644 libs/kfs/.gitignore
 create mode 100644 libs/kfs/Makefile
 create mode 100644 libs/kfs/arc.c
 create mode 100644 libs/kfs/arrayfile.c
 create mode 100644 libs/kfs/buffile-read.c
 create mode 100644 libs/kfs/buffile-write.c
 create mode 100644 libs/kfs/buffile.c
 create mode 100644 libs/kfs/bzip.c
 create mode 100644 libs/kfs/cacheteefile.c
 create mode 100644 libs/kfs/countfile.c
 create mode 100644 libs/kfs/crc32.c
 create mode 100644 libs/kfs/dir_test.c
 create mode 100644 libs/kfs/directory-v2.c
 create mode 100644 libs/kfs/directory.c
 create mode 100644 libs/kfs/extendable-ramfile.c
 create mode 100644 libs/kfs/ffext.c
 create mode 100644 libs/kfs/ffkey.c
 create mode 100644 libs/kfs/ffmagic.c
 create mode 100644 libs/kfs/file-v2.c
 create mode 100644 libs/kfs/file.c
 create mode 100644 libs/kfs/fileformat-priv.h
 create mode 100644 libs/kfs/fileformat.c
 create mode 100644 libs/kfs/from_to_namelist.c
 create mode 100644 libs/kfs/gzip.c
 create mode 100644 libs/kfs/impl.h
 create mode 100644 libs/kfs/karc-priv.h
 create mode 100644 libs/kfs/kfs-priv.h
 create mode 100644 libs/kfs/kfsmagic
 create mode 100644 libs/kfs/lockfile.c
 create mode 100644 libs/kfs/manager.c
 create mode 100644 libs/kfs/md5.c
 create mode 100644 libs/kfs/mmap-priv.h
 create mode 100644 libs/kfs/mmap.c
 create mode 100644 libs/kfs/nullfile.c
 create mode 100644 libs/kfs/pagefile.c
 create mode 100644 libs/kfs/pmem.c
 create mode 100644 libs/kfs/quickmount.c
 create mode 100644 libs/kfs/ramfile.c
 create mode 100644 libs/kfs/readheadfile.c
 create mode 100644 libs/kfs/report.c
 create mode 100644 libs/kfs/sra.c
 create mode 100644 libs/kfs/subfile.c
 create mode 100644 libs/kfs/szip.c
 create mode 100644 libs/kfs/tar.c
 create mode 100644 libs/kfs/teefile.c
 create mode 100644 libs/kfs/toc-priv.h
 create mode 100644 libs/kfs/toc.c
 create mode 100644 libs/kfs/tocdir.c
 create mode 100644 libs/kfs/tocentry.c
 create mode 100644 libs/kfs/tocfile.c
 create mode 100644 libs/kfs/unix/sysdir-priv.h
 create mode 100644 libs/kfs/unix/sysdir.c
 create mode 100644 libs/kfs/unix/sysdll.c
 create mode 100644 libs/kfs/unix/sysfile-priv.h
 create mode 100644 libs/kfs/unix/sysfile-v2.c
 create mode 100644 libs/kfs/unix/sysfile.c
 create mode 100644 libs/kfs/unix/syslockfile.c
 create mode 100644 libs/kfs/unix/sysmmap-priv.h
 create mode 100644 libs/kfs/unix/sysmmap.c
 create mode 100644 libs/kfs/win/directory-path.c
 create mode 100644 libs/kfs/win/lnk_tools.c
 create mode 100644 libs/kfs/win/sysdir-priv.h
 create mode 100644 libs/kfs/win/sysdir.c
 create mode 100644 libs/kfs/win/sysdll.c
 create mode 100644 libs/kfs/win/sysfile-priv.h
 create mode 100644 libs/kfs/win/sysfile-v2.c
 create mode 100644 libs/kfs/win/sysfile.c
 create mode 100644 libs/kfs/win/syslockfile.c
 create mode 100644 libs/kfs/win/sysmmap-priv.h
 create mode 100644 libs/kfs/win/sysmmap.c
 create mode 100644 libs/klib/.gitignore
 create mode 100644 libs/klib/Judy.h
 create mode 100644 libs/klib/Makefile
 create mode 100644 libs/klib/SHA-32bit.c
 create mode 100644 libs/klib/SHA-64bit.c
 create mode 100644 libs/klib/bsd/syserrcode.c
 create mode 100644 libs/klib/bsearch.c
 create mode 100644 libs/klib/bstpersist.c
 create mode 100644 libs/klib/btree.c
 create mode 100644 libs/klib/container.c
 create mode 100644 libs/klib/cp1252.c
 create mode 100644 libs/klib/crc32.c
 create mode 100644 libs/klib/data-buffer.c
 create mode 100644 libs/klib/debug.c
 create mode 100644 libs/klib/iso8859-1.c
 create mode 100644 libs/klib/iso8859.c
 create mode 100644 libs/klib/judy-vector.c
 rename test/kar/input/1.0/col/sub1/idx0 => libs/klib/judy/.gitignore (100%)
 create mode 100644 libs/klib/judy/Judy1.h
 create mode 100644 libs/klib/judy/Judy1Tables.32.c
 create mode 100644 libs/klib/judy/Judy1Tables.64.c
 create mode 100644 libs/klib/judy/JudyByCount.c
 create mode 100644 libs/klib/judy/JudyByCountWithDefs.c
 create mode 100644 libs/klib/judy/JudyCascade.c
 create mode 100644 libs/klib/judy/JudyCount.c
 create mode 100644 libs/klib/judy/JudyCreateBranch.c
 create mode 100644 libs/klib/judy/JudyDecascade.c
 create mode 100644 libs/klib/judy/JudyDel.c
 create mode 100644 libs/klib/judy/JudyFirst.c
 create mode 100644 libs/klib/judy/JudyFreeArray.c
 create mode 100644 libs/klib/judy/JudyGet.c
 create mode 100644 libs/klib/judy/JudyHS.c
 create mode 100644 libs/klib/judy/JudyHS.h
 create mode 100644 libs/klib/judy/JudyIns.c
 create mode 100644 libs/klib/judy/JudyInsArray.c
 create mode 100644 libs/klib/judy/JudyInsertBranch.c
 create mode 100644 libs/klib/judy/JudyL.h
 create mode 100644 libs/klib/judy/JudyLTables.32.c
 create mode 100644 libs/klib/judy/JudyLTables.64.c
 create mode 100644 libs/klib/judy/JudyMalloc.c
 create mode 100644 libs/klib/judy/JudyMallocIF.c
 create mode 100644 libs/klib/judy/JudyMemActive.c
 create mode 100644 libs/klib/judy/JudyMemUsed.c
 create mode 100644 libs/klib/judy/JudyNext.c
 create mode 100644 libs/klib/judy/JudyNextEmpty.c
 create mode 100644 libs/klib/judy/JudyPrev.c
 create mode 100644 libs/klib/judy/JudyPrevEmpty.c
 create mode 100644 libs/klib/judy/JudyPrevNext.c
 create mode 100644 libs/klib/judy/JudyPrevNextEmpty.c
 create mode 100644 libs/klib/judy/JudyPrintJP.c
 create mode 100644 libs/klib/judy/JudyPrivate.h
 create mode 100644 libs/klib/judy/JudyPrivate1L.h
 create mode 100644 libs/klib/judy/JudyPrivateBranch.h
 create mode 100644 libs/klib/judy/JudySL.c
 create mode 100644 libs/klib/judy/JudyTablesGen.c
 create mode 100644 libs/klib/judy/Judy_Bit.c
 create mode 100644 libs/klib/judy/Judy_Bit_Cascade.c
 create mode 100644 libs/klib/judy/Judy_Bit_Count.c
 create mode 100644 libs/klib/judy/Judy_Bit_Decascade.c
 create mode 100644 libs/klib/judy/Judy_Bit_Next.c
 create mode 100644 libs/klib/judy/Judy_Bit_NextEmpty.c
 create mode 100644 libs/klib/judy/Judy_Bit_Prev.c
 create mode 100644 libs/klib/judy/Judy_Word.c
 create mode 100644 libs/klib/judy/Judy_Word_Cascade.c
 create mode 100644 libs/klib/judy/Judy_Word_Count.c
 create mode 100644 libs/klib/judy/Judy_Word_Decascade.c
 create mode 100644 libs/klib/judy/Judy_Word_Next.c
 create mode 100644 libs/klib/judy/Judy_Word_NextEmpty.c
 create mode 100644 libs/klib/judy/Judy_Word_Prev.c
 create mode 100644 libs/klib/judy/Makefile
 create mode 100644 libs/klib/judy/_Judy1Tables.c
 create mode 100644 libs/klib/judy/_JudyLTables.c
 create mode 100644 libs/klib/judy/j__udyGet.c
 create mode 100644 libs/klib/ksort.c
 create mode 100644 libs/klib/linux/syserrcode.c
 create mode 100644 libs/klib/log-priv.h
 create mode 100644 libs/klib/log.c
 create mode 100644 libs/klib/maybeswap.h
 create mode 100644 libs/klib/md5.c
 create mode 100644 libs/klib/namelist.c
 create mode 100644 libs/klib/ncbi-vdb-version.c
 create mode 100644 libs/klib/num-gen.c
 create mode 100644 libs/klib/out.c
 create mode 100644 libs/klib/pack.c
 create mode 100644 libs/klib/pbstree-impl.c
 create mode 100644 libs/klib/pbstree-native.c
 create mode 100644 libs/klib/pbstree-priv.h
 create mode 100644 libs/klib/pbstree-swapped.c
 create mode 100644 libs/klib/pbstree.c
 create mode 100644 libs/klib/printf.c
 create mode 100644 libs/klib/progressbar.c
 create mode 100644 libs/klib/ptpersist.c
 create mode 100644 libs/klib/ptrie.c
 create mode 100644 libs/klib/qsort.c
 create mode 100644 libs/klib/rc-idx-tbl.c
 create mode 100644 libs/klib/rc-tbl.c
 create mode 100644 libs/klib/refcount.c
 create mode 100644 libs/klib/release-vers.h
 create mode 100644 libs/klib/report-klib.c
 create mode 100644 libs/klib/sra-release-version.c
 create mode 100644 libs/klib/status-rc-strings.c
 create mode 100644 libs/klib/status-rc.c
 create mode 100644 libs/klib/status.c
 create mode 100644 libs/klib/sun/syslog.c
 create mode 100644 libs/klib/sun/systime.c
 create mode 100644 libs/klib/symtab.c
 create mode 100644 libs/klib/text.c
 create mode 100644 libs/klib/time.c
 create mode 100644 libs/klib/token.c
 create mode 100644 libs/klib/trie-priv.h
 create mode 100644 libs/klib/trie.c
 create mode 100644 libs/klib/trieval.c
 create mode 100644 libs/klib/unix/misc.c
 create mode 100644 libs/klib/unix/syserrcode.c
 create mode 100644 libs/klib/unix/syslog.c
 create mode 100644 libs/klib/unix/systime.c
 create mode 100644 libs/klib/unix/syswriter.c
 create mode 100644 libs/klib/unpack.c
 create mode 100644 libs/klib/utf8.c
 create mode 100644 libs/klib/vector.c
 create mode 100644 libs/klib/vector_namelist.c
 create mode 100644 libs/klib/vlen-encode.c
 create mode 100644 libs/klib/win/misc.c
 create mode 100644 libs/klib/win/sysalloc.c
 create mode 100644 libs/klib/win/syserrcode.c
 create mode 100644 libs/klib/win/syslog.c
 create mode 100644 libs/klib/win/systime.c
 create mode 100644 libs/klib/win/syswriter.c
 create mode 100644 libs/klib/writer-priv.h
 create mode 100644 libs/klib/writer.c
 create mode 100644 libs/kns/Makefile
 create mode 100644 libs/kns/buffered-stream.c
 create mode 100644 libs/kns/endpoint.c
 create mode 100644 libs/kns/http-client.c
 create mode 100644 libs/kns/http-file.c
 create mode 100644 libs/kns/http-priv.h
 create mode 100644 libs/kns/http-retrier.c
 create mode 100644 libs/kns/http.c
 create mode 100644 libs/kns/kns_manager-ext.c
 create mode 100644 libs/kns/kns_manager.c
 create mode 100644 libs/kns/linux/sysendpoint.c
 create mode 100644 libs/kns/linux/syspoll.c
 create mode 100644 libs/kns/mac/sysendpoint.c
 create mode 100644 libs/kns/mac/syspoll.c
 create mode 100644 libs/kns/manager.c
 create mode 100644 libs/kns/mgr-priv.h
 create mode 100644 libs/kns/poll-priv.h
 create mode 100644 libs/kns/stream-from-files.c
 create mode 100644 libs/kns/stream-from-streams.c
 create mode 100644 libs/kns/stream-priv.h
 create mode 100644 libs/kns/stream.c
 create mode 100644 libs/kns/sysmgr.h
 create mode 100644 libs/kns/unix/sysmgr.c
 create mode 100644 libs/kns/unix/syssock.c
 create mode 100644 libs/kns/unix/sysstream.c
 create mode 100644 libs/kns/url-fetcher-curl.c
 create mode 100644 libs/kns/url-fetcher-impl.h
 create mode 100644 libs/kns/url-fetcher.c
 create mode 100644 libs/kns/win/sysendpoint.c
 create mode 100644 libs/kns/win/sysmgr.c
 create mode 100644 libs/kns/win/syssock.c
 create mode 100644 libs/kns/win/sysstream.c
 create mode 100644 libs/kproc/Makefile
 create mode 100644 libs/kproc/bsd/syslock-priv.h
 create mode 100644 libs/kproc/bsd/syslock.c
 create mode 100644 libs/kproc/bsd/sysmgr.c
 create mode 100644 libs/kproc/linux/sysbarrier.c
 create mode 100644 libs/kproc/linux/syslock-priv.h
 create mode 100644 libs/kproc/linux/syslock.c
 create mode 100644 libs/kproc/linux/sysmgr.c
 create mode 100644 libs/kproc/procmgr.c
 create mode 100644 libs/kproc/queue.c
 create mode 100644 libs/kproc/sem.c
 create mode 100644 libs/kproc/stbarrier.c
 create mode 100644 libs/kproc/stcond.c
 create mode 100644 libs/kproc/stlock.c
 create mode 100644 libs/kproc/stsem.c
 create mode 100644 libs/kproc/stthread.c
 create mode 100644 libs/kproc/sttimeout.c
 create mode 100644 libs/kproc/sun/sysbarrier.c
 create mode 100644 libs/kproc/sun/syslock-priv.h
 create mode 100644 libs/kproc/sun/syslock.c
 create mode 100644 libs/kproc/task.c
 create mode 100644 libs/kproc/unix/syscond-priv.h
 create mode 100644 libs/kproc/unix/syscond.c
 create mode 100644 libs/kproc/unix/systhread.c
 create mode 100644 libs/kproc/unix/systimeout.c
 create mode 100644 libs/kproc/win/syscond-priv.h
 create mode 100644 libs/kproc/win/syscond.c
 create mode 100644 libs/kproc/win/syslock-priv.h
 create mode 100644 libs/kproc/win/syslock.c
 create mode 100644 libs/kproc/win/sysmgr.c
 create mode 100644 libs/kproc/win/systhread.c
 create mode 100644 libs/kproc/win/systimeout.c
 create mode 100644 libs/krypto/.gitignore
 create mode 100644 libs/krypto/Makefile
 create mode 100644 libs/krypto/aes-byte.c
 create mode 100644 libs/krypto/aes-impl.c
 create mode 100644 libs/krypto/aes-ncbi-ni.c
 create mode 100644 libs/krypto/aes-ncbi-priv.h
 create mode 100644 libs/krypto/aes-ncbi.c
 create mode 100644 libs/krypto/aes-priv.h
 create mode 100644 libs/krypto/aes.c
 create mode 100644 libs/krypto/aes_core.c
 create mode 100644 libs/krypto/aes_x86core.c
 create mode 100644 libs/krypto/aesx86.c
 create mode 100644 libs/krypto/blockcipher-byte-impl.h
 create mode 100644 libs/krypto/blockcipher-impl.h
 create mode 100644 libs/krypto/blockcipher-priv.h
 create mode 100644 libs/krypto/blockcipher-vec-impl.h
 create mode 100644 libs/krypto/blockcipher.c
 create mode 100644 libs/krypto/cipher-byte.c
 create mode 100644 libs/krypto/cipher-impl.h
 create mode 100644 libs/krypto/cipher-no-vec.c
 create mode 100644 libs/krypto/cipher-priv.h
 create mode 100644 libs/krypto/cipher-vec.c
 create mode 100644 libs/krypto/cipher.c
 create mode 100644 libs/krypto/ciphermgr.c
 create mode 100644 libs/krypto/ciphertest.c
 create mode 100644 libs/krypto/compile-test.c
 create mode 100644 libs/krypto/csprng.c
 create mode 100644 libs/krypto/encfile-priv.h
 create mode 100644 libs/krypto/encfile.c
 create mode 100644 libs/krypto/encfilev2.c
 create mode 100644 libs/krypto/key.c
 create mode 100644 libs/krypto/manager.c
 create mode 100644 libs/krypto/ncbi-priv.h
 create mode 100644 libs/krypto/no-null-ncbi.c
 create mode 100644 libs/krypto/null-ncbi-priv.h
 create mode 100644 libs/krypto/null-ncbi.c
 create mode 100644 libs/krypto/reencfile.c
 create mode 100644 libs/krypto/rng-impl.h
 rename test/kar/input/1.0/col/sub1/idx1 => libs/krypto/rng-priv.h (100%)
 create mode 100644 libs/krypto/rng.c
 create mode 100644 libs/krypto/testcipher.c
 create mode 100644 libs/krypto/unix/sysrng.c
 create mode 100644 libs/krypto/wgaencrypt.c
 create mode 100644 libs/krypto/win/sysrng.c
 create mode 100644 libs/ktst/Makefile
 create mode 100644 libs/ktst/testcase.cpp
 create mode 100644 libs/ktst/testenv.cpp
 create mode 100644 libs/ktst/testrunner.cpp
 create mode 100644 libs/ktst/unix/systestenv.cpp
 create mode 100644 libs/ktst/win/systestenv.cpp
 create mode 100644 libs/kxml/Makefile
 create mode 100644 libs/kxml/xml.c
 create mode 100644 libs/kxml/xtoc-parsexml.c
 create mode 100644 libs/kxml/xtoc-priv.h
 create mode 100644 libs/kxml/xtoc.c
 create mode 100644 libs/loader/Makefile
 create mode 100644 libs/loader/alignment-writer.c
 create mode 100644 libs/loader/common-reader.c
 create mode 100644 libs/loader/common-writer.c
 create mode 100644 libs/loader/mmarray.c
 create mode 100644 libs/loader/reference-writer.c
 create mode 100644 libs/loader/sequence-writer.c
 create mode 100644 libs/ncbi-vdb/Makefile
 create mode 100644 libs/ncbi-vdb/libncbi-vdb.vers
 create mode 100644 libs/ngs-c++/Makefile
 create mode 100644 libs/ngs-c++/NCBI-NGS.cpp
 create mode 100644 libs/ngs-c++/testy-the-bear.cpp
 create mode 100644 libs/ngs-jni/.gitignore
 create mode 100644 libs/ngs-jni/Makefile
 create mode 100644 libs/ngs-jni/jni.h
 create mode 100644 libs/ngs-jni/jni_ErrorMsg.c
 create mode 100644 libs/ngs-jni/jni_ErrorMsg.h
 create mode 100644 libs/ngs-jni/jni_Manager.c
 create mode 100644 libs/ngs-jni/jni_Manager.h
 create mode 100644 libs/ngs-jni/jni_String.c
 create mode 100644 libs/ngs-jni/jni_String.h
 create mode 100644 libs/ngs-jni/jni_md.h
 create mode 100644 libs/ngs-py/Makefile
 create mode 100644 libs/ngs-py/py_Manager.c
 create mode 100644 libs/ngs-py/py_Manager.h
 create mode 100644 libs/ngs-py/py_ngs_defs.h
 create mode 100644 libs/ngs/BAM_Alignment.c
 create mode 100644 libs/ngs/BAM_Alignment.h
 create mode 100644 libs/ngs/BAM_ReadCollection.c
 create mode 100644 libs/ngs/BAM_Record.c
 create mode 100644 libs/ngs/BAM_Record.h
 create mode 100644 libs/ngs/CSRA1_Alignment.c
 create mode 100644 libs/ngs/CSRA1_Alignment.h
 create mode 100644 libs/ngs/CSRA1_Pileup.c
 create mode 100644 libs/ngs/CSRA1_Pileup.h
 create mode 100644 libs/ngs/CSRA1_PileupEvent.c
 create mode 100644 libs/ngs/CSRA1_PileupEvent.h
 create mode 100644 libs/ngs/CSRA1_Read.c
 create mode 100644 libs/ngs/CSRA1_Read.h
 create mode 100644 libs/ngs/CSRA1_ReadCollection.c
 create mode 100644 libs/ngs/CSRA1_ReadCollection.h
 create mode 100644 libs/ngs/CSRA1_Reference.c
 create mode 100644 libs/ngs/CSRA1_Reference.h
 create mode 100644 libs/ngs/CSRA1_ReferenceWindow.c
 create mode 100644 libs/ngs/CSRA1_ReferenceWindow.h
 create mode 100644 libs/ngs/EBI_ReferenceSequence.c
 create mode 100644 libs/ngs/EBI_ReferenceSequence.h
 create mode 100644 libs/ngs/Makefile
 create mode 100644 libs/ngs/Model.graphml
 create mode 100644 libs/ngs/NCBI-NGS.c
 create mode 100644 libs/ngs/NCBI-NGS.h
 create mode 100644 libs/ngs/NGS_Alignment.c
 create mode 100644 libs/ngs/NGS_Alignment.h
 create mode 100644 libs/ngs/NGS_Cursor.c
 create mode 100644 libs/ngs/NGS_Cursor.h
 create mode 100644 libs/ngs/NGS_ErrBlock.c
 create mode 100644 libs/ngs/NGS_ErrBlock.h
 create mode 100644 libs/ngs/NGS_Fragment.c
 create mode 100644 libs/ngs/NGS_Fragment.h
 create mode 100644 libs/ngs/NGS_FragmentBlob.c
 create mode 100644 libs/ngs/NGS_FragmentBlob.h
 create mode 100644 libs/ngs/NGS_FragmentBlobIterator.c
 create mode 100644 libs/ngs/NGS_FragmentBlobIterator.h
 create mode 100644 libs/ngs/NGS_Id.c
 create mode 100644 libs/ngs/NGS_Id.h
 create mode 100644 libs/ngs/NGS_Pileup.c
 create mode 100644 libs/ngs/NGS_Pileup.h
 create mode 100644 libs/ngs/NGS_PileupEvent.c
 create mode 100644 libs/ngs/NGS_PileupEvent.h
 create mode 100644 libs/ngs/NGS_Read.c
 create mode 100644 libs/ngs/NGS_Read.h
 create mode 100644 libs/ngs/NGS_ReadCollection.c
 create mode 100644 libs/ngs/NGS_ReadCollection.h
 create mode 100644 libs/ngs/NGS_ReadGroup.c
 create mode 100644 libs/ngs/NGS_ReadGroup.h
 create mode 100644 libs/ngs/NGS_Refcount.c
 create mode 100644 libs/ngs/NGS_Refcount.h
 create mode 100644 libs/ngs/NGS_Reference.c
 create mode 100644 libs/ngs/NGS_Reference.h
 create mode 100644 libs/ngs/NGS_ReferenceSequence.c
 create mode 100644 libs/ngs/NGS_ReferenceSequence.h
 create mode 100644 libs/ngs/NGS_Statistics.c
 create mode 100644 libs/ngs/NGS_Statistics.h
 create mode 100644 libs/ngs/NGS_String.c
 create mode 100644 libs/ngs/NGS_String.h
 create mode 100644 libs/ngs/NOTES.txt
 create mode 100644 libs/ngs/SRA_DB_ReadCollection.c
 create mode 100644 libs/ngs/SRA_Read.c
 create mode 100644 libs/ngs/SRA_Read.h
 create mode 100644 libs/ngs/SRA_ReadCollection.c
 create mode 100644 libs/ngs/SRA_ReadGroup.c
 create mode 100644 libs/ngs/SRA_ReadGroup.h
 create mode 100644 libs/ngs/SRA_ReadGroupInfo.c
 create mode 100644 libs/ngs/SRA_ReadGroupInfo.h
 create mode 100644 libs/ngs/SRA_ReferenceSequence.c
 create mode 100644 libs/ngs/SRA_ReferenceSequence.h
 create mode 100644 libs/ngs/SRA_Statistics.c
 create mode 100644 libs/ngs/SRA_Statistics.h
 create mode 100644 libs/ngs/extern.h
 rename test/kar/input/1.0/col/sub1/idx2 => libs/search/.gitignore (100%)
 create mode 100644 libs/search/Makefile
 create mode 100644 libs/search/agrep-dp.c
 create mode 100644 libs/search/agrep-myers.c
 create mode 100644 libs/search/agrep-myersunltd.c
 create mode 100644 libs/search/agrep-wumanber.c
 create mode 100644 libs/search/debug.h
 create mode 100644 libs/search/fgrep-aho.c
 create mode 100644 libs/search/fgrep-boyermoore.c
 create mode 100644 libs/search/fgrep-dumb.c
 create mode 100644 libs/search/nucstrstr.c
 create mode 100644 libs/search/search-priv.h
 create mode 100644 libs/search/search.c
 create mode 100644 libs/search/sw-search.c
 create mode 100644 libs/sra/.gitignore
 create mode 100644 libs/sra/Makefile
 create mode 100644 libs/sra/built-in.vschema
 create mode 100644 libs/sra/libsra-schema.vers.h
 create mode 100644 libs/sra/libsradb.vers.h
 create mode 100644 libs/sra/libsrareader.vers.h
 create mode 100644 libs/sra/libsraschema.vers.h
 create mode 100644 libs/sra/libwsradb.vers.h
 create mode 100644 libs/sra/libwsraschema.vers.h
 create mode 100644 libs/sra/reader-abi.c
 create mode 100644 libs/sra/reader-cmn.c
 create mode 100644 libs/sra/reader-cmn.h
 create mode 100644 libs/sra/reader-fastq.c
 create mode 100644 libs/sra/reader-illumina.c
 create mode 100644 libs/sra/reader-sff.c
 create mode 100644 libs/sra/sra-debug.h
 create mode 100644 libs/sra/sra-dflt-schema.c
 create mode 100644 libs/sra/sra-priv.h
 create mode 100644 libs/sra/sra-schema.c
 create mode 100644 libs/sra/sracache.c
 create mode 100644 libs/sra/sracol.c
 create mode 100644 libs/sra/sramgr-cmn.c
 create mode 100644 libs/sra/sramgr.c
 create mode 100644 libs/sra/sraschema-priv.h
 create mode 100644 libs/sra/sraschema-stub.c
 create mode 100644 libs/sra/sraschema.c
 create mode 100644 libs/sra/sratbl-cmn.c
 create mode 100644 libs/sra/sratbl.c
 create mode 100644 libs/sra/types.c
 create mode 100644 libs/sra/wsramgr.c
 create mode 100644 libs/sra/wsraschema-stub.c
 create mode 100644 libs/sra/wsratbl.c
 create mode 100644 libs/sraxf/.gitignore
 create mode 100644 libs/sraxf/Makefile
 create mode 100644 libs/sraxf/bio-start.c
 create mode 100644 libs/sraxf/color-from-dna.c
 create mode 100644 libs/sraxf/denormalize.c
 create mode 100644 libs/sraxf/dna-from-color.c
 create mode 100644 libs/sraxf/dynamic-454-read-descriptor.c
 create mode 100644 libs/sraxf/extract-coordinates.c
 create mode 100644 libs/sraxf/extract-name_coord.c
 create mode 100644 libs/sraxf/extract-name_fmt.c
 create mode 100644 libs/sraxf/extract-spot_name.c
 create mode 100644 libs/sraxf/fix_read_seg_impl.h
 create mode 100644 libs/sraxf/format-spot-name.c
 create mode 100644 libs/sraxf/fpcodec.c
 create mode 100644 libs/sraxf/index_lookup.c
 create mode 100644 libs/sraxf/make-position.c
 create mode 100644 libs/sraxf/name-tokenizer.h
 create mode 100644 libs/sraxf/normalize.c
 create mode 100644 libs/sraxf/prefix-tree-to-name.c
 create mode 100644 libs/sraxf/process-position.c
 create mode 100644 libs/sraxf/qstat-trigger.c
 create mode 100644 libs/sraxf/qual4_codec.h
 create mode 100644 libs/sraxf/qual4_decode.c
 create mode 100644 libs/sraxf/qual4_encode.c
 create mode 100644 libs/sraxf/read-desc.c
 create mode 100644 libs/sraxf/read-seg-from-readn.c
 create mode 100644 libs/sraxf/rewrite-spot-name.c
 create mode 100644 libs/sraxf/rotate.c
 create mode 100644 libs/sraxf/spot-desc.c
 create mode 100644 libs/sraxf/stat_mod.c
 create mode 100644 libs/sraxf/stat_mod.h
 create mode 100644 libs/sraxf/stats.c
 create mode 100644 libs/sraxf/stats_quality.c
 create mode 100644 libs/sraxf/swap.c
 create mode 100644 libs/sraxf/tokenize-spot_name-454.c
 create mode 100644 libs/sraxf/tokenize-spot_name-abi.c
 create mode 100644 libs/sraxf/tokenize-spot_name-generic-fastq.c
 create mode 100644 libs/sraxf/tokenize-spot_name-helicos.c
 create mode 100644 libs/sraxf/tokenize-spot_name-illumina.c
 create mode 100644 libs/sraxf/tokenize-spot_name-ion-torrent.c
 create mode 100644 libs/sraxf/untyped-priv.h
 create mode 100644 libs/sraxf/untyped.c
 create mode 100644 libs/sraxf/v0-decompress-init.c
 create mode 100644 libs/sraxf/v0-decompress-local.h
 create mode 100644 libs/sraxf/v0-decompress.c
 create mode 100644 libs/sraxf/v0-decompress.h
 create mode 100644 libs/sraxf/v0-funcs.c
 create mode 100644 libs/sraxf/varloc.c
 rename tools/sra/.cvsignore => libs/svdb/.gitignore (100%)
 create mode 100644 libs/svdb/Makefile
 create mode 100644 libs/svdb/svdb.c
 create mode 100644 libs/tui/Makefile
 create mode 100644 libs/tui/bsd/systui.c
 create mode 100644 libs/tui/dir_dlg.c
 create mode 100644 libs/tui/eventring.c
 create mode 100644 libs/tui/eventring.h
 create mode 100644 libs/tui/file_dlg.c
 create mode 100644 libs/tui/line_policy.c
 create mode 100644 libs/tui/line_policy.h
 create mode 100644 libs/tui/linux/systui.c
 create mode 100644 libs/tui/screen.c
 create mode 100644 libs/tui/screen.h
 create mode 100644 libs/tui/string_cache.c
 create mode 100644 libs/tui/string_cache.h
 create mode 100644 libs/tui/tui-priv.h
 create mode 100644 libs/tui/tui.c
 create mode 100644 libs/tui/tui_cpp.cpp
 create mode 100644 libs/tui/tui_dlg.c
 create mode 100644 libs/tui/tui_dlg_helper.c
 create mode 100644 libs/tui/tui_menu.c
 create mode 100644 libs/tui/tui_menu.h
 create mode 100644 libs/tui/tui_palette.c
 create mode 100644 libs/tui/tui_std_dlg.c
 create mode 100644 libs/tui/tui_widget.c
 create mode 100644 libs/tui/tui_widget.h
 create mode 100644 libs/tui/tui_widget_button.c
 create mode 100644 libs/tui/tui_widget_checkbox.c
 create mode 100644 libs/tui/tui_widget_grid.c
 create mode 100644 libs/tui/tui_widget_inputline.c
 create mode 100644 libs/tui/tui_widget_label.c
 create mode 100644 libs/tui/tui_widget_progress.c
 create mode 100644 libs/tui/tui_widget_radiobox.c
 create mode 100644 libs/tui/tui_widget_spin_edit.c
 create mode 100644 libs/tui/tui_widget_string_list.c
 create mode 100644 libs/tui/unix/systui.c
 create mode 100644 libs/tui/win/systui.c
 create mode 100644 libs/vdb/.gitignore
 create mode 100644 libs/vdb/Makefile
 create mode 100644 libs/vdb/blob-headers.c
 create mode 100644 libs/vdb/blob-headers.h
 create mode 100644 libs/vdb/blob-priv.h
 create mode 100644 libs/vdb/blob.c
 create mode 100644 libs/vdb/blob.h
 create mode 100644 libs/vdb/cast.c
 create mode 100644 libs/vdb/column-cmn.c
 create mode 100644 libs/vdb/column-priv.h
 create mode 100644 libs/vdb/column.c
 create mode 100644 libs/vdb/compare.c
 create mode 100644 libs/vdb/cursor-cmn.c
 create mode 100644 libs/vdb/cursor-priv.h
 create mode 100644 libs/vdb/cursor.c
 create mode 100644 libs/vdb/database-cmn.c
 create mode 100644 libs/vdb/database-depend.c
 create mode 100644 libs/vdb/database-load.c
 create mode 100644 libs/vdb/database-priv.h
 create mode 100644 libs/vdb/database.c
 create mode 100644 libs/vdb/dbmgr-cmn.c
 create mode 100644 libs/vdb/dbmgr-priv.h
 create mode 100644 libs/vdb/dbmgr.c
 create mode 100644 libs/vdb/delta_average.c
 create mode 100644 libs/vdb/environment-read.c
 create mode 100644 libs/vdb/fixed-row-len.c
 create mode 100644 libs/vdb/gen-cast.pl
 create mode 100644 libs/vdb/index_insert.c
 create mode 100644 libs/vdb/index_lookup.c
 create mode 100644 libs/vdb/index_project.c
 create mode 100644 libs/vdb/libvdb.vers.h
 create mode 100644 libs/vdb/linker-cmn.c
 create mode 100644 libs/vdb/linker-int.c
 create mode 100644 libs/vdb/linker-priv.h
 create mode 100644 libs/vdb/linker.c
 create mode 100644 libs/vdb/merge.c
 create mode 100644 libs/vdb/meta-append.c
 create mode 100644 libs/vdb/meta-attr-read.c
 create mode 100644 libs/vdb/meta-attr-write.c
 create mode 100644 libs/vdb/meta-read.c
 create mode 100644 libs/vdb/meta-value.c
 create mode 100644 libs/vdb/meta-write.c
 create mode 100644 libs/vdb/page-map.c
 create mode 100644 libs/vdb/page-map.h
 create mode 100644 libs/vdb/parameter-read.c
 create mode 100644 libs/vdb/phys-cmn.c
 create mode 100644 libs/vdb/phys-load.c
 create mode 100644 libs/vdb/phys-priv.h
 create mode 100644 libs/vdb/phys.c
 create mode 100644 libs/vdb/prod-cmn.c
 create mode 100644 libs/vdb/prod-expr.c
 create mode 100644 libs/vdb/prod-expr.h
 create mode 100644 libs/vdb/prod-func.c
 create mode 100644 libs/vdb/prod-priv.h
 create mode 100644 libs/vdb/prod.c
 create mode 100644 libs/vdb/range-validate.c
 create mode 100644 libs/vdb/redimension.c
 create mode 100644 libs/vdb/report-vdb.c
 create mode 100644 libs/vdb/row-id.c
 create mode 100644 libs/vdb/row-len.c
 create mode 100644 libs/vdb/schema-db.c
 create mode 100644 libs/vdb/schema-dump.c
 create mode 100644 libs/vdb/schema-dump.h
 create mode 100644 libs/vdb/schema-eval.c
 create mode 100644 libs/vdb/schema-expr.c
 create mode 100644 libs/vdb/schema-expr.h
 create mode 100644 libs/vdb/schema-func.c
 create mode 100644 libs/vdb/schema-int.c
 create mode 100644 libs/vdb/schema-parse.c
 create mode 100644 libs/vdb/schema-parse.h
 create mode 100644 libs/vdb/schema-priv.h
 create mode 100644 libs/vdb/schema-prod.c
 create mode 100644 libs/vdb/schema-tbl.c
 create mode 100644 libs/vdb/schema-tok.c
 create mode 100644 libs/vdb/schema-tok.h
 create mode 100644 libs/vdb/schema-type.c
 create mode 100644 libs/vdb/schema.c
 create mode 100644 libs/vdb/split.c
 create mode 100644 libs/vdb/table-cmn.c
 create mode 100644 libs/vdb/table-load.c
 create mode 100644 libs/vdb/table-priv.h
 create mode 100644 libs/vdb/table.c
 create mode 100644 libs/vdb/transpose.c
 create mode 100644 libs/vdb/wcolumn.c
 create mode 100644 libs/vdb/wcursor.c
 create mode 100644 libs/vdb/wdatabase.c
 create mode 100644 libs/vdb/wdbmgr.c
 create mode 100644 libs/vdb/wlinker.c
 create mode 100644 libs/vdb/wphys.c
 create mode 100644 libs/vdb/wprod.c
 create mode 100644 libs/vdb/wtable.c
 create mode 100644 libs/vdb/xform-priv.h
 create mode 100644 libs/vfs/Makefile
 create mode 100644 libs/vfs/keyring.c
 create mode 100644 libs/vfs/keyring.h
 create mode 100644 libs/vfs/kurl-stub.c
 create mode 100644 libs/vfs/manager.c
 create mode 100644 libs/vfs/path-priv.h
 create mode 100644 libs/vfs/path.c
 create mode 100644 libs/vfs/resolver-3.0.c
 create mode 100644 libs/vfs/resolver-priv.h
 create mode 100644 libs/vfs/resolver.c
 create mode 100644 libs/vfs/srapath-stub.c
 create mode 100644 libs/vfs/srapath.c
 create mode 100644 libs/vfs/unix/syskeyring.c
 create mode 100644 libs/vfs/unix/syspath.c
 create mode 100644 libs/vfs/win/syskeyring.c
 create mode 100644 libs/vfs/win/syspath.c
 create mode 100644 libs/vxf/.gitignore
 create mode 100644 libs/vxf/Makefile
 create mode 100644 libs/vxf/add-row-id.c
 create mode 100644 libs/vxf/bit_or.c
 create mode 100644 libs/vxf/bunzip.c
 create mode 100644 libs/vxf/bzip.c
 create mode 100644 libs/vxf/ceil.c
 create mode 100644 libs/vxf/checksum.c
 create mode 100644 libs/vxf/clip.c
 create mode 100644 libs/vxf/cut.c
 create mode 100644 libs/vxf/delta.c
 create mode 100644 libs/vxf/deriv.c
 create mode 100644 libs/vxf/diff.c
 create mode 100644 libs/vxf/echo.c
 create mode 100644 libs/vxf/entrez.c
 create mode 100644 libs/vxf/exists.c
 create mode 100644 libs/vxf/extract_token.c
 create mode 100644 libs/vxf/floor.c
 create mode 100644 libs/vxf/fsplit-join.impl.h
 create mode 100644 libs/vxf/funzip.c
 create mode 100644 libs/vxf/fzip.c
 create mode 100644 libs/vxf/integral.c
 create mode 100644 libs/vxf/integral_0.c
 create mode 100644 libs/vxf/irzip.c
 create mode 100644 libs/vxf/irzip.impl.h
 create mode 100644 libs/vxf/iunzip.c
 create mode 100644 libs/vxf/izip-common.h
 create mode 100644 libs/vxf/izip-decode.impl.h
 create mode 100644 libs/vxf/izip-encode.impl.h
 create mode 100644 libs/vxf/izip.c
 create mode 100644 libs/vxf/lower-case-tech-reads.c
 create mode 100644 libs/vxf/map.c
 create mode 100644 libs/vxf/math-funcs-impl.h
 create mode 100644 libs/vxf/max.c
 create mode 100644 libs/vxf/min.c
 create mode 100644 libs/vxf/outlier-decoder.c
 create mode 100644 libs/vxf/outlier-encoder.c
 create mode 100644 libs/vxf/pack.c
 create mode 100644 libs/vxf/paste.c
 create mode 100644 libs/vxf/rand_4na_2na.c
 create mode 100644 libs/vxf/rldecode.c
 create mode 100644 libs/vxf/rlencode.c
 create mode 100644 libs/vxf/round.c
 create mode 100644 libs/vxf/simple-sub-select.c
 create mode 100644 libs/vxf/sprintf.c
 create mode 100644 libs/vxf/strtonum.c
 create mode 100644 libs/vxf/subtract-row-id.c
 create mode 100644 libs/vxf/sum.c
 create mode 100644 libs/vxf/trim.c
 create mode 100644 libs/vxf/trunc.c
 create mode 100644 libs/vxf/undelta.c
 create mode 100644 libs/vxf/unpack.c
 create mode 100644 libs/vxf/unzip.c
 create mode 100644 libs/vxf/vec-sum.c
 create mode 100644 libs/vxf/wgs-tokenize-accession.c
 create mode 100644 libs/vxf/zip.c
 create mode 100644 libs/wgsxf/Makefile
 create mode 100644 libs/wgsxf/build_read_type.c
 create mode 100644 libs/wgsxf/build_scaffold.c
 create mode 100644 libs/xfs/Makefile
 create mode 100644 libs/xfs/bogus.c
 create mode 100644 libs/xfs/common.h
 create mode 100644 libs/xfs/contnode.c
 create mode 100644 libs/xfs/contnode.h
 create mode 100644 libs/xfs/doc.c
 create mode 100644 libs/xfs/docnode.c
 create mode 100644 libs/xfs/editors.c
 create mode 100644 libs/xfs/encro.c
 create mode 100644 libs/xfs/encws.c
 create mode 100644 libs/xfs/foo.c
 create mode 100644 libs/xfs/gap.c
 create mode 100644 libs/xfs/gapc.c
 create mode 100644 libs/xfs/gapf.c
 create mode 100644 libs/xfs/gapk.c
 create mode 100644 libs/xfs/gapka.c
 create mode 100644 libs/xfs/gapks.c
 create mode 100644 libs/xfs/handle.c
 create mode 100644 libs/xfs/http.c
 create mode 100644 libs/xfs/kfs.c
 create mode 100644 libs/xfs/lockdpt.c
 create mode 100644 libs/xfs/lockdpt.h
 create mode 100644 libs/xfs/lreader.c
 create mode 100644 libs/xfs/lreader.h
 create mode 100644 libs/xfs/mehr.c
 create mode 100644 libs/xfs/mehr.h
 create mode 100644 libs/xfs/model.c
 create mode 100644 libs/xfs/ncon.c
 create mode 100644 libs/xfs/ncon.h
 create mode 100644 libs/xfs/node.c
 create mode 100644 libs/xfs/owp.c
 create mode 100644 libs/xfs/owp.h
 create mode 100644 libs/xfs/path.c
 create mode 100644 libs/xfs/perm.c
 create mode 100644 libs/xfs/platform.h
 create mode 100644 libs/xfs/readme.c
 create mode 100644 libs/xfs/schwarzschraube.c
 create mode 100644 libs/xfs/schwarzschraube.h
 create mode 100644 libs/xfs/simcon.c
 create mode 100644 libs/xfs/spen.c
 create mode 100644 libs/xfs/spen.h
 create mode 100644 libs/xfs/tar.c
 create mode 100644 libs/xfs/teleport.c
 create mode 100644 libs/xfs/teleport.h
 create mode 100644 libs/xfs/tree.c
 create mode 100644 libs/xfs/unix/operations.c
 create mode 100644 libs/xfs/unix/operations.h
 create mode 100644 libs/xfs/unix/platform.c
 create mode 100644 libs/xfs/unix/security.c
 create mode 100644 libs/xfs/win/operations.c
 create mode 100644 libs/xfs/win/operations.h
 create mode 100644 libs/xfs/win/platform.c
 create mode 100644 libs/xfs/win/security.c
 create mode 100644 libs/xfs/xencro.c
 create mode 100644 libs/xfs/xencro.h
 create mode 100644 libs/xfs/xencws.c
 create mode 100644 libs/xfs/xencws.h
 create mode 100644 libs/xfs/xfs-priv.h
 create mode 100644 libs/xfs/xfs.c
 create mode 100644 libs/xfs/xgap.c
 create mode 100644 libs/xfs/xgap.h
 create mode 100644 libs/xfs/xgapf.c
 create mode 100644 libs/xfs/xgapf.h
 create mode 100644 libs/xfs/xgapk.c
 create mode 100644 libs/xfs/xgapk.h
 create mode 100644 libs/xfs/xhttp.c
 create mode 100644 libs/xfs/xhttp.h
 create mode 100644 libs/xfs/xlog.c
 create mode 100644 libs/xfs/xtar.c
 create mode 100644 libs/xfs/xtar.h
 create mode 100644 libs/xfs/zehr.c
 create mode 100644 libs/xfs/zehr.h
 create mode 100755 local-builds.sh
 create mode 100755 schema_crc.pl
 delete mode 100644 test/align-cache/CSRA_file
 delete mode 100644 test/align-cache/Makefile
 delete mode 100644 test/align-cache/valgrind.suppress
 delete mode 100644 test/align-info/Makefile
 create mode 100644 test/cc/Makefile
 create mode 100644 test/cc/asm-test.cpp
 create mode 100644 test/cipher/Makefile
 create mode 100755 test/cipher/test.sh
 delete mode 100644 test/copycat/Makefile
 delete mode 100644 test/copycat/input/1.xml
 create mode 100644 test/ext/Makefile
 create mode 100644 test/ext/magic/Makefile
 create mode 100644 test/ext/magic/magictest.cpp
 delete mode 100644 test/fastq-loader/.gitignore
 delete mode 100644 test/fastq-loader/Makefile
 delete mode 100644 test/fastq-loader/expected/1.1.stdout
 delete mode 100644 test/fastq-loader/expected/1.2.stdout
 delete mode 100644 test/fastq-loader/expected/1.3.stderr
 delete mode 100644 test/fastq-loader/expected/1.3.stdout
 delete mode 100755 test/fastq-loader/expected/1.4.stdout
 delete mode 100644 test/fastq-loader/expected/10.0.stdout
 delete mode 100644 test/fastq-loader/expected/11.0.stdout
 delete mode 100644 test/fastq-loader/expected/11.1.stdout
 delete mode 100644 test/fastq-loader/expected/12.0.stdout
 delete mode 100644 test/fastq-loader/expected/12.1.stdout
 delete mode 100644 test/fastq-loader/expected/12.2.stdout
 delete mode 100644 test/fastq-loader/expected/13.0.stdout
 delete mode 100644 test/fastq-loader/expected/13.1.stdout
 delete mode 100755 test/fastq-loader/expected/14.0.stdout
 delete mode 100644 test/fastq-loader/expected/2.1.1.stdout
 delete mode 100644 test/fastq-loader/expected/2.1.stdout
 delete mode 100644 test/fastq-loader/expected/2.5.stdout
 delete mode 100644 test/fastq-loader/expected/2.6.stdout
 delete mode 100644 test/fastq-loader/expected/2.7.stdout
 delete mode 100644 test/fastq-loader/expected/2.8.1.stdout
 delete mode 100644 test/fastq-loader/expected/2.8.stdout
 delete mode 100644 test/fastq-loader/expected/2.9.1.stderr
 delete mode 100644 test/fastq-loader/expected/2.9.stderr
 delete mode 100644 test/fastq-loader/expected/3.1.stdout
 delete mode 100644 test/fastq-loader/expected/4.2.stdout
 delete mode 100644 test/fastq-loader/expected/4.3.1.stderr
 delete mode 100644 test/fastq-loader/expected/4.4.stdout
 delete mode 100644 test/fastq-loader/expected/4.5.1.stderr
 delete mode 100644 test/fastq-loader/expected/4.5.stderr
 delete mode 100644 test/fastq-loader/expected/4.6.1.stderr
 delete mode 100644 test/fastq-loader/expected/4.6.stdout
 delete mode 100644 test/fastq-loader/expected/4.7.stderr
 delete mode 100644 test/fastq-loader/expected/5.0.stdout
 delete mode 100644 test/fastq-loader/expected/6.0.stdout
 delete mode 100644 test/fastq-loader/expected/7.1.stdout
 delete mode 100644 test/fastq-loader/expected/7.2.stdout
 delete mode 100644 test/fastq-loader/expected/7.3.stdout
 delete mode 100644 test/fastq-loader/expected/8.0.stdout
 delete mode 100644 test/fastq-loader/expected/8.1.stderr
 delete mode 100644 test/fastq-loader/expected/9.0.stdout
 delete mode 100644 test/fastq-loader/input/1.1.fastq
 delete mode 100644 test/fastq-loader/input/1.2.fastq
 delete mode 100644 test/fastq-loader/input/1.3.fastq
 delete mode 100644 test/fastq-loader/input/1.4.fastq
 delete mode 100644 test/fastq-loader/input/10.0.fastq
 delete mode 100644 test/fastq-loader/input/11.0.1.fasta
 delete mode 100644 test/fastq-loader/input/11.0.2.fasta
 delete mode 100644 test/fastq-loader/input/11.1.1.fastq
 delete mode 100644 test/fastq-loader/input/11.1.2.fastq
 delete mode 100644 test/fastq-loader/input/12.0.fastq
 delete mode 100644 test/fastq-loader/input/12.1.fastq
 delete mode 100644 test/fastq-loader/input/12.2.fastq
 delete mode 100644 test/fastq-loader/input/13.0.fasta
 delete mode 100644 test/fastq-loader/input/13.0.fastq
 delete mode 100644 test/fastq-loader/input/13.1.fastq
 delete mode 100644 test/fastq-loader/input/14.0.fasta
 delete mode 100644 test/fastq-loader/input/2.1.1.fastq
 delete mode 100644 test/fastq-loader/input/2.1.fastq
 delete mode 100644 test/fastq-loader/input/2.2.fastq
 delete mode 100644 test/fastq-loader/input/2.3.fastq
 delete mode 100644 test/fastq-loader/input/2.4.fastq
 delete mode 100644 test/fastq-loader/input/2.5.fastq
 delete mode 100644 test/fastq-loader/input/2.6.fastq
 delete mode 100644 test/fastq-loader/input/2.7.fastq
 delete mode 100644 test/fastq-loader/input/2.8.1.fastq
 delete mode 100644 test/fastq-loader/input/2.8.fastq
 delete mode 100644 test/fastq-loader/input/2.9.1.fastq
 delete mode 100644 test/fastq-loader/input/2.9.fastq
 delete mode 100644 test/fastq-loader/input/3.1a.fastq
 delete mode 100644 test/fastq-loader/input/3.1b.fastq
 delete mode 100644 test/fastq-loader/input/3.2a.fastq
 delete mode 100644 test/fastq-loader/input/3.2b.fastq
 delete mode 100644 test/fastq-loader/input/3.3a.fastq
 delete mode 100644 test/fastq-loader/input/3.3b.fastq
 delete mode 100644 test/fastq-loader/input/4.4.fastq
 delete mode 100644 test/fastq-loader/input/4.5.1.fastq
 delete mode 100644 test/fastq-loader/input/4.5.fastq
 delete mode 100644 test/fastq-loader/input/4.fastq
 delete mode 100644 test/fastq-loader/input/5.0.fastq.gz
 delete mode 100644 test/fastq-loader/input/6.0.fastq
 delete mode 100644 test/fastq-loader/input/7.1.fastq
 delete mode 100644 test/fastq-loader/input/7.2.fastq
 delete mode 100644 test/fastq-loader/input/7.3.fastq
 delete mode 100644 test/fastq-loader/input/8.0.fastq
 delete mode 100644 test/fastq-loader/input/8.1.fastq
 delete mode 100644 test/fastq-loader/input/9.0.fastq
 delete mode 100755 test/fastq-loader/runtestcase.sh
 delete mode 100644 test/fastq-loader/test-fastq-loader.cpp
 delete mode 100644 test/fastq-loader/wb-test-fastq.cpp
 delete mode 100644 test/general-loader/.gitignore
 delete mode 100644 test/general-loader/Makefile
 delete mode 100644 test/general-loader/expected/1.stdout
 delete mode 100644 test/general-loader/expected/1override.stdout
 delete mode 100644 test/general-loader/expected/1packed.stdout
 delete mode 100644 test/general-loader/expected/2.stderr
 delete mode 100644 test/general-loader/expected/2packed.stderr
 delete mode 100644 test/general-loader/expected/3.stdout
 delete mode 100644 test/general-loader/expected/3packed.stdout
 delete mode 100644 test/general-loader/expected/4.stdout
 delete mode 100644 test/general-loader/expected/4packed.stdout
 delete mode 100644 test/general-loader/expected/5packed.stdout
 delete mode 100644 test/general-loader/expected/6.stdout
 delete mode 100644 test/general-loader/expected/6packed.stdout
 delete mode 100644 test/general-loader/input/column01
 delete mode 100644 test/general-loader/input/column02
 delete mode 100644 test/general-loader/makeinputs.cpp
 delete mode 100755 test/general-loader/runtestcase.sh
 delete mode 100644 test/general-loader/schema/.gitignore
 delete mode 100644 test/general-loader/test-general-loader.cpp
 delete mode 100644 test/general-loader/test-general-writer.cpp
 delete mode 100644 test/general-loader/test-gw-dumper.cpp
 delete mode 100644 test/general-loader/testsource.cpp
 delete mode 100644 test/general-loader/testsource.hpp
 create mode 100644 test/judy_test/Makefile
 create mode 100644 test/judy_test/judytest.c
 create mode 100644 test/junit-4.11.jar
 create mode 100644 test/kapp/Makefile
 create mode 100644 test/kapp/env-test-tool.c
 create mode 100644 test/kapp/kapp-test.cpp
 create mode 100644 test/kapp/qfiletest.c
 create mode 100644 test/kapp/queuefile.data
 create mode 100644 test/kapp/report-kns-agent.c
 create mode 100755 test/kapp/run-kns-agent.sh
 create mode 100755 test/kapp/run-sig-core.sh
 create mode 100644 test/kapp/sig-core.c
 delete mode 100644 test/kar/Makefile
 delete mode 100644 test/kar/expected/1.0.stdout
 delete mode 100644 test/kar/input/1.0/sub1/col/sub1/idx2
 delete mode 100644 test/kar/input/1.0/sub1/col/sub1/idx3
 delete mode 100644 test/kar/input/1.0/sub1/md/cur
 delete mode 100644 test/kar/input/1.0/sub1/sub2/col/sub1/idx
 delete mode 100644 test/kar/input/1.0/sub1/sub2/col/sub1/idx0
 delete mode 100644 test/kar/input/1.0/sub1/sub2/col/sub1/idx1
 delete mode 100644 test/kar/input/1.0/sub1/sub2/col/sub1/idx2
 delete mode 100644 test/kar/input/1.0/sub1/sub2/col/sub1/idx3
 delete mode 100755 test/kar/test-kar.sh
 create mode 100644 test/kdb/Makefile
 create mode 100644 test/kdb/kdbtest.cpp
 create mode 100644 test/kdb/remote_open_test.cpp
 create mode 100644 test/kdb/root/sra/SRR000123.sra.cache
 create mode 100644 test/kdb/test-btree.c
 rename test/{kar/input/1.0/col/sub1/idx3 => kdb/testdb/tbl/SEQUENCE/col/dummy} (100%)
 create mode 100644 test/kdb/wkdbtest.cpp
 create mode 100644 test/kfc/Makefile
 create mode 100755 test/kfc/kfc.c
 create mode 100644 test/kfc/test-except.c
 create mode 100644 test/kfg/Makefile
 create mode 100644 test/kfg/config.linux.kfg
 create mode 100644 test/kfg/config.schema.kfg
 create mode 100644 test/kfg/config.sra.kfg
 create mode 100644 test/kfg/flat-sra-kfg.cpp
 create mode 100644 test/kfg/flat-sra-kfg/aux_root/empty.kfg
 create mode 100644 test/kfg/flat-sra-kfg/new/sraFlat.kfg
 create mode 100644 test/kfg/flat-sra-kfg/old/fuse1000.kfg
 create mode 100644 test/kfg/keystoretest.cpp
 create mode 100644 test/kfg/kfgtest.cpp
 create mode 100644 test/kfg/ncbi-home-from-env.configs/dir1/file.kfg
 create mode 100644 test/kfg/ncbi-home-from-env.configs/dir1/not-user-settings.xml
 create mode 100644 test/kfg/ncbi-home-from-env.configs/dir1/user-settings.mkfg
 create mode 100644 test/kfg/ncbi-home-from-env.configs/dir2/file.kfg
 create mode 100644 test/kfg/ncbi-home-from-env.configs/dir2/not-user-settings.xml
 create mode 100644 test/kfg/ncbi-home-from-env.configs/dir2/user-settings.mkfg
 create mode 100644 test/kfg/ncbi-home-from-env.cpp
 create mode 100644 test/kfg/prj_2956.ngc
 create mode 100644 test/kfg/repositorytest.cpp
 create mode 100644 test/kfg/wb-test-kfg.cpp
 create mode 100644 test/kfs/Makefile
 create mode 100644 test/kfs/cacheteetest.cpp
 create mode 100644 test/kfs/kfstest.cpp
 create mode 100644 test/kfs/md5test.cpp
 create mode 100644 test/kfs/ramfiletest.cpp
 create mode 100644 test/kfs/resolvetest.cpp
 create mode 100644 test/kfs/test.tar
 delete mode 100644 test/kget/.gitignore
 delete mode 100644 test/kget/Makefile
 delete mode 100644 test/kget/test_kget.py
 create mode 100644 test/klib/Makefile
 create mode 100644 test/klib/asm-test.c
 create mode 100644 test/klib/md5appendtest.c
 create mode 100644 test/klib/printf-test.c
 create mode 100644 test/klib/test-SraReleaseVersion.cpp
 create mode 100644 test/klib/test-klib.cpp
 create mode 100644 test/klib/test-log.cpp
 create mode 100644 test/klib/test-out.cpp
 create mode 100644 test/klib/test-vnamelist.cpp
 create mode 100644 test/kns/KNSManagerSingletonTest.cpp
 create mode 100644 test/kns/Makefile
 create mode 100644 test/kns/http-test.c
 create mode 100644 test/kns/http_dropconnection_test.cpp
 create mode 100644 test/kns/httptest.cpp
 create mode 100644 test/kns/knstest.cpp
 create mode 100644 test/kns/nih_1_out.txt
 create mode 100644 test/kproc/Makefile
 create mode 100644 test/kproc/kproctest.cpp
 create mode 100644 test/krypto/Makefile
 create mode 100644 test/krypto/test-aes-ciphers.c
 create mode 100644 test/krypto/test-cipher-speed.c
 create mode 100644 test/krypto/test-cmn.cpp
 create mode 100644 test/krypto/test-cmn.hpp
 create mode 100644 test/krypto/test-csprng.c
 create mode 100644 test/krypto/test-encdec.cpp
 create mode 100644 test/krypto/test-krypto-slow.cpp
 create mode 100644 test/krypto/test-modes.c
 create mode 100644 test/krypto/test-reenc.cpp
 create mode 100644 test/ktst/Makefile
 create mode 100644 test/ktst/ktsttest.cpp
 create mode 100644 test/loader/Makefile
 create mode 100644 test/loader/loadertest.cpp
 create mode 100644 test/loader/sequence-writer.c
 create mode 100755 test/loader/sequencewriter.vschema
 delete mode 100644 test/network-test/Makefile
 delete mode 100644 test/network-test/network-test.c
 delete mode 100644 test/network-test/network-test.vers
 delete mode 100644 test/network-test/network-testing.c
 delete mode 100644 test/network-test/network-testing.h
 create mode 100644 test/ngs-c++/CSRA1PileupTest.cpp
 create mode 100644 test/ngs-c++/CSRA1_ReadCollection_test.cpp
 create mode 100644 test/ngs-c++/CSRA1test.cpp
 create mode 100644 test/ngs-c++/Makefile
 create mode 100644 test/ngs-c++/NGStest.cpp
 create mode 100644 test/ngs-c++/SRADBtest.cpp
 create mode 100644 test/ngs-c++/SRAtest.cpp
 create mode 100644 test/ngs-c++/SRR600096
 create mode 100644 test/ngs-c++/SRR611340
 create mode 100644 test/ngs-c++/ngsfixture.hpp
 create mode 100644 test/ngs-c++/seq_spot_id_0.sra
 create mode 100644 test/ngs-c++/valgrind.suppress
 create mode 100644 test/ngs-java/Makefile
 create mode 100644 test/ngs-java/build.xml
 create mode 100644 test/ngs-java/ngs_test_CSRA1.java
 create mode 100644 test/ngs-java/ngs_test_lib_load.java
 delete mode 100644 test/ngs-pileup/Makefile
 delete mode 100755 test/ngs-pileup/runtestcase.sh
 delete mode 100644 test/ngs-pileup/test-ngs-pileup.cpp
 create mode 100644 test/ngs-python/Makefile
 create mode 100644 test/ngs-python/build.xml
 create mode 100644 test/ngs-python/tests.py
 create mode 100644 test/ngs/Makefile
 create mode 100644 test/ngs/data/.gitignore
 create mode 100644 test/ngs/data/SysPathTest/md/cur
 create mode 100644 test/ngs/data/SysPathTest/md5
 create mode 100644 test/ngs/data/SysPathTest/tbl/SEQUENCE/col/READ/data
 create mode 100644 test/ngs/data/SysPathTest/tbl/SEQUENCE/col/READ/idx
 rename test/{kar/input/1.0/sub1/col/sub1 => ngs/data/SysPathTest/tbl/SEQUENCE/col/READ}/idx0 (100%)
 create mode 100644 test/ngs/data/SysPathTest/tbl/SEQUENCE/col/READ/idx1
 create mode 100644 test/ngs/data/SysPathTest/tbl/SEQUENCE/col/READ/idx2
 create mode 100644 test/ngs/data/SysPathTest/tbl/SEQUENCE/col/READ/md/cur
 create mode 100644 test/ngs/data/SysPathTest/tbl/SEQUENCE/col/READ/md5
 create mode 100644 test/ngs/data/SysPathTest/tbl/SEQUENCE/md/cur
 create mode 100644 test/ngs/data/SysPathTest/tbl/SEQUENCE/md5
 create mode 100644 test/ngs/ngs_c_fixture.hpp
 create mode 100644 test/ngs/ngstest.cpp
 create mode 100644 test/ngs/ngstest_csra1.cpp
 create mode 100644 test/ngs/ngstest_csra1_pileup.cpp
 create mode 100644 test/ngs/ngstest_csra1_readcollection.cpp
 create mode 100644 test/ngs/ngstest_csra1_refwin.cpp
 create mode 100644 test/ngs/ngstest_fragmentblob.cpp
 create mode 100644 test/ngs/ngstest_makedb.cpp
 create mode 100644 test/ngs/ngstest_reference.cpp
 create mode 100644 test/ngs/ngstest_sra.cpp
 create mode 100644 test/ngs/ngstest_sradb.cpp
 create mode 100644 test/ngs/valgrind.suppress
 delete mode 100644 test/pileup-stats/Makefile
 delete mode 100644 test/pileup-stats/valgrind.suppress
 delete mode 100644 test/ref-variation/Makefile
 delete mode 100644 test/ref-variation/expected/ref-variation.out
 delete mode 100644 test/ref-variation/expected/var-expand.out
 delete mode 100755 test/ref-variation/have-access.sh
 delete mode 100644 test/ref-variation/ref-variation.in
 delete mode 100755 test/ref-variation/ref-variation.sh
 delete mode 100644 test/samline/Makefile
 delete mode 100644 test/samline/alig-gen.c
 delete mode 100755 test/samline/bx_tag_test.py
 delete mode 100755 test/samline/ca_test.py
 delete mode 100644 test/samline/cigar.c
 delete mode 100644 test/samline/cigar.h
 delete mode 100755 test/samline/example.sh
 delete mode 100644 test/samline/refbases.c
 delete mode 100644 test/samline/refbases.h
 delete mode 100755 test/samline/reject_multi_refnames.sh
 delete mode 100644 test/samline/sam.py
 delete mode 100644 test/samline/samline.vers
 delete mode 100644 test/samline/sampart.c
 delete mode 100644 test/samline/sampart.vers
 delete mode 100755 test/samline/sec_align_problem.sh
 create mode 100644 test/search/Makefile
 create mode 100644 test/search/PerfCounter.h
 create mode 100644 test/search/agrep-main.c
 create mode 100644 test/search/search-vdb.cpp
 create mode 100644 test/search/search-vdb.h
 create mode 100644 test/search/test-agrep.cpp
 create mode 100644 test/sraxf/Makefile
 create mode 100644 test/sraxf/fix_read_seg-test.cpp
 delete mode 100644 test/tarballs/build.xml
 delete mode 100644 test/tarballs/test-tarballs.bat
 delete mode 100755 test/tarballs/test-tarballs.sh
 delete mode 100644 test/vcf-loader/Makefile
 delete mode 100644 test/vcf-loader/test-vcf-loader.cpp
 delete mode 100644 test/vdb-dump/Makefile
 delete mode 100644 test/vdb-dump/SRR056386
 delete mode 100644 test/vdb-dump/expected/1.0.stdout
 delete mode 100644 test/vdb-dump/expected/1.1.stdout
 delete mode 100644 test/vdb-validate/Makefile
 delete mode 100644 test/vdb-validate/db/blob-row-gap.kar
 delete mode 100644 test/vdb-validate/db/sdc_len_mismatch.csra
 delete mode 100644 test/vdb-validate/db/sdc_pa_longer.csra
 delete mode 100644 test/vdb-validate/db/sdc_tmp_mismatch.csra
 delete mode 100644 test/vdb-validate/expected/ROW_GAP
 delete mode 100644 test/vdb-validate/expected/no_sdc_checks
 delete mode 100644 test/vdb-validate/expected/sdc_len_mismatch_1
 delete mode 100644 test/vdb-validate/expected/sdc_len_mismatch_2
 delete mode 100644 test/vdb-validate/expected/sdc_pa_longer_1
 delete mode 100644 test/vdb-validate/expected/sdc_pa_longer_2
 delete mode 100644 test/vdb-validate/expected/sdc_pa_longer_3
 delete mode 100644 test/vdb-validate/expected/sdc_tmp_mismatch
 delete mode 100755 test/vdb-validate/runtestcase.sh
 create mode 100644 test/vdb/Makefile
 create mode 100644 test/vdb/SYS-224064.cpp
 create mode 100644 test/vdb/db/blob_val_inv_chsum.sra
 create mode 100644 test/vdb/kfg/empty/empty.kfg
 create mode 100644 test/vdb/kfg/linux/test-dependencies.kfg
 create mode 100644 test/vdb/kfg/mac/test-dependencies.kfg
 create mode 100644 test/vdb/kfg/win/test-dependencies.kfg
 create mode 100644 test/vdb/test-VDB-3060.cpp
 create mode 100644 test/vdb/test-blob-val.cpp
 create mode 100644 test/vdb/test-dependencies.cpp
 create mode 100644 test/vdb/test-sparse-col.cpp
 create mode 100644 test/vdb/test-vdb.cpp
 create mode 100644 test/vdb/test-wvdb.cpp
 create mode 100644 test/vfs/Makefile
 create mode 100644 test/vfs/caching-kfg/incomplete.kfg
 create mode 100644 test/vfs/managertest.cpp
 create mode 100644 test/vfs/ncbi/protected1/SRR999997
 create mode 100644 test/vfs/ncbi/protected1/SRR999997.ncbi_enc
 rename test/{kar/input/1.0/idx/4a => vfs/ncbi/public/refseq/YYZZ99} (100%)
 rename test/{kar/input/1.0/idx/4b => vfs/ncbi/public/refseq/ZZ999999.9} (100%)
 rename test/{kar/input/1.0/idx/sub/4c => vfs/ncbi/public/sra/SRR999998.sra} (100%)
 rename test/{kar/input/1.0/idx/sub/4d => vfs/ncbi/public/wgs/YYZZ99} (100%)
 create mode 100644 test/vfs/ncbi_enc
 create mode 100644 test/vfs/path-test.c
 create mode 100644 test/vfs/pathtest.cpp
 rename test/{kar/input/1.0/md/cur => vfs/repo/wgs/WGS/YY/ZZ/YYZZ10} (100%)
 rename test/{kar/input/1.0/md5 => vfs/repo/wgs/WGS/YY/ZZ/YYZZ99} (100%)
 rename test/{kar/input/1.0/sub1/col/sub1/idx => vfs/repo/wgs2/WGS/YY/ZZ/YYZZ20} (100%)
 rename test/{kar/input/1.0/sub1/col/sub1/idx1 => vfs/repo/wgs2/WGS/YY/ZZ/YYZZ99} (100%)
 create mode 100644 test/vfs/resolvertest.cpp
 create mode 100644 test/vfs/test-caching.cpp
 delete mode 100644 test/vschema/Makefile
 delete mode 100644 test/vschema/bio-end/bio-end-excl.vschema
 delete mode 100644 test/vschema/bio-end/bio-end-incl.vschema
 delete mode 100644 test/vschema/bio-end/expected/excl-1.stdout
 delete mode 100644 test/vschema/bio-end/expected/excl-2.stdout
 delete mode 100644 test/vschema/bio-end/expected/excl-3.stdout
 delete mode 100644 test/vschema/bio-end/expected/excl-4.stdout
 delete mode 100644 test/vschema/bio-end/expected/incl-1.stdout
 delete mode 100644 test/vschema/bio-end/makeinputs.cpp
 delete mode 100644 test/vschema/idx-text/checklookup.cpp
 delete mode 100644 test/vschema/idx-text/expected/ci-1.stdout
 delete mode 100644 test/vschema/idx-text/expected/ci-2.stdout
 delete mode 100644 test/vschema/idx-text/expected/ci-3.stdout
 delete mode 100644 test/vschema/idx-text/expected/ci-4.stdout
 delete mode 100644 test/vschema/idx-text/expected/ci-5.stdout
 delete mode 100644 test/vschema/idx-text/expected/cs-1.stdout
 delete mode 100644 test/vschema/idx-text/expected/cs-2.stdout
 delete mode 100644 test/vschema/idx-text/expected/cs-3.stdout
 delete mode 100644 test/vschema/idx-text/idx-text.vschema
 delete mode 100644 test/vschema/idx-text/makeinputs.cpp
 delete mode 100755 test/vschema/runtestcase.sh
 create mode 100644 test/vxf/Makefile
 create mode 100644 test/vxf/wb-irzip-impl.c
 create mode 100644 test/vxf/wb-irzip-impl.h
 create mode 100644 test/vxf/wb-test-vxf.cpp
 delete mode 100644 tools/.gitignore
 delete mode 100644 tools/Makefile
 delete mode 100644 tools/agp-load/AGP.py
 delete mode 100644 tools/agp-load/agp-load.py
 delete mode 100644 tools/agp-load/agp.vschema
 delete mode 100644 tools/agp-load/eutils.py
 delete mode 100644 tools/align-cache/Makefile
 delete mode 100644 tools/align-cache/align-cache.cpp
 delete mode 100644 tools/align-cache/align-cache.vers
 delete mode 100644 tools/align-cache/align-cache.vers.h
 delete mode 100644 tools/align-cache/helper.cpp
 delete mode 100644 tools/align-cache/helper.h
 delete mode 100644 tools/align-info/Makefile
 delete mode 100644 tools/align-info/align-info.c
 delete mode 100644 tools/align-info/align-info.vers
 delete mode 100644 tools/align-info/align-info.vers.h
 delete mode 100644 tools/bam-loader/Globals.h
 delete mode 100644 tools/bam-loader/KFileHelper.c
 delete mode 100644 tools/bam-loader/KFileHelper.h
 delete mode 100644 tools/bam-loader/KVPFile.c
 delete mode 100644 tools/bam-loader/KVPFile.h
 delete mode 100644 tools/bam-loader/Makefile
 delete mode 100644 tools/bam-loader/alignment-writer.c
 delete mode 100644 tools/bam-loader/alignment-writer.h
 delete mode 100644 tools/bam-loader/analysis.c
 delete mode 100644 tools/bam-loader/analysis.h
 delete mode 100644 tools/bam-loader/bam-alignment.h
 delete mode 100644 tools/bam-loader/bam-load.vers
 delete mode 100644 tools/bam-loader/bam-loader.c
 delete mode 100644 tools/bam-loader/bam-priv.h
 delete mode 100644 tools/bam-loader/bam-reader.c
 delete mode 100644 tools/bam-loader/bam-reader.h
 delete mode 100644 tools/bam-loader/bam.c
 delete mode 100644 tools/bam-loader/bam.h
 delete mode 100644 tools/bam-loader/config-file.cpp
 delete mode 100644 tools/bam-loader/config-file.hpp
 delete mode 100644 tools/bam-loader/fasta-file.cpp
 delete mode 100644 tools/bam-loader/fasta-file.hpp
 delete mode 100644 tools/bam-loader/hashtable.c
 delete mode 100644 tools/bam-loader/hashtable.h
 delete mode 100644 tools/bam-loader/loader-imp.c
 delete mode 100644 tools/bam-loader/loader-imp.h
 delete mode 100644 tools/bam-loader/low-match-count.cpp
 delete mode 100644 tools/bam-loader/low-match-count.h
 delete mode 100644 tools/bam-loader/mem-bank.cpp
 delete mode 100644 tools/bam-loader/mem-bank.h
 delete mode 100644 tools/bam-loader/reference-writer.c
 delete mode 100644 tools/bam-loader/reference-writer.h
 delete mode 100644 tools/bam-loader/samview.c
 delete mode 100644 tools/bam-loader/samview.vers
 delete mode 100644 tools/bam-loader/sequence-writer.c
 delete mode 100644 tools/bam-loader/sequence-writer.h
 delete mode 100644 tools/cache-mgr/Makefile
 delete mode 100644 tools/cache-mgr/cache-mgr.c
 delete mode 100644 tools/cache-mgr/cache-mgr.vers
 delete mode 100644 tools/cache-mgr/cache-mgr.vers.h
 delete mode 100644 tools/ccextract/Makefile
 delete mode 100644 tools/ccextract/ccextract.c
 delete mode 100644 tools/ccextract/ccextract.vers
 delete mode 100644 tools/cg-load/.gitignore
 delete mode 100644 tools/cg-load/Makefile
 delete mode 100644 tools/cg-load/cg-load.c
 delete mode 100644 tools/cg-load/cg-load.vers
 delete mode 100644 tools/cg-load/debug.h
 delete mode 100644 tools/cg-load/defs.h
 delete mode 100644 tools/cg-load/f1_3.c
 delete mode 100644 tools/cg-load/f1_5.c
 delete mode 100644 tools/cg-load/f1_7.c
 delete mode 100644 tools/cg-load/f2_0.c
 delete mode 100644 tools/cg-load/f2_2.c
 delete mode 100644 tools/cg-load/f2_5.c
 delete mode 100644 tools/cg-load/factory-cmn.h
 delete mode 100644 tools/cg-load/factory-evidence-dnbs.c
 delete mode 100644 tools/cg-load/factory-evidence-dnbs.h
 delete mode 100644 tools/cg-load/factory-evidence-intervals.c
 delete mode 100644 tools/cg-load/factory-evidence-intervals.h
 delete mode 100644 tools/cg-load/factory-file.h
 delete mode 100644 tools/cg-load/factory-mappings.c
 delete mode 100644 tools/cg-load/factory-mappings.h
 delete mode 100644 tools/cg-load/factory-reads.c
 delete mode 100644 tools/cg-load/factory-reads.h
 delete mode 100644 tools/cg-load/factory-tag-lfr.c
 delete mode 100644 tools/cg-load/factory-tag-lfr.h
 delete mode 100644 tools/cg-load/file-version-factory.c
 delete mode 100644 tools/cg-load/file.c
 delete mode 100644 tools/cg-load/file.h
 delete mode 100644 tools/cg-load/formats.c
 delete mode 100644 tools/cg-load/formats.h
 delete mode 100644 tools/cg-load/writer-algn.c
 delete mode 100644 tools/cg-load/writer-algn.h
 delete mode 100644 tools/cg-load/writer-evidence-dnbs.c
 delete mode 100644 tools/cg-load/writer-evidence-dnbs.h
 delete mode 100644 tools/cg-load/writer-evidence-intervals.c
 delete mode 100644 tools/cg-load/writer-evidence-intervals.h
 delete mode 100644 tools/cg-load/writer-seq.c
 delete mode 100644 tools/cg-load/writer-seq.h
 delete mode 100644 tools/copycat/Makefile
 delete mode 100644 tools/copycat/ccbuffer.c
 delete mode 100644 tools/copycat/ccbuffermgr.c
 delete mode 100644 tools/copycat/ccbufferq.c
 delete mode 100644 tools/copycat/cccat.c
 delete mode 100644 tools/copycat/cccopier.c
 delete mode 100644 tools/copycat/cccopy.c
 delete mode 100644 tools/copycat/ccfile.c
 delete mode 100644 tools/copycat/ccfileformat.c
 delete mode 100644 tools/copycat/ccproc.c
 delete mode 100644 tools/copycat/ccprocone.c
 delete mode 100644 tools/copycat/ccread.c
 delete mode 100644 tools/copycat/ccsra.c
 delete mode 100644 tools/copycat/ccsubchunk.c
 delete mode 100644 tools/copycat/cctar.c
 delete mode 100644 tools/copycat/cctree-dump.c
 delete mode 100644 tools/copycat/cctree-priv.h
 delete mode 100644 tools/copycat/cctree.c
 delete mode 100644 tools/copycat/copycat-priv.h
 delete mode 100644 tools/copycat/copycat.c
 delete mode 100644 tools/copycat/copycat.vers
 delete mode 100644 tools/copycat/debug.h
 delete mode 100644 tools/copycat/magic
 delete mode 100644 tools/dbgap-mount/Makefile
 delete mode 100644 tools/dbgap-mount/dbgap-mount-tool.c
 delete mode 100644 tools/dbgap-mount/dbgap-mount-tool.h
 delete mode 100644 tools/dbgap-mount/dbgap-mount-tool.vers
 delete mode 100644 tools/dbgap-mount/dbgap-mount-tool.vers.h
 delete mode 100644 tools/dbgap-mount/demo.c
 delete mode 100755 tools/dbgap-mount/demo.mkfg
 delete mode 100644 tools/dbgap-mount/demo.vers
 delete mode 100644 tools/dbgap-mount/demo.vers.h
 delete mode 100644 tools/dbgap-mount/unix/wrap.c
 delete mode 100644 tools/dbgap-mount/win/wrap.c
 delete mode 100644 tools/fastdump/.gitignore
 delete mode 100644 tools/fastdump/Makefile
 delete mode 100644 tools/fastdump/cmn_iter.c
 delete mode 100644 tools/fastdump/cmn_iter.h
 delete mode 100644 tools/fastdump/fastdump.c
 delete mode 100644 tools/fastdump/fastdump.vers
 delete mode 100644 tools/fastdump/fastq_iter.c
 delete mode 100644 tools/fastdump/fastq_iter.h
 delete mode 100644 tools/fastdump/file_printer.c
 delete mode 100644 tools/fastdump/file_printer.h
 delete mode 100644 tools/fastdump/helper.c
 delete mode 100644 tools/fastdump/helper.h
 delete mode 100644 tools/fastdump/index.c
 delete mode 100644 tools/fastdump/index.h
 delete mode 100644 tools/fastdump/join.c
 delete mode 100644 tools/fastdump/join.h
 delete mode 100644 tools/fastdump/line_iter.c
 delete mode 100644 tools/fastdump/line_iter.h
 delete mode 100644 tools/fastdump/lookup_reader.c
 delete mode 100644 tools/fastdump/lookup_reader.h
 delete mode 100644 tools/fastdump/lookup_writer.c
 delete mode 100644 tools/fastdump/lookup_writer.h
 delete mode 100644 tools/fastdump/merge_sorter.c
 delete mode 100644 tools/fastdump/merge_sorter.h
 delete mode 100644 tools/fastdump/raw_read_iter.c
 delete mode 100644 tools/fastdump/raw_read_iter.h
 delete mode 100644 tools/fastdump/readme.txt
 delete mode 100644 tools/fastdump/sorter.c
 delete mode 100644 tools/fastdump/sorter.h
 delete mode 100644 tools/fastdump/special_iter.c
 delete mode 100644 tools/fastdump/special_iter.h
 delete mode 100644 tools/fastdump/todo.txt
 delete mode 100755 tools/fastdump/verify.sh
 delete mode 100644 tools/fastq-dump/Makefile
 delete mode 100644 tools/fastq-dump/args.cpp
 delete mode 100644 tools/fastq-dump/args.hpp
 delete mode 100644 tools/fastq-dump/fastq-dump.cpp
 delete mode 100644 tools/fastq-dump/fastq-dump.vers
 delete mode 100644 tools/fastq-dump/filters.cpp
 delete mode 100644 tools/fastq-dump/filters.hpp
 delete mode 100644 tools/fastq-dump/koutstream
 delete mode 100644 tools/fastq-loader/.gitignore
 delete mode 100644 tools/fastq-loader/Makefile
 delete mode 100644 tools/fastq-loader/fastq-grammar.c
 delete mode 100644 tools/fastq-loader/fastq-grammar.y
 delete mode 100644 tools/fastq-loader/fastq-lex.c
 delete mode 100644 tools/fastq-loader/fastq-lex.l
 delete mode 100644 tools/fastq-loader/fastq-loader.c
 delete mode 100644 tools/fastq-loader/fastq-parse.h
 delete mode 100644 tools/fastq-loader/fastq-reader.c
 delete mode 100644 tools/fastq-loader/fastq-reader.h
 delete mode 100644 tools/fastq-loader/fastq-tokens.h
 delete mode 100644 tools/fastq-loader/latf-load.vers
 delete mode 100644 tools/fastq-loader/latf-load.vers.h
 delete mode 100644 tools/fastq-loader/loader-imp.c
 delete mode 100755 tools/fastq-loader/parsing_rules.txt
 delete mode 100644 tools/fuse/Makefile
 delete mode 100644 tools/fuse/accessor.c
 delete mode 100644 tools/fuse/accessor.h
 delete mode 100644 tools/fuse/debug.h
 delete mode 100644 tools/fuse/directory.c
 delete mode 100644 tools/fuse/directory.h
 delete mode 100644 tools/fuse/dump-idx.c
 delete mode 100644 tools/fuse/dump-idx.vers
 delete mode 100644 tools/fuse/dump-idx.vers.h
 delete mode 100644 tools/fuse/file.c
 delete mode 100644 tools/fuse/file.h
 delete mode 100644 tools/fuse/formats.c
 delete mode 100644 tools/fuse/formats.h
 delete mode 100644 tools/fuse/kfile-accessor.c
 delete mode 100644 tools/fuse/kfile-accessor.h
 delete mode 100644 tools/fuse/log.c
 delete mode 100644 tools/fuse/log.h
 delete mode 100644 tools/fuse/node.c
 delete mode 100644 tools/fuse/node.h
 delete mode 100644 tools/fuse/remote-cache.c
 delete mode 100644 tools/fuse/remote-cache.h
 delete mode 100644 tools/fuse/remote-directory.c
 delete mode 100644 tools/fuse/remote-directory.h
 delete mode 100644 tools/fuse/remote-file.c
 delete mode 100644 tools/fuse/remote-file.h
 delete mode 100644 tools/fuse/remote-fuser.c
 delete mode 100644 tools/fuse/remote-fuser.h
 delete mode 100644 tools/fuse/remote-fuser.vers
 delete mode 100644 tools/fuse/remote-link.c
 delete mode 100644 tools/fuse/remote-link.h
 delete mode 100644 tools/fuse/remote-xml.c
 delete mode 100644 tools/fuse/remote-xml.h
 delete mode 100644 tools/fuse/sra-directory.c
 delete mode 100644 tools/fuse/sra-directory.h
 delete mode 100644 tools/fuse/sra-fastq.c
 delete mode 100644 tools/fuse/sra-fastq.h
 delete mode 100644 tools/fuse/sra-fuser-test.c
 delete mode 100644 tools/fuse/sra-fuser-test.vers
 delete mode 100644 tools/fuse/sra-fuser-test.vers.h
 delete mode 100644 tools/fuse/sra-fuser.c
 delete mode 100644 tools/fuse/sra-fuser.h
 delete mode 100644 tools/fuse/sra-fuser.vers
 delete mode 100644 tools/fuse/sra-fuser.xsd
 delete mode 100644 tools/fuse/sra-list.c
 delete mode 100644 tools/fuse/sra-list.h
 delete mode 100644 tools/fuse/sra-makeidx.c
 delete mode 100644 tools/fuse/sra-makeidx.vers
 delete mode 100644 tools/fuse/sra-node.c
 delete mode 100644 tools/fuse/sra-node.h
 delete mode 100644 tools/fuse/sra-sff.c
 delete mode 100644 tools/fuse/sra-sff.h
 delete mode 100644 tools/fuse/tar-file.c
 delete mode 100644 tools/fuse/tar-file.h
 delete mode 100644 tools/fuse/tar-list.c
 delete mode 100644 tools/fuse/tar-list.h
 delete mode 100644 tools/fuse/tar-node.c
 delete mode 100644 tools/fuse/tar-node.h
 delete mode 100644 tools/fuse/text-file.c
 delete mode 100644 tools/fuse/text-file.h
 delete mode 100644 tools/fuse/unix/remote-fuser-sys.c
 delete mode 100644 tools/fuse/unix/sra-fuser-sys.c
 delete mode 100644 tools/fuse/xml.c
 delete mode 100644 tools/fuse/xml.h
 delete mode 100644 tools/fuse/zlib-simple.c
 delete mode 100644 tools/fuse/zlib-simple.h
 delete mode 100644 tools/general-loader/Makefile
 delete mode 100644 tools/general-loader/database-loader.cpp
 delete mode 100644 tools/general-loader/general-loader.cpp
 delete mode 100644 tools/general-loader/general-loader.hpp
 delete mode 100644 tools/general-loader/general-loader.vers
 delete mode 100644 tools/general-loader/general-loader.vers.h
 delete mode 100644 tools/general-loader/general-writer.cpp
 delete mode 100644 tools/general-loader/general-writer.h
 delete mode 100644 tools/general-loader/general-writer.hpp
 delete mode 100644 tools/general-loader/gw-dumper.cpp
 delete mode 100644 tools/general-loader/libgeneral-writer.vers
 delete mode 100644 tools/general-loader/main.cpp
 delete mode 100644 tools/general-loader/protocol-parser.cpp
 delete mode 100644 tools/general-loader/utf8-like-int-codec.c
 delete mode 100644 tools/general-loader/utf8-like-int-codec.h
 delete mode 100644 tools/kar/Makefile
 delete mode 100644 tools/kar/kar.c
 delete mode 100644 tools/kar/kar.vers
 delete mode 100644 tools/kar/kar.vers.h
 delete mode 100644 tools/kar/sra-kar.c
 delete mode 100644 tools/kar/sra-kar.vers
 delete mode 100644 tools/kar/sra-kar.vers.h
 delete mode 100644 tools/keyring-srv/Makefile
 delete mode 100644 tools/keyring-srv/keyring-data.c
 delete mode 100644 tools/keyring-srv/keyring-data.h
 delete mode 100644 tools/keyring-srv/keyring-database.c
 delete mode 100644 tools/keyring-srv/keyring-database.h
 delete mode 100644 tools/keyring-srv/keyring-srv-main.c
 delete mode 100644 tools/keyring-srv/keyring-srv.c
 delete mode 100644 tools/keyring-srv/keyring-srv.h
 delete mode 100644 tools/keyring-srv/keyring-srv.vers
 delete mode 100644 tools/kget/Makefile
 delete mode 100755 tools/kget/examples.sh
 delete mode 100644 tools/kget/kget.c
 delete mode 100644 tools/kget/kget.vers
 delete mode 100644 tools/kqsh/.gitignore
 delete mode 100644 tools/kqsh/Makefile
 delete mode 100644 tools/kqsh/kqsh-alter.c
 delete mode 100644 tools/kqsh/kqsh-close.c
 delete mode 100644 tools/kqsh/kqsh-create.c
 delete mode 100644 tools/kqsh/kqsh-help.c
 delete mode 100644 tools/kqsh/kqsh-load.c
 delete mode 100644 tools/kqsh/kqsh-open.c
 delete mode 100644 tools/kqsh/kqsh-parse.c
 delete mode 100644 tools/kqsh/kqsh-print.c
 delete mode 100644 tools/kqsh/kqsh-priv.h
 delete mode 100644 tools/kqsh/kqsh-show.c
 delete mode 100755 tools/kqsh/kqsh-thunk.pl
 delete mode 100644 tools/kqsh/kqsh-tok.c
 delete mode 100644 tools/kqsh/kqsh-tok.h
 delete mode 100644 tools/kqsh/kqsh-write.c
 delete mode 100644 tools/kqsh/kqsh.c
 delete mode 100644 tools/kqsh/kqsh.vers
 delete mode 100644 tools/nenctool/Makefile
 delete mode 100644 tools/nenctool/nenctest.c
 delete mode 100644 tools/nenctool/nenctest.vers
 delete mode 100644 tools/nenctool/nenctool.c
 delete mode 100644 tools/nenctool/nenctool.vers
 delete mode 100644 tools/nencvalid/Makefile
 delete mode 100644 tools/nencvalid/nencvalid.c
 delete mode 100644 tools/nencvalid/nencvalid.vers
 delete mode 100644 tools/ngs-pileup/Makefile
 delete mode 100644 tools/ngs-pileup/main.cpp
 delete mode 100644 tools/ngs-pileup/ngs-pileup.cpp
 delete mode 100644 tools/ngs-pileup/ngs-pileup.hpp
 delete mode 100644 tools/ngs-pileup/ngs-pileup.vers
 delete mode 100644 tools/ngs-pileup/ngs-pileup.vers.h
 delete mode 100644 tools/pacbio-load/.gitignore
 delete mode 100644 tools/pacbio-load/Makefile
 delete mode 100644 tools/pacbio-load/pacbio-load.c
 delete mode 100644 tools/pacbio-load/pacbio-load.vers
 delete mode 100644 tools/pacbio-load/pl-basecalls_cmn.c
 delete mode 100644 tools/pacbio-load/pl-basecalls_cmn.h
 delete mode 100644 tools/pacbio-load/pl-consensus.c
 delete mode 100644 tools/pacbio-load/pl-consensus.h
 delete mode 100644 tools/pacbio-load/pl-context.c
 delete mode 100644 tools/pacbio-load/pl-context.h
 delete mode 100644 tools/pacbio-load/pl-metrics.c
 delete mode 100644 tools/pacbio-load/pl-metrics.h
 delete mode 100644 tools/pacbio-load/pl-passes.c
 delete mode 100644 tools/pacbio-load/pl-passes.h
 delete mode 100644 tools/pacbio-load/pl-progress.c
 delete mode 100644 tools/pacbio-load/pl-progress.h
 delete mode 100644 tools/pacbio-load/pl-regions.c
 delete mode 100644 tools/pacbio-load/pl-regions.h
 delete mode 100644 tools/pacbio-load/pl-sequence.c
 delete mode 100644 tools/pacbio-load/pl-sequence.h
 delete mode 100644 tools/pacbio-load/pl-tools.c
 delete mode 100644 tools/pacbio-load/pl-tools.h
 delete mode 100644 tools/pacbio-load/pl-zmw.c
 delete mode 100644 tools/pacbio-load/pl-zmw.h
 delete mode 100755 tools/pacbio-load/verify/ins_nl.pl
 delete mode 100755 tools/pacbio-load/verify/ins_nl_1.pl
 delete mode 100755 tools/pacbio-load/verify/ins_nl_2.pl
 delete mode 100755 tools/pacbio-load/verify/ins_nl_4.pl
 delete mode 100755 tools/pacbio-load/verify/ins_nl_f.pl
 delete mode 100644 tools/pileup-stats/Makefile
 delete mode 100644 tools/pileup-stats/pileup-stats.cpp
 delete mode 100644 tools/pileup-stats/pileup-stats.vers
 delete mode 100644 tools/pore-load/GeneralWriter.py
 delete mode 100644 tools/pore-load/README.md
 delete mode 100644 tools/pore-load/pore-load.py
 delete mode 100644 tools/prefetch/Makefile
 delete mode 100644 tools/prefetch/kfile-no-q.c
 delete mode 100644 tools/prefetch/kfile-no-q.h
 delete mode 100644 tools/prefetch/prefetch.c
 delete mode 100644 tools/prefetch/prefetch.vers
 delete mode 100644 tools/prefetch/prefetch.vers.h
 delete mode 100644 tools/qual-recalib-stat/.gitignore
 delete mode 100644 tools/qual-recalib-stat/Makefile
 delete mode 100644 tools/qual-recalib-stat/columns.c
 delete mode 100644 tools/qual-recalib-stat/columns.h
 delete mode 100644 tools/qual-recalib-stat/context.c
 delete mode 100644 tools/qual-recalib-stat/context.h
 delete mode 100755 tools/qual-recalib-stat/fasta_dump.pl
 delete mode 100644 tools/qual-recalib-stat/namelist_tools.c
 delete mode 100644 tools/qual-recalib-stat/namelist_tools.h
 delete mode 100644 tools/qual-recalib-stat/qual-recalib-stat.c
 delete mode 100644 tools/qual-recalib-stat/qual-recalib-stat.vers
 delete mode 100644 tools/qual-recalib-stat/qual-recalib-stat.vers.h
 delete mode 100644 tools/qual-recalib-stat/reader.c
 delete mode 100644 tools/qual-recalib-stat/reader.h
 delete mode 100644 tools/qual-recalib-stat/ref_exclude.c
 delete mode 100644 tools/qual-recalib-stat/ref_exclude.h
 delete mode 100755 tools/qual-recalib-stat/ref_grab.pl
 delete mode 100644 tools/qual-recalib-stat/spot_position.c
 delete mode 100644 tools/qual-recalib-stat/spot_position.h
 delete mode 100644 tools/qual-recalib-stat/stat_mod.c
 delete mode 100644 tools/qual-recalib-stat/stat_mod.h
 delete mode 100644 tools/qual-recalib-stat/stat_mod_1.c
 delete mode 100644 tools/qual-recalib-stat/stat_mod_1.h
 delete mode 100644 tools/qual-recalib-stat/stat_mod_2.c
 delete mode 100644 tools/qual-recalib-stat/stat_mod_2.h
 delete mode 100644 tools/qual-recalib-stat/writer.c
 delete mode 100644 tools/qual-recalib-stat/writer.h
 delete mode 100644 tools/rd-filter-redact/Makefile
 delete mode 100644 tools/rd-filter-redact/rd-filter-redact.c
 delete mode 100644 tools/rd-filter-redact/rd-filter-redact.vers
 delete mode 100644 tools/rd-filter-redact/read-filter-redact.c
 delete mode 100644 tools/rd-filter-redact/read-filter-redact.vers
 delete mode 100644 tools/rd-filter-redact/read-filter-redact.vers.h
 delete mode 100644 tools/rd-filter-redact/test-read-write-cursor.c
 delete mode 100644 tools/rd-filter-redact/test-read-write-cursor.vers
 delete mode 100644 tools/ref-variation/Makefile
 delete mode 100644 tools/ref-variation/common.cpp
 delete mode 100644 tools/ref-variation/common.h
 delete mode 100644 tools/ref-variation/helper.cpp
 delete mode 100644 tools/ref-variation/helper.h
 delete mode 100644 tools/ref-variation/ref-variation.cpp
 delete mode 100644 tools/ref-variation/ref-variation.vers
 delete mode 100644 tools/ref-variation/ref-variation.vers.h
 delete mode 100644 tools/ref-variation/var-expand.cpp
 delete mode 100644 tools/ref-variation/var-expand.vers
 delete mode 100644 tools/ref-variation/var-expand.vers.h
 delete mode 100644 tools/sra-dump/.gitignore
 delete mode 100644 tools/sra-dump/Makefile
 delete mode 100644 tools/sra-dump/abi-dump.vers
 delete mode 100644 tools/sra-dump/abi-dump.vers.h
 delete mode 100644 tools/sra-dump/abi.c
 delete mode 100644 tools/sra-dump/core.c
 delete mode 100644 tools/sra-dump/core.h
 delete mode 100644 tools/sra-dump/debug.h
 delete mode 100644 tools/sra-dump/factory.c
 delete mode 100644 tools/sra-dump/factory.h
 delete mode 100644 tools/sra-dump/fasta_dump.c
 delete mode 100644 tools/sra-dump/fasta_dump.h
 delete mode 100644 tools/sra-dump/fastq-dump.vers
 delete mode 100644 tools/sra-dump/fastq-dump.vers.h
 delete mode 100644 tools/sra-dump/fastq.c
 delete mode 100644 tools/sra-dump/illumina-dump.vers
 delete mode 100644 tools/sra-dump/illumina-dump.vers.h
 delete mode 100644 tools/sra-dump/illumina.c
 delete mode 100644 tools/sra-dump/sff-dump.vers
 delete mode 100644 tools/sra-dump/sff-dump.vers.h
 delete mode 100644 tools/sra-dump/sff.c
 delete mode 100644 tools/sra-dump/sra-dump.c
 delete mode 100644 tools/sra-dump/sra-dump.vers
 delete mode 100644 tools/sra-load/Makefile
 delete mode 100644 tools/sra-load/abi-load.vers
 delete mode 100644 tools/sra-load/absolid-fmt.c
 delete mode 100644 tools/sra-load/common-xml.c
 delete mode 100644 tools/sra-load/common-xml.h
 delete mode 100644 tools/sra-load/debug.h
 delete mode 100644 tools/sra-load/experiment-xml.c
 delete mode 100644 tools/sra-load/experiment-xml.h
 delete mode 100644 tools/sra-load/fastq-fmt.c
 delete mode 100644 tools/sra-load/fastq-load.vers
 delete mode 100644 tools/sra-load/helicos-fmt.c
 delete mode 100644 tools/sra-load/helicos-load.vers
 delete mode 100644 tools/sra-load/illumina-fmt.c
 delete mode 100644 tools/sra-load/illumina-load.vers
 delete mode 100644 tools/sra-load/loader-file.c
 delete mode 100644 tools/sra-load/loader-file.h
 delete mode 100644 tools/sra-load/loader-fmt.c
 delete mode 100644 tools/sra-load/loader-fmt.h
 delete mode 100644 tools/sra-load/loader.c
 delete mode 100644 tools/sra-load/pacbio-fmt.c
 delete mode 100644 tools/sra-load/pacbio-loadxml.vers
 delete mode 100644 tools/sra-load/pstring.c
 delete mode 100644 tools/sra-load/pstring.h
 delete mode 100644 tools/sra-load/run-xml.c
 delete mode 100644 tools/sra-load/run-xml.h
 delete mode 100644 tools/sra-load/sff-fmt.c
 delete mode 100644 tools/sra-load/sff-load.vers
 delete mode 100644 tools/sra-load/sra-writer.c
 delete mode 100644 tools/sra-load/sra-writer.h
 delete mode 100644 tools/sra-load/srf-absolid.c
 delete mode 100644 tools/sra-load/srf-fmt.c
 delete mode 100644 tools/sra-load/srf-fmt.h
 delete mode 100644 tools/sra-load/srf-illumina.c
 delete mode 100644 tools/sra-load/srf-load.vers
 delete mode 100644 tools/sra-load/srf.c
 delete mode 100644 tools/sra-load/srf.h
 delete mode 100644 tools/sra-load/writer-454.c
 delete mode 100644 tools/sra-load/writer-454.h
 delete mode 100644 tools/sra-load/writer-absolid.c
 delete mode 100644 tools/sra-load/writer-absolid.h
 delete mode 100644 tools/sra-load/writer-helicos.c
 delete mode 100644 tools/sra-load/writer-helicos.h
 delete mode 100644 tools/sra-load/writer-illumina.c
 delete mode 100644 tools/sra-load/writer-illumina.h
 delete mode 100644 tools/sra-load/writer-ion-torrent.c
 delete mode 100644 tools/sra-load/writer-ion-torrent.h
 delete mode 100644 tools/sra-load/ztr-absolid.c
 delete mode 100644 tools/sra-load/ztr-absolid.h
 delete mode 100644 tools/sra-load/ztr-huffman.c
 delete mode 100644 tools/sra-load/ztr-huffman.h
 delete mode 100644 tools/sra-load/ztr-illumina.c
 delete mode 100644 tools/sra-load/ztr-illumina.h
 delete mode 100644 tools/sra-load/ztr.h
 delete mode 100644 tools/sra-pileup/.gitignore
 delete mode 100644 tools/sra-pileup/4na_ascii.c
 delete mode 100644 tools/sra-pileup/4na_ascii.h
 delete mode 100644 tools/sra-pileup/Makefile
 delete mode 100644 tools/sra-pileup/cg_tools.c
 delete mode 100644 tools/sra-pileup/cg_tools.h
 delete mode 100644 tools/sra-pileup/cmdline_cmn.c
 delete mode 100644 tools/sra-pileup/cmdline_cmn.h
 delete mode 100644 tools/sra-pileup/debug.h
 delete mode 100644 tools/sra-pileup/dyn_string.c
 delete mode 100644 tools/sra-pileup/dyn_string.h
 delete mode 100644 tools/sra-pileup/inputfiles.c
 delete mode 100644 tools/sra-pileup/inputfiles.h
 delete mode 100755 tools/sra-pileup/make_opt.pl
 delete mode 100644 tools/sra-pileup/matecache.c
 delete mode 100644 tools/sra-pileup/matecache.h
 delete mode 100644 tools/sra-pileup/md_flag.c
 delete mode 100644 tools/sra-pileup/md_flag.h
 delete mode 100644 tools/sra-pileup/out_redir.c
 delete mode 100644 tools/sra-pileup/out_redir.h
 delete mode 100644 tools/sra-pileup/perf_log.c
 delete mode 100644 tools/sra-pileup/perf_log.h
 delete mode 100644 tools/sra-pileup/pileup_counters.c
 delete mode 100644 tools/sra-pileup/pileup_counters.h
 delete mode 100644 tools/sra-pileup/pileup_indels.c
 delete mode 100644 tools/sra-pileup/pileup_indels.h
 delete mode 100644 tools/sra-pileup/pileup_index.c
 delete mode 100644 tools/sra-pileup/pileup_index.h
 delete mode 100644 tools/sra-pileup/pileup_options.h
 delete mode 100644 tools/sra-pileup/pileup_stat.c
 delete mode 100644 tools/sra-pileup/pileup_stat.h
 delete mode 100644 tools/sra-pileup/pileup_v2.c
 delete mode 100644 tools/sra-pileup/pileup_v2.h
 delete mode 100644 tools/sra-pileup/pileup_varcount.c
 delete mode 100644 tools/sra-pileup/pileup_varcount.h
 delete mode 100644 tools/sra-pileup/read_fkt.c
 delete mode 100644 tools/sra-pileup/read_fkt.h
 delete mode 100644 tools/sra-pileup/ref_regions.c
 delete mode 100644 tools/sra-pileup/ref_regions.h
 delete mode 100644 tools/sra-pileup/ref_walker.c
 delete mode 100644 tools/sra-pileup/ref_walker.h
 delete mode 100644 tools/sra-pileup/ref_walker_0.c
 delete mode 100644 tools/sra-pileup/ref_walker_0.h
 delete mode 100644 tools/sra-pileup/report_deletes.c
 delete mode 100644 tools/sra-pileup/report_deletes.h
 delete mode 100644 tools/sra-pileup/reref.c
 delete mode 100644 tools/sra-pileup/reref.h
 delete mode 100644 tools/sra-pileup/rna_splice_log.c
 delete mode 100644 tools/sra-pileup/rna_splice_log.h
 delete mode 100644 tools/sra-pileup/sam-aligned.c
 delete mode 100644 tools/sra-pileup/sam-aligned.h
 delete mode 100644 tools/sra-pileup/sam-dump-opts.c
 delete mode 100644 tools/sra-pileup/sam-dump-opts.h
 delete mode 100644 tools/sra-pileup/sam-dump.c
 delete mode 100644 tools/sra-pileup/sam-dump.vers
 delete mode 100644 tools/sra-pileup/sam-dump.vers.h
 delete mode 100644 tools/sra-pileup/sam-dump2.vers
 delete mode 100644 tools/sra-pileup/sam-dump3.c
 delete mode 100644 tools/sra-pileup/sam-dump3.vers
 delete mode 100644 tools/sra-pileup/sam-hdr.c
 delete mode 100644 tools/sra-pileup/sam-hdr.h
 delete mode 100644 tools/sra-pileup/sam-hdr1.c
 delete mode 100644 tools/sra-pileup/sam-hdr1.h
 delete mode 100644 tools/sra-pileup/sam-unaligned.c
 delete mode 100644 tools/sra-pileup/sam-unaligned.h
 delete mode 100755 tools/sra-pileup/splitfastq.pl
 delete mode 100644 tools/sra-pileup/sra-pileup.c
 delete mode 100644 tools/sra-pileup/sra-pileup.vers
 delete mode 100644 tools/sra-pileup/sra-pileup.vers.h
 delete mode 100644 tools/sra-pileup/walk_debug.c
 delete mode 100644 tools/sra-pileup/walk_debug.h
 delete mode 100644 tools/sra-pileup/writer.c
 delete mode 100644 tools/sra-pileup/writer.h
 delete mode 100644 tools/sra-seq-count/Makefile
 delete mode 100644 tools/sra-seq-count/main_fkt.c
 delete mode 100644 tools/sra-seq-count/options.h
 delete mode 100644 tools/sra-seq-count/range.hpp
 delete mode 100644 tools/sra-seq-count/sra-seq-count.cpp
 delete mode 100644 tools/sra-seq-count/sra-seq-count.vers
 delete mode 100644 tools/sra-shell/Makefile
 delete mode 100644 tools/sra-shell/guilib/Makefile
 delete mode 100644 tools/sra-shell/job-exec/Makefile
 delete mode 100644 tools/sra-shell/parser/Makefile
 delete mode 100644 tools/sra-shell/parser/sra-shell-lex.l
 delete mode 100644 tools/sra-shell/parser/sra-shell.y
 delete mode 100644 tools/sra-shell/sra-gui/Makefile
 delete mode 100644 tools/sra-shell/sra-gui/sra-gui.c
 delete mode 100644 tools/sra-shell/sra-gui/sra-gui.vers
 delete mode 100644 tools/sra-shell/sra-shell/Makefile
 delete mode 100644 tools/sra-shell/sra-shell/sra-shell.c
 delete mode 100644 tools/sra-shell/sra-shell/sra-shell.vers
 delete mode 100644 tools/sra-shell/turboVision/Makefile
 delete mode 100644 tools/sra-sort/Makefile
 delete mode 100644 tools/sra-sort/Makefile.cc
 delete mode 100644 tools/sra-sort/Makefile.clang
 delete mode 100644 tools/sra-sort/Makefile.gcc
 delete mode 100644 tools/sra-sort/Makefile.vc++
 delete mode 100644 tools/sra-sort/buff-writer.c
 delete mode 100644 tools/sra-sort/buff-writer.h
 delete mode 100644 tools/sra-sort/caps.c
 delete mode 100644 tools/sra-sort/caps.h
 delete mode 100644 tools/sra-sort/capture-first-half-aligned.c
 delete mode 100644 tools/sra-sort/col-pair.c
 delete mode 100644 tools/sra-sort/col-pair.h
 delete mode 100644 tools/sra-sort/csra-pair.c
 delete mode 100644 tools/sra-sort/csra-pair.h
 delete mode 100644 tools/sra-sort/csra-tbl.c
 delete mode 100644 tools/sra-sort/csra-tbl.h
 delete mode 100644 tools/sra-sort/ctx.h
 delete mode 100644 tools/sra-sort/db-pair.c
 delete mode 100644 tools/sra-sort/db-pair.h
 delete mode 100644 tools/sra-sort/dir-pair.c
 delete mode 100644 tools/sra-sort/dir-pair.h
 delete mode 100644 tools/sra-sort/dump-blob-boundaries.c
 delete mode 100644 tools/sra-sort/except.c
 delete mode 100644 tools/sra-sort/except.h
 delete mode 100755 tools/sra-sort/gcc-ped.sh
 delete mode 100644 tools/sra-sort/glob-poslen.c
 delete mode 100644 tools/sra-sort/glob-poslen.h
 delete mode 100644 tools/sra-sort/id-mapper-col.c
 delete mode 100644 tools/sra-sort/id-mapper-col.h
 delete mode 100644 tools/sra-sort/idx-mapping.c
 delete mode 100644 tools/sra-sort/idx-mapping.h
 delete mode 100644 tools/sra-sort/map-file.c
 delete mode 100644 tools/sra-sort/map-file.h
 delete mode 100644 tools/sra-sort/mapping-row-set.c
 delete mode 100644 tools/sra-sort/mem.c
 delete mode 100644 tools/sra-sort/mem.h
 delete mode 100644 tools/sra-sort/membank-priv.h
 delete mode 100644 tools/sra-sort/membank.c
 delete mode 100644 tools/sra-sort/meta-pair.c
 delete mode 100644 tools/sra-sort/meta-pair.h
 delete mode 100644 tools/sra-sort/paged-membank.c
 delete mode 100644 tools/sra-sort/paged-mmapbank.c
 delete mode 100644 tools/sra-sort/poslen-col-pair.c
 delete mode 100644 tools/sra-sort/poslen-col-pair.h
 delete mode 100644 tools/sra-sort/ref-alignid-col.c
 delete mode 100644 tools/sra-sort/ref-alignid-col.h
 delete mode 100644 tools/sra-sort/row-set-priv.h
 delete mode 100644 tools/sra-sort/row-set.c
 delete mode 100644 tools/sra-sort/row-set.h
 delete mode 100644 tools/sra-sort/run.c
 delete mode 100644 tools/sra-sort/simple-row-set.c
 delete mode 100644 tools/sra-sort/sort-defs.h
 delete mode 100644 tools/sra-sort/sorting-row-set.c
 delete mode 100644 tools/sra-sort/sra-sort.c
 delete mode 100644 tools/sra-sort/sra-sort.h
 delete mode 100644 tools/sra-sort/sra-sort.vers
 delete mode 100644 tools/sra-sort/status.h
 delete mode 100644 tools/sra-sort/tbl-pair.c
 delete mode 100644 tools/sra-sort/tbl-pair.h
 delete mode 100644 tools/sra-sort/xcheck-ref-align.c
 delete mode 100644 tools/sra-sort/xcheck.h
 delete mode 100644 tools/sra-stat/Makefile
 delete mode 100644 tools/sra-stat/sra-stat.c
 delete mode 100644 tools/sra-stat/sra-stat.h
 delete mode 100644 tools/sra-stat/sra-stat.vers
 delete mode 100644 tools/sra-stat/sra-stat.vers.h
 delete mode 100644 tools/sra-stat/sra.c
 delete mode 100644 tools/sra/Makefile
 delete mode 100644 tools/sra/sra-dbcc.c
 delete mode 100644 tools/sra/table-vers.c
 delete mode 100644 tools/sra/table-vers.vers
 delete mode 100644 tools/srapath/Makefile
 delete mode 100644 tools/srapath/srapath.c
 delete mode 100644 tools/srapath/srapath.vers
 delete mode 100644 tools/srapath/srapath.vers.h
 delete mode 100644 tools/update-schema/.cvsignore
 delete mode 100644 tools/update-schema/Makefile
 delete mode 100644 tools/update-schema/update-schema.c
 delete mode 100644 tools/update-schema/vdb-update-schema.vers
 delete mode 100644 tools/util/Makefile
 delete mode 100644 tools/util/crc32sum.c
 delete mode 100644 tools/util/kdb-index.c
 delete mode 100644 tools/util/kdb-index.vers
 delete mode 100644 tools/util/kdbmeta.c
 delete mode 100644 tools/util/kdbmeta.vers
 delete mode 100644 tools/util/kdbmeta.vers.h
 delete mode 100644 tools/util/mac/syspass.c
 delete mode 100644 tools/util/md5cp.c
 delete mode 100644 tools/util/md5cp.vers
 delete mode 100644 tools/util/md5cp.vers.h
 delete mode 100644 tools/util/pacbio-correct.c
 delete mode 100644 tools/util/pacbio-correct.vers
 delete mode 100644 tools/util/pseudo-aligner.cpp
 delete mode 100644 tools/util/rcexplain.c
 delete mode 100644 tools/util/rcexplain.vers
 delete mode 100644 tools/util/rcexplain.vers.h
 delete mode 100644 tools/util/rowwritetest.c
 delete mode 100644 tools/util/rowwritetest.vers
 delete mode 100644 tools/util/samview.c
 delete mode 100644 tools/util/schema-replace.c
 delete mode 100755 tools/util/schema-replace.sh
 delete mode 100644 tools/util/schema-replace.vers
 delete mode 100644 tools/util/schema-replace.vers.h
 delete mode 100644 tools/util/sortreadtest.c
 delete mode 100644 tools/util/syspass-priv.h
 delete mode 100644 tools/util/test-sra-priv.h
 delete mode 100644 tools/util/test-sra.c
 delete mode 100644 tools/util/test-sra.vers
 delete mode 100644 tools/util/test-sra.vers.h
 delete mode 100644 tools/util/testld.c
 delete mode 100644 tools/util/testld.vers
 delete mode 100644 tools/util/txt2kdb.c
 delete mode 100644 tools/util/txt2kdb.vers
 delete mode 100644 tools/util/unix/PrintOS.c
 delete mode 100644 tools/util/unix/syspass.c
 delete mode 100644 tools/util/vdb-lock.c
 delete mode 100644 tools/util/vdb-lock.vers
 delete mode 100644 tools/util/vdb-lock.vers.h
 delete mode 100644 tools/util/vdb-passwd.c
 delete mode 100644 tools/util/vdb-passwd.vers
 delete mode 100644 tools/util/vdb-passwd.vers.h
 delete mode 100644 tools/util/vdb-unlock.c
 delete mode 100644 tools/util/vdb-unlock.vers
 delete mode 100644 tools/util/vdb-unlock.vers.h
 delete mode 100644 tools/util/win/PrintOS.c
 delete mode 100644 tools/util/win/syspass.c
 delete mode 100644 tools/vcf-loader/.gitignore
 delete mode 100644 tools/vcf-loader/Makefile
 delete mode 100644 tools/vcf-loader/vcf-database.c
 delete mode 100644 tools/vcf-loader/vcf-database.h
 delete mode 100644 tools/vcf-loader/vcf-grammar.c
 delete mode 100644 tools/vcf-loader/vcf-grammar.h
 delete mode 100644 tools/vcf-loader/vcf-grammar.y
 delete mode 100644 tools/vcf-loader/vcf-lex.c
 delete mode 100644 tools/vcf-loader/vcf-lex.l
 delete mode 100644 tools/vcf-loader/vcf-load.vers
 delete mode 100644 tools/vcf-loader/vcf-loader.c
 delete mode 100644 tools/vcf-loader/vcf-parse.h
 delete mode 100644 tools/vcf-loader/vcf-reader.c
 delete mode 100644 tools/vcf-loader/vcf-reader.h
 delete mode 100644 tools/vdb-config/Makefile
 delete mode 100644 tools/vdb-config/configure.cpp
 delete mode 100644 tools/vdb-config/configure.h
 delete mode 100644 tools/vdb-config/interactive.cpp
 delete mode 100644 tools/vdb-config/interactive.h
 delete mode 100644 tools/vdb-config/util.cpp
 delete mode 100644 tools/vdb-config/util.hpp
 delete mode 100644 tools/vdb-config/vdb-config-model.cpp
 delete mode 100644 tools/vdb-config/vdb-config-model.hpp
 delete mode 100644 tools/vdb-config/vdb-config.c
 delete mode 100644 tools/vdb-config/vdb-config.vers
 delete mode 100644 tools/vdb-config/vdb-config.vers.h
 delete mode 100644 tools/vdb-config/vdb-config2.cpp
 delete mode 100644 tools/vdb-config/vdb-config2.h
 delete mode 100644 tools/vdb-copy/.gitignore
 delete mode 100644 tools/vdb-copy/Makefile
 delete mode 100644 tools/vdb-copy/coldefs.c
 delete mode 100644 tools/vdb-copy/coldefs.h
 delete mode 100644 tools/vdb-copy/column_match.c
 delete mode 100644 tools/vdb-copy/column_match.h
 delete mode 100644 tools/vdb-copy/config_values.c
 delete mode 100644 tools/vdb-copy/config_values.h
 delete mode 100644 tools/vdb-copy/context.c
 delete mode 100644 tools/vdb-copy/context.h
 delete mode 100644 tools/vdb-copy/copy_context.c
 delete mode 100644 tools/vdb-copy/copy_context.h
 delete mode 100644 tools/vdb-copy/copy_meta.c
 delete mode 100644 tools/vdb-copy/copy_meta.h
 delete mode 100644 tools/vdb-copy/definitions.h
 delete mode 100644 tools/vdb-copy/get_platform.c
 delete mode 100644 tools/vdb-copy/get_platform.h
 delete mode 100644 tools/vdb-copy/helper.c
 delete mode 100644 tools/vdb-copy/helper.h
 delete mode 100644 tools/vdb-copy/matcher_input.h
 delete mode 100644 tools/vdb-copy/namelist_tools.c
 delete mode 100644 tools/vdb-copy/namelist_tools.h
 delete mode 100644 tools/vdb-copy/num-gen.c
 delete mode 100644 tools/vdb-copy/num-gen.h
 delete mode 100644 tools/vdb-copy/redactval.c
 delete mode 100644 tools/vdb-copy/redactval.h
 delete mode 100644 tools/vdb-copy/type_matcher.c
 delete mode 100644 tools/vdb-copy/type_matcher.h
 delete mode 100644 tools/vdb-copy/vdb-copy-includes.h
 delete mode 100644 tools/vdb-copy/vdb-copy.c
 delete mode 100644 tools/vdb-copy/vdb-copy.kfg
 delete mode 100644 tools/vdb-copy/vdb-copy.vers
 delete mode 100644 tools/vdb-copy/vdb-copy.vers.h
 delete mode 100644 tools/vdb-decrypt/Makefile
 delete mode 100644 tools/vdb-decrypt/shared.c
 delete mode 100644 tools/vdb-decrypt/shared.h
 delete mode 100644 tools/vdb-decrypt/vdb-decrypt.c
 delete mode 100644 tools/vdb-decrypt/vdb-decrypt.vers
 delete mode 100644 tools/vdb-decrypt/vdb-decrypt.vers.h
 delete mode 100644 tools/vdb-decrypt/vdb-encrypt.c
 delete mode 100644 tools/vdb-decrypt/vdb-encrypt.vers
 delete mode 100644 tools/vdb-decrypt/vdb-encrypt.vers.h
 delete mode 100644 tools/vdb-diff/Makefile
 delete mode 100644 tools/vdb-diff/coldefs.c
 delete mode 100644 tools/vdb-diff/coldefs.h
 delete mode 100644 tools/vdb-diff/namelist_tools.c
 delete mode 100644 tools/vdb-diff/namelist_tools.h
 delete mode 100644 tools/vdb-diff/vdb-diff.c
 delete mode 100644 tools/vdb-diff/vdb-diff.vers
 delete mode 100644 tools/vdb-diff/vdb-diff.vers.h
 delete mode 100644 tools/vdb-dump/.gitignore
 delete mode 100644 tools/vdb-dump/Makefile
 delete mode 100644 tools/vdb-dump/help.txt
 delete mode 100644 tools/vdb-dump/vdb-boot.c
 delete mode 100644 tools/vdb-dump/vdb-boot.vers
 delete mode 100644 tools/vdb-dump/vdb-boot.vschema
 delete mode 100644 tools/vdb-dump/vdb-dump-bin.c
 delete mode 100644 tools/vdb-dump/vdb-dump-bin.h
 delete mode 100644 tools/vdb-dump/vdb-dump-coldefs.c
 delete mode 100644 tools/vdb-dump/vdb-dump-coldefs.h
 delete mode 100644 tools/vdb-dump/vdb-dump-context.c
 delete mode 100644 tools/vdb-dump/vdb-dump-context.h
 delete mode 100644 tools/vdb-dump/vdb-dump-fastq.c
 delete mode 100644 tools/vdb-dump/vdb-dump-fastq.h
 delete mode 100644 tools/vdb-dump/vdb-dump-filter.c
 delete mode 100644 tools/vdb-dump/vdb-dump-filter.h
 delete mode 100644 tools/vdb-dump/vdb-dump-formats.c
 delete mode 100644 tools/vdb-dump/vdb-dump-formats.h
 delete mode 100644 tools/vdb-dump/vdb-dump-helper.c
 delete mode 100644 tools/vdb-dump/vdb-dump-helper.h
 delete mode 100644 tools/vdb-dump/vdb-dump-interact.c
 delete mode 100644 tools/vdb-dump/vdb-dump-interact.h
 delete mode 100644 tools/vdb-dump/vdb-dump-print.c
 delete mode 100644 tools/vdb-dump/vdb-dump-print.h
 delete mode 100644 tools/vdb-dump/vdb-dump-redir.c
 delete mode 100644 tools/vdb-dump/vdb-dump-redir.h
 delete mode 100644 tools/vdb-dump/vdb-dump-repo.c
 delete mode 100644 tools/vdb-dump/vdb-dump-repo.h
 delete mode 100644 tools/vdb-dump/vdb-dump-row-context.h
 delete mode 100644 tools/vdb-dump/vdb-dump-str.c
 delete mode 100644 tools/vdb-dump/vdb-dump-str.h
 delete mode 100644 tools/vdb-dump/vdb-dump-tools.c
 delete mode 100644 tools/vdb-dump/vdb-dump-tools.h
 delete mode 100644 tools/vdb-dump/vdb-dump.c
 delete mode 100644 tools/vdb-dump/vdb-dump.vers
 delete mode 100644 tools/vdb-dump/vdb-dump.vers.h
 delete mode 100644 tools/vdb-dump/vdb_info.c
 delete mode 100644 tools/vdb-dump/vdb_info.h
 delete mode 100644 tools/vdb-validate/Makefile
 delete mode 100644 tools/vdb-validate/check-corrupt.cpp
 delete mode 100644 tools/vdb-validate/check-corrupt.vers
 delete mode 100644 tools/vdb-validate/check-corrupt.vers.h
 delete mode 100644 tools/vdb-validate/vdb-validate.c
 delete mode 100644 tools/vdb-validate/vdb-validate.vers
 delete mode 100644 tools/vdb-validate/vdb-validate.vers.h
 create mode 100644 vdb3/itf/kfc/array.hpp
 create mode 100644 vdb3/itf/kfc/atomic-ia32.hpp
 create mode 100644 vdb3/itf/kfc/atomic-x86_64.hpp
 create mode 100644 vdb3/itf/kfc/atomic.hpp
 create mode 100644 vdb3/itf/kfc/callstk.hpp
 create mode 100644 vdb3/itf/kfc/caps.hpp
 create mode 100644 vdb3/itf/kfc/defs.hpp
 create mode 100644 vdb3/itf/kfc/except.hpp
 create mode 100644 vdb3/itf/kfc/fd.hpp
 create mode 100644 vdb3/itf/kfc/fdmgr.hpp
 create mode 100644 vdb3/itf/kfc/integer.hpp
 create mode 100644 vdb3/itf/kfc/log.hpp
 create mode 100644 vdb3/itf/kfc/memmgr.hpp
 create mode 100644 vdb3/itf/kfc/memory.hpp
 create mode 100644 vdb3/itf/kfc/ptr.hpp
 create mode 100644 vdb3/itf/kfc/ref.hpp
 create mode 100644 vdb3/itf/kfc/refcount.hpp
 create mode 100644 vdb3/itf/kfc/rsrc.hpp
 create mode 100644 vdb3/itf/kfc/stream.hpp
 create mode 100644 vdb3/itf/kfc/string.hpp
 create mode 100644 vdb3/itf/kfc/syserr.hpp
 create mode 100644 vdb3/itf/kfc/task-impl.hpp
 create mode 100644 vdb3/itf/kfc/task.hpp
 create mode 100644 vdb3/itf/kfc/time.hpp
 create mode 100644 vdb3/itf/kfc/timemgr.hpp
 create mode 100644 vdb3/itf/kfc/vers.hpp
 create mode 100644 vdb3/src/kfc/Makefile
 create mode 100644 vdb3/src/kfc/array.cpp
 create mode 100644 vdb3/src/kfc/callstk.cpp
 create mode 100644 vdb3/src/kfc/except.cpp
 create mode 100644 vdb3/src/kfc/fd.cpp
 create mode 100644 vdb3/src/kfc/fdmgr.cpp
 create mode 100644 vdb3/src/kfc/integer.cpp
 create mode 100644 vdb3/src/kfc/log.cpp
 create mode 100644 vdb3/src/kfc/memmgr.cpp
 create mode 100644 vdb3/src/kfc/memory.cpp
 create mode 100644 vdb3/src/kfc/pfdmgr.cpp
 create mode 100644 vdb3/src/kfc/pfdmgr.hpp
 create mode 100644 vdb3/src/kfc/plogger.cpp
 create mode 100644 vdb3/src/kfc/plogger.hpp
 create mode 100644 vdb3/src/kfc/pmemmgr.cpp
 create mode 100644 vdb3/src/kfc/pmemmgr.hpp
 create mode 100644 vdb3/src/kfc/ptimemgr.cpp
 create mode 100644 vdb3/src/kfc/ptimemgr.hpp
 create mode 100644 vdb3/src/kfc/ptr.cpp
 create mode 100644 vdb3/src/kfc/ref.cpp
 create mode 100644 vdb3/src/kfc/refcount.cpp
 create mode 100644 vdb3/src/kfc/rsrc.cpp
 create mode 100644 vdb3/src/kfc/stream.cpp
 create mode 100644 vdb3/src/kfc/string.cpp
 create mode 100644 vdb3/src/kfc/syserr.cpp
 create mode 100644 vdb3/src/kfc/task-impl.cpp
 create mode 100644 vdb3/src/kfc/task.cpp
 create mode 100644 vdb3/src/kfc/time.cpp
 create mode 100644 vdb3/src/kfc/timemgr.cpp
 create mode 100644 vdb3/src/kfc/vers.cpp

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



More information about the debian-med-commit mailing list