From 0a637afd8bc82d03e474295895251aa47323d747 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Tue, 4 Jan 2022 08:21:06 +1100 Subject: samtools-flagstat: fix name --- tools/samtools-flagstat.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/samtools-flagstat.nix b/tools/samtools-flagstat.nix index d733f2f..32c7021 100644 --- a/tools/samtools-flagstat.nix +++ b/tools/samtools-flagstat.nix @@ -7,7 +7,7 @@ with bionix; with lib; stage { - name = "samtools-index"; + name = "samtools-flagstat"; buildInputs = with pkgs; [ samtools ]; buildCommand = "samtools flagstat -@ $NIX_BUILD_CORES ${input} > $out"; passthru.multicore = true; -- cgit v1.2.3