diff options
author | Justin Bedo <cu@cua0.org> | 2019-01-11 08:04:41 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2019-01-11 08:04:41 +1100 |
commit | 28196d5d4e4144e9c64c758b0de9678493d91490 (patch) | |
tree | db12701e65fecccf141e7b24c1f5d40decf3a640 /tools | |
parent | 9a70a25d6b7771df7ca53fcc34d61f582296e384 (diff) |
cnvkit: bugfix in empty normals
Diffstat (limited to 'tools')
-rw-r--r-- | tools/cnvkit-batch.nix | 3 |
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; |