diff options
author | Justin Bedo <cu@cua0.org> | 2024-11-12 15:50:42 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2024-11-12 15:50:42 +1100 |
commit | 58fa67ffd09d3bdfe72bef7c873ef94190dc6708 (patch) | |
tree | 9e382c5b1da76540d6b1ca2d9a053f52042e3579 /README.md | |
parent | 00d758934e7d5827e01585887a36913a326535ea (diff) |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -28,7 +28,7 @@ directory and viewing `result/OEBPS/index.html`. Several examples are available in `./examples/`. The main example is presented in `./examples/default.nix` and can be built using `nix build` in `./examples/`. This sample pipeline performs variant calling using -[`platypus`](https://github.com/andyrimmer/Platypus), alignment using +[`octopus`](https://github.com/luntergroup/octopus), alignment using [`bwa mem`](https://github.com/lh3/bwa), and preprocessing using [`samtools`](http://www.htslib.org/). @@ -37,10 +37,10 @@ this pipeline and the other examples. - The pipeline itself is specified in `examples/call.nix` and `examples/default.nix`. -- The BioNix wrapper to run `platypus` is in - `tools/platypus-callVariants.nix`. -- The Nix expression for the `platypus` software itself can be found in - [nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/science/biology/platypus/default.nix). +- The BioNix wrapper to run `octopus` is in + `tools/octopus-call.nix`. +- The Nix expression for the `octopus` software itself can be found in + [nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/oc/octopus-caller/package.nix). ## Constructing workflows |