The Wayback Machine - https://web.archive.org/web/20230504122751/https://github.com/ncbi/ncbi-vdb
Skip to content

ncbi/ncbi-vdb

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
December 7, 2022 20:03
December 7, 2022 20:03
December 7, 2022 20:03
October 15, 2021 13:35
October 31, 2022 18:06
January 5, 2022 14:11
December 12, 2022 14:35
October 31, 2014 16:00
November 22, 2021 15:18
February 13, 2022 16:20
March 15, 2021 14:19
September 24, 2014 15:40

The NCBI SRA ( Sequence Read Archive )

Contact:

email: sra@ncbi.nlm.nih.gov

Change Log

Please check the CHANGES.md file for change history.


NCBI VDB

The SRA Toolkit and SDK from NCBI is a collection of tools and libraries for using data in the INSDC Sequence Read Archives.

ANNOUNCEMENTS:

February 10, 2022

NCBI's SRA changed the source build system to use CMake in toolkit release 3.0.0. This change is an important step to improve developers' productivity as it provides unified cross platform access to support multiple build systems. This change affects developers building NCBI SRA tools from source. Old makefiles and build systems are longer be supported.

This change also includes the structure of GitHub repositories, which underwent consolidation to provide an easier environment for building tools and libraries (NGS libs and dependencies are consolidated). Consolidation of NGS libraries and dependencies provides better usage scope isolation and makes building more straightforward.

Affected repositories

  1. ncbi/ngs

    This repository is frozen. All future development will take place in GitHub repository ncbi/sra-tools, under subdirectory ngs/.

  2. ncbi/ncbi-vdb (This repository)

    This project's build system is based on CMake. The libraries providing access to SRA data in VDB format via the NGS API have moved to GitHub repository ncbi/sra-tools.

    Old (base URL: https://github.com/ncbi/ncbi-vdb) New (base URL: https://github.com/ncbi/sra-tools)
    libs/ngs ngs/ncbi/ngs
    libs/ngs-c++ ngs/ncbi/ngs-c++
    libs/ngs-jni ngs/ncbi/ngs-jni
    libs/ngs-py ngs/ncbi/ngs-py
    libs/vdb-sqlite libs/vdb-sqlite
    test/ngs-java test/ngs-java
    test/ngs-python test/ngs-python
  3. ncbi/sra-tools

    This project's build system is based on CMake. The project acquired some new components, as listed in the table above.


Antivirus Warnings

Windows Defender and a few other anti-virus tools have recently been falsely warning about test-sra.exe.

We suggest verifying MD5 checksums after downloading.

For additional information on using, configuring, and building the toolkit, please visit our wiki or our web site at NCBI

SRA Toolkit Development Team