aboutsummaryrefslogtreecommitdiff
path: root/examples/call.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2019-04-30 13:05:17 +1000
committerJustin Bedo <cu@cua0.org>2019-04-30 13:05:17 +1000
commitd517a934f570427e46be8d83aa2ae4b045b069e8 (patch)
treef419839a9405b0e252f0e7753623fe2c52c5d447 /examples/call.nix
parent5d03ab8afa1803ddabc7616a48fff9889e3a0c51 (diff)
Add examples and example README
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}: