From 9c99509719704112c786c194f715c64aaa5b03de Mon Sep 17 00:00:00 2001 From: l-d-s Date: Mon, 24 Sep 2018 12:04:51 +1000 Subject: Working test-tnpair --- test-tnpair.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-tnpair.nix') 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; }; -- cgit v1.2.3