diff options
author | Justin Bedo <cu@cua0.org> | 2020-05-24 08:50:11 +1000 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2020-05-24 08:50:11 +1000 |
commit | b3d09063ef85ff09321d9907abdf25eb41e7eee0 (patch) | |
tree | cd7e94e1b3794957994faa1da3e47edd04113906 /tools | |
parent | dbe76116e2fa84e22740b139a1eab8217f130856 (diff) |
octopus: remove normal flag
Diffstat (limited to 'tools')
-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;}; |