aboutsummaryrefslogtreecommitdiff
path: root/tools/last.nix
blob: 3755bdee2a5fc9142ab95dadf1332aea974e71c3 (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;
}