From 94cff4f9e392911421cd8b94973b8c1e5698c430 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Wed, 24 Oct 2018 07:46:23 +1100 Subject: Fix platypus bug --- tools/platypus-callVariants.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/platypus-callVariants.nix b/tools/platypus-callVariants.nix index a3e3a65..a57aa83 100644 --- a/tools/platypus-callVariants.nix +++ b/tools/platypus-callVariants.nix @@ -14,7 +14,7 @@ with bionix.types; let filename = path: last (splitString "/" path); - getref = f: matchFiletype "platypus-callVariants" { bam = r: r; } f; + getref = f: matchFiletype "platypus-callVariants" { bam = {ref, ...}: ref; } f; refs = map getref inputs; ref = head refs; in -- cgit v1.2.3