From d517a934f570427e46be8d83aa2ae4b045b069e8 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Tue, 30 Apr 2019 13:05:17 +1000 Subject: Add examples and example README --- examples/ex-nextflow/nextflow-example1.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/ex-nextflow/nextflow-example1.nix') 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 ? import ./../.. {} , input ? ./sample.fa}: with bionix; -- cgit v1.2.3