snpeff: 4.3i -> 4.3p

This commit is contained in:
Justin Bedo 2017-06-13 15:29:14 +10:00
parent b349d4b899
commit 94ec54598c
No known key found for this signature in database
GPG Key ID: 2C18202C56C182BD
1 changed files with 5 additions and 3 deletions

View File

@ -2,15 +2,17 @@
stdenv.mkDerivation rec {
name = "snpeff-${version}";
version = "4.3i";
version = "4.3p";
src = fetchurl {
url = "mirror://sourceforge/project/snpeff/snpEff_latest_core.zip";
sha256 = "0i1slg201c8yjfr4wrg4xcgzwi0c8b9l3fb1i73fphq6q6zdblzb";
url = "mirror://sourceforge/project/snpeff/snpEff_v4_3p_core.zip";
sha256 = "1xb3k0yxd634znw2q083ligm2ww4p6v64041r9sdy3930lhjvxb1";
};
buildInputs = [ unzip jre makeWrapper ];
sourceRoot = "snpEff";
installPhase = ''
mkdir -p $out/libexec/snpeff
cp *.jar *.config $out/libexec/snpeff