diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |