strelka: 2.9.5 -> 2.9.10

This commit is contained in:
Justin Bedo 2019-06-17 16:09:25 +10:00
parent 348489c685
commit 1be8ba08d3
No known key found for this signature in database
GPG key ID: 2C18202C56C182BD

View file

@ -2,16 +2,17 @@
stdenv.mkDerivation rec {
name = "strelka-${version}";
version = "2.9.5";
version = "2.9.10";
src = fetchFromGitHub {
owner = "Illumina";
repo = "strelka";
rev = "v${version}";
sha256 = "0x4a6nkx1jnyag9svghsdjz1fz6q7qx5pn77wphdfnk81f9yspf8";
sha256 = "1nykbmim1124xh22nrhrsn8xgjb3s2y7akrdapn9sl1gdych4ppf";
};
buildInputs = [ cmake zlib python2 ];
nativeBuildInputs = [ cmake ];
buildInputs = [ zlib python2 ];
preConfigure = ''
sed -i 's|/usr/bin/env python|${python2}/bin/python|' src/python/lib/makeRunScript.py