From 28196d5d4e4144e9c64c758b0de9678493d91490 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Fri, 11 Jan 2019 08:04:41 +1100 Subject: cnvkit: bugfix in empty normals --- tools/cnvkit-batch.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/cnvkit-batch.nix b/tools/cnvkit-batch.nix index 6b69f1a..67eaac3 100644 --- a/tools/cnvkit-batch.nix +++ b/tools/cnvkit-batch.nix @@ -1,11 +1,10 @@ {bionix -,normals ? [] ,targets ? null ,annotations ? null ,flags ? null ,indexAttrs ? {}}: -{normals ? normals, tumours}: +{normals ? [], tumours}: with bionix; with lib; -- cgit v1.2.3