aboutsummaryrefslogtreecommitdiff
path: root/test-tnpair.nix
diff options
context:
space:
mode:
authorl-d-s <distefano.l@wehi.edu.au>2018-09-24 12:04:51 +1000
committerl-d-s <distefano.l@wehi.edu.au>2018-09-24 12:04:51 +1000
commit9c99509719704112c786c194f715c64aaa5b03de (patch)
tree0dca0ee2cac04564b701835dd3ff69b1c94ea8bf /test-tnpair.nix
parent1e4495d2a6d322c190aedce48d5c31b36e210c70 (diff)
Working test-tnpair
Diffstat (limited to 'test-tnpair.nix')
-rw-r--r--test-tnpair.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-tnpair.nix b/test-tnpair.nix
index 371ef81..40cb442 100644
--- a/test-tnpair.nix
+++ b/test-tnpair.nix
@@ -4,7 +4,7 @@ with pkgs;
with lib;
let
- ref = ../bioshake/examples/ref.fa;
+ ref = ./example/ref.fa;
alignWithRG = rg: callPackage ./tools/bwa.nix { inherit ref; flags = "-R'@RG\\tID:${rg}\\tSM:${rg}'";};
sort = callPackage ./tools/samtools-sort.nix { };
callVariants = callPackage ./tools/strelka.nix { inherit ref; };