aboutsummaryrefslogtreecommitdiff
path: root/examples/call.nix
diff options
context:
space:
mode:
Diffstat (limited to 'examples/call.nix')
-rw-r--r--examples/call.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/call.nix b/examples/call.nix
index 2b63ae2..212f430 100644
--- a/examples/call.nix
+++ b/examples/call.nix
@@ -2,7 +2,7 @@
# with the Platypus variant caller. Each input is preprocessed by aligning
# against a reference genome (defaults to GRCH38), fixing mate information, and
# marking duplicates. Finally platypus is called over all samples.
-{bionix ? import <bionix> {}
+{bionix ? import ./.. {}
,inputs
,ref ? null}: