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
1 changed files with 4 additions and 3 deletions

View File

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