aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2019-11-29 22:19:10 +1100
committerJustin Bedo <cu@cua0.org>2019-11-29 22:20:08 +1100
commit3282990ce4cf681a42c38c6795394dacf508525d (patch)
tree8fc3622e6ef8c17cc6ddbe697fa86ae9fb421499 /lib
parent7e2c2330c1014fb525a59c55898c714aa2dcb281 (diff)
snpeff: GRCh37.87 -> GRCh37.75
Diffstat (limited to 'lib')
-rw-r--r--lib/references.nix4
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 = ''