aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/cnvkit-batch.nix3
1 files changed, 1 insertions, 2 deletions
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;