From 288124450ddf2c7843e9041a2d36bcdb6ba7154a Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Tue, 15 Nov 2022 12:25:41 +1100 Subject: fix missing flag in examples README --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/README.md') diff --git a/examples/README.md b/examples/README.md index 2211c0b..7d30a73 100644 --- a/examples/README.md +++ b/examples/README.md @@ -3,7 +3,7 @@ This directory has a few example workflows in bionix along with example data. A basic workflow is defined in `call.nix`, and an example of applying it to the sample data is in `default.nix`. To build the -`default.nix` workflow, run ```nix build -I bionix=../``` from this directory. +`default.nix` workflow, run ```nix build -I bionix=../ -f .``` from this directory. ## NextFlow and WDL translations -- cgit v1.2.3