aboutsummaryrefslogtreecommitdiff
path: root/examples/ex-nextflow
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/ex-nextflow
parent5d03ab8afa1803ddabc7616a48fff9889e3a0c51 (diff)
Add examples and example README
Diffstat (limited to 'examples/ex-nextflow')
-rw-r--r--examples/ex-nextflow/nextflow-example1.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex-nextflow/nextflow-example1.nix b/examples/ex-nextflow/nextflow-example1.nix
index b31984a..0ec1cae 100644
--- a/examples/ex-nextflow/nextflow-example1.nix
+++ b/examples/ex-nextflow/nextflow-example1.nix
@@ -1,6 +1,6 @@
# This is a translation of the Nextflow example found at
# https://www.nextflow.io/example1.html
-{ bionix ? import <bionix> {}
+{ bionix ? import ./../.. {}
, input ? ./sample.fa}:
with bionix;