aboutsummaryrefslogtreecommitdiff
path: root/tools/ascat-callCNV.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ascat-callCNV.nix')
-rw-r--r--tools/ascat-callCNV.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/ascat-callCNV.nix b/tools/ascat-callCNV.nix
index f74bb18..aa1a8ec 100644
--- a/tools/ascat-callCNV.nix
+++ b/tools/ascat-callCNV.nix
@@ -1,12 +1,12 @@
{ bionix
, ref
, gc
-, indexAttrs ? {}
-, bamIndexAttrs ? {}
+, indexAttrs ? { }
+, bamIndexAttrs ? { }
, flags ? null
}:
-{tumour, normal, gender}:
+{ tumour, normal, gender }:
with bionix;
with lib;