diff options
author | Justin Bedo <cu@cua0.org> | 2021-11-25 11:54:22 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2021-11-25 11:54:22 +1100 |
commit | 4310908aabe32d9039c4dff846d836aa94fa77e4 (patch) | |
tree | 00c983225165b6a3eadfe1389b48ab43eef28962 | |
parent | 3f8c33fea917fc45c912bbb76c76bc6dae19e7af (diff) |
Fix typo in example README
-rw-r--r-- | examples/README.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/README.md b/examples/README.md index b12c172..2211c0b 100644 --- a/examples/README.md +++ b/examples/README.md @@ -4,7 +4,6 @@ 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. -Note that the location of BioNix ## NextFlow and WDL translations @@ -29,4 +28,3 @@ workflow using the Strelka variant caller. The script accepts a reference fasta along with paired normal and tumor fastq files and performs alignment, preprocessing, and variant calling with [`strelka`](https://github.com/Illumina/strelka). - |