aboutsummaryrefslogtreecommitdiff
path: root/examples/README.md
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2022-11-15 12:25:41 +1100
committerJustin Bedo <cu@cua0.org>2022-11-15 12:29:08 +1100
commit288124450ddf2c7843e9041a2d36bcdb6ba7154a (patch)
treea5de933d209bf004dcad68105952890f3c8f2126 /examples/README.md
parent1a7ed52d1b3de6e1e7c8525cca3333c06930b90a (diff)
fix missing flag in examples README
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md2
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