From 5cffb4a9cb2cc97eebb1513e7f78ddad17c9af16 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Fri, 20 Dec 2019 10:39:26 +1100 Subject: lumpy: fix error message --- tools/lumpy-call.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/lumpy-call.nix b/tools/lumpy-call.nix index e5fb7d3..fffc329 100644 --- a/tools/lumpy-call.nix +++ b/tools/lumpy-call.nix @@ -7,7 +7,7 @@ with lib; with types; let - getref = matchFiletype "manta-call" { bam = x: x.ref; }; + getref = matchFiletype "lumpy-call" { bam = x: x.ref; }; refs = map getref inputs; ref = head refs; -- cgit v1.2.3