From 3282990ce4cf681a42c38c6795394dacf508525d Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Fri, 29 Nov 2019 22:19:10 +1100 Subject: snpeff: GRCh37.87 -> GRCh37.75 --- lib/references.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/references.nix b/lib/references.nix index f328bb9..c56ad0f 100644 --- a/lib/references.nix +++ b/lib/references.nix @@ -48,10 +48,10 @@ rec { }; snpeff = { db = pkgs.stdenv.mkDerivation rec { - name = "GRCh37.87"; + name = "GRCh37.75"; src = pkgs.fetchurl { url = "mirror://sourceforge/project/snpeff/databases/v4_3/snpEff_v4_3_${name}.zip"; - sha256 = "0ybbj4470ilc4csmgfjqd6hqq4krwjws97ywjnqrhbi4dcq3h3bg"; + sha256 = "19c8wwx91vq47z7j7f455vsv8jw067x5rd7449d1z0nln82zpmhm"; }; buildInputs = with pkgs; [ unzip ]; buildCommand = '' -- cgit v1.2.3