aboutsummaryrefslogtreecommitdiff
path: root/tools/whisper.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/whisper.nix')
-rw-r--r--tools/whisper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/whisper.nix b/tools/whisper.nix
index ff56f8a..8b89cb2 100644
--- a/tools/whisper.nix
+++ b/tools/whisper.nix
@@ -6,7 +6,7 @@ rec {
index = callBionixE ./whisper-index.nix;
/* Align reads against a reference
- Type: { ref, ... } -> { input1, input2 } -> bam
+ Type: { ref, ... } -> { input1, input2 } -> bam
*/
align = callBionixE ./whisper-align.nix;
}