From b3d09063ef85ff09321d9907abdf25eb41e7eee0 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Sun, 24 May 2020 08:50:11 +1000 Subject: octopus: remove normal flag --- tools/octopus-call.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'tools') diff --git a/tools/octopus-call.nix b/tools/octopus-call.nix index ca0677e..1688d88 100644 --- a/tools/octopus-call.nix +++ b/tools/octopus-call.nix @@ -41,7 +41,6 @@ stage { ${optionalString very-fast "--very-fast"} \ ${optionalString (max-genotypes != null) "--max-genotypes ${toString max-genotypes}"} \ ${optionalString (targets != null) (if builtins.typeOf targets == "list" then "-T ${concatStringsSep "," targets}" else "-t ${targets}")} \ - -N $normal \ ${flags} ''; passthru.filetype = filetype.vcf {ref = ref;}; -- cgit v1.2.3