aboutsummaryrefslogtreecommitdiff
path: root/tools/delly-call.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/delly-call.nix')
-rw-r--r--tools/delly-call.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/delly-call.nix b/tools/delly-call.nix
index 5378810..80084be 100644
--- a/tools/delly-call.nix
+++ b/tools/delly-call.nix
@@ -1,4 +1,4 @@
-{ bionix, flags ? "", faidxAttrs ? {}, indexAttrs ? {}}:
+{ bionix, flags ? "", faidxAttrs ? { }, indexAttrs ? { } }:
inputs:
@@ -41,6 +41,6 @@ stage {
'';
passthru = {
multicore = true;
- filetype = filetype.vcf { ref = ref; };
+ filetype = filetype.vcf { inherit ref; };
};
}