diff options
Diffstat (limited to 'tools/whisper.nix')
-rw-r--r-- | tools/whisper.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/whisper.nix b/tools/whisper.nix index b729675..ff56f8a 100644 --- a/tools/whisper.nix +++ b/tools/whisper.nix @@ -4,5 +4,9 @@ with bionix; rec { index = callBionixE ./whisper-index.nix; + + /* Align reads against a reference + Type: { ref, ... } -> { input1, input2 } -> bam + */ align = callBionixE ./whisper-align.nix; } |