diff options
-rw-r--r-- | tools/octopus-call.nix | 1 |
1 files changed, 0 insertions, 1 deletions
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;}; |