aboutsummaryrefslogtreecommitdiff
path: root/tools/whisper-align.nix
AgeCommit message (Collapse)Author
2022-02-09whisper: RG line supportJustin Bedo
2022-02-09whisper: fix sorting for sam outputJustin Bedo
2022-02-09don't strip store paths from bamsJustin Bedo
Due to BAM compression attempting to strip store paths is a waste of time.
2021-10-29treewide reformatting and simplificationJustin Bedo
- simplify with statix - reformat with nixpkgs-fmt
2021-07-28bugfix: use unsorted type for alignment outputJustin Bedo
Most aligners are only pseudo-name sorted (i.e., pairs adjacant).
2020-08-25whisper: app expression merged into nixpkgsJustin Bedo
2020-06-27whisper: init 2.0Justin Bedo