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

with bionix;

rec {
  /* Align read against a reference 
  * Type: align :: {ref :: fasta, bamOutput :: bool, preset :: string, ...} -> {input1, input2} -> bam/sam
  */
  align = callBionixE ./minimap2-align.nix;
}