diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/whisper-align.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/whisper-align.nix b/tools/whisper-align.nix index e76e921..38bcedf 100644 --- a/tools/whisper-align.nix +++ b/tools/whisper-align.nix @@ -35,7 +35,7 @@ stage { ${optionalString (input2 != null) (fq input2)} \ > $out ''; - passthru.filetype = if bamOutput then filetype.bam { inherit ref; sorting = sort.none { }; } else filetype.sam { inherit ref; sorting = sort.name { }; }; + passthru.filetype = if bamOutput then filetype.bam { inherit ref; sorting = sort.none { }; } else filetype.sam { inherit ref; sorting = sort.none { }; }; passthru.multicore = true; stripStorePaths = false; } |