From 761d47937eeb6787ff807c34be7a3623a4bde0e9 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Sun, 7 Apr 2019 08:29:11 +1000 Subject: update stage names to include bionix- prefix --- tools/strelka-call.nix | 2 +- tools/strelka-callSomatic.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/strelka-call.nix b/tools/strelka-call.nix index 4471d7d..7836bbe 100644 --- a/tools/strelka-call.nix +++ b/tools/strelka-call.nix @@ -21,7 +21,7 @@ in assert (length (unique refs) == 1); stage { - name = "strelka"; + name = "strelka-call"; buildInputs = with pkgs; [ strelka ]; buildCommand = '' ln -s ${ref} ref.fa diff --git a/tools/strelka-callSomatic.nix b/tools/strelka-callSomatic.nix index ed5626b..256065b 100644 --- a/tools/strelka-callSomatic.nix +++ b/tools/strelka-callSomatic.nix @@ -22,7 +22,7 @@ in assert (length (unique refs) == 1); stage { - name = "strelka"; + name = "strelka-callSomatic"; buildInputs = with pkgs; [ strelka ]; buildCommand = '' ln -s ${ref} ref.fa -- cgit v1.2.3