diff options
author | Justin Bedo <cu@cua0.org> | 2019-04-30 13:05:17 +1000 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2019-04-30 13:05:17 +1000 |
commit | d517a934f570427e46be8d83aa2ae4b045b069e8 (patch) | |
tree | f419839a9405b0e252f0e7753623fe2c52c5d447 /examples/ex-wdl | |
parent | 5d03ab8afa1803ddabc7616a48fff9889e3a0c51 (diff) |
Add examples and example README
Diffstat (limited to 'examples/ex-wdl')
-rw-r--r-- | examples/ex-wdl/wdl-scatter-gather.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex-wdl/wdl-scatter-gather.nix b/examples/ex-wdl/wdl-scatter-gather.nix index 387d382..61dc441 100644 --- a/examples/ex-wdl/wdl-scatter-gather.nix +++ b/examples/ex-wdl/wdl-scatter-gather.nix @@ -1,6 +1,6 @@ # The scatter-gather example from https://github.com/openwdl/wdl # translated to bionix -{ bionix ? import <bionix> {} }: +{ bionix ? import ./../.. {} }: with bionix; with lib; |