aboutsummaryrefslogtreecommitdiff
path: root/tools/last.nix
blob: 870bfe681da3f0ec6bbb9a1137f8559b6a1a71ba (plain)
1
2
3
4
5
6
7
8
9
10
11
{ bionix }:

with bionix;

rec {
  /* Align reads against a reference genome
    Type: { ref :: fastq, ... } -> { input1, input2} -> last
  */
  align = callBionixE ./last-align.nix;
  index = callBionixE ./last-index.nix;
}