diff options
Diffstat (limited to 'examples/ex-nextflow')
-rw-r--r-- | examples/ex-nextflow/nextflow-example1.nix | 2 |
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; |