diff options
author | Justin Bedo <cu@cua0.org> | 2022-11-15 12:25:41 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2022-11-15 12:29:08 +1100 |
commit | 288124450ddf2c7843e9041a2d36bcdb6ba7154a (patch) | |
tree | a5de933d209bf004dcad68105952890f3c8f2126 | |
parent | 1a7ed52d1b3de6e1e7c8525cca3333c06930b90a (diff) |
fix missing flag in examples README
-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 |