snpeff: 4.3i -> 4.3p
This commit is contained in:
parent
b349d4b899
commit
94ec54598c
|
@ -2,15 +2,17 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "snpeff-${version}";
|
name = "snpeff-${version}";
|
||||||
version = "4.3i";
|
version = "4.3p";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/project/snpeff/snpEff_latest_core.zip";
|
url = "mirror://sourceforge/project/snpeff/snpEff_v4_3p_core.zip";
|
||||||
sha256 = "0i1slg201c8yjfr4wrg4xcgzwi0c8b9l3fb1i73fphq6q6zdblzb";
|
sha256 = "1xb3k0yxd634znw2q083ligm2ww4p6v64041r9sdy3930lhjvxb1";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ unzip jre makeWrapper ];
|
buildInputs = [ unzip jre makeWrapper ];
|
||||||
|
|
||||||
|
sourceRoot = "snpEff";
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/libexec/snpeff
|
mkdir -p $out/libexec/snpeff
|
||||||
cp *.jar *.config $out/libexec/snpeff
|
cp *.jar *.config $out/libexec/snpeff
|
||||||
|
|
Loading…
Reference in New Issue