diff options
author | Justin Bedo <cu@cua0.org> | 2019-01-03 11:13:05 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2019-01-03 11:13:05 +1100 |
commit | 465079fb189deca9cdd08458809bcfa8e7f5eaf9 (patch) | |
tree | 5b671bbcd4b7ab01662060ccf71b8139c3fbdb68 | |
parent | 71db81fe624a092b336c247a671c45106afb70ed (diff) |
samtools-fixmate: default MS tag annotation to true
-rw-r--r-- | tools/samtools-fixmate.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/samtools-fixmate.nix b/tools/samtools-fixmate.nix index 6cb31bb..3ffa72c 100644 --- a/tools/samtools-fixmate.nix +++ b/tools/samtools-fixmate.nix @@ -1,6 +1,6 @@ { bionix , nixpkgs -, mateScore ? false +, mateScore ? true , flags ? null }: |