diff options
author | Justin Bedo <cu@cua0.org> | 2019-11-29 22:19:10 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2019-11-29 22:20:08 +1100 |
commit | 3282990ce4cf681a42c38c6795394dacf508525d (patch) | |
tree | 8fc3622e6ef8c17cc6ddbe697fa86ae9fb421499 | |
parent | 7e2c2330c1014fb525a59c55898c714aa2dcb281 (diff) |
snpeff: GRCh37.87 -> GRCh37.75
-rw-r--r-- | lib/references.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 = '' |