From 352425b6065d752cd065fda5fbcd4b8d253d4626 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Thu, 12 Dec 2019 15:25:31 +1100 Subject: octopus: fix incorrect error message --- tools/octopus-call.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/octopus-call.nix b/tools/octopus-call.nix index f88960c..37a6400 100644 --- a/tools/octopus-call.nix +++ b/tools/octopus-call.nix @@ -10,7 +10,7 @@ with types; inputs: let - getref = f: matchFiletype "octopus-callSomatic" { bam = {ref, ...}: ref; cram = {ref, ...}: ref;} f; + getref = f: matchFiletype "octopus-call" { bam = {ref, ...}: ref; cram = {ref, ...}: ref;} f; refs = map getref inputs; ref = head refs; -- cgit v1.2.3