mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
kallisto: Add updateScript (#333998)
This commit is contained in:
commit
26cf0447c0
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, autoconf, cmake, hdf5, zlib }:
|
{ lib, stdenv, fetchFromGitHub, autoconf, cmake, hdf5, zlib, nix-update-script }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "kallisto";
|
pname = "kallisto";
|
||||||
@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
|
|||||||
# Parallel build fails in some cases: https://github.com/pachterlab/kallisto/issues/160
|
# Parallel build fails in some cases: https://github.com/pachterlab/kallisto/issues/160
|
||||||
enableParallelBuilding = false;
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Program for quantifying abundances of transcripts from RNA-Seq data";
|
description = "Program for quantifying abundances of transcripts from RNA-Seq data";
|
||||||
mainProgram = "kallisto";
|
mainProgram = "kallisto";
|
||||||
|
Loading…
Reference in New Issue
Block a user