aboutsummaryrefslogtreecommitdiff
path: root/tools/bowtie-align.nix
AgeCommit message (Collapse)Author
2021-07-28bugfix: use unsorted type for alignment outputJustin Bedo
Most aligners are only pseudo-name sorted (i.e., pairs adjacant).
2019-04-08bowtie: sort the output to ensure determinismJustin Bedo
2019-03-15add multicore passthru flagJustin Bedo
2019-01-09large refactorJustin Bedo
- use bionix.pkgs instead of nixpkgs - replace stdenv.mkDerivation with stage
2018-12-10bowtie: initJustin Bedo