15 stdenv.mkDerivation (finalAttrs: {
18 # NOTE: When updating make sure to update ncbi-vdb as well for versions to match
21 src = fetchFromGitHub {
24 rev = "refs/tags/${finalAttrs.version}";
25 hash = "sha256-WVPiAz3EFYuhBnl7BsEjJ2BTi1wAownEunVM4sdLaj8=";
29 "-DVDB_INCDIR=${ncbi-vdb}/include"
30 "-DVDB_LIBDIR=${ncbi-vdb}/lib"
48 homepage = "https://github.com/ncbi/sra-tools";
49 description = "Collection of tools and libraries for using data in the INSDC Sequence Read Archives";
50 license = lib.licenses.ncbiPd;
51 maintainers = with lib.maintainers; [
55 platforms = lib.platforms.unix;