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

with bionix;

{
  /* Align RNA against a reference genome
  Type: { ref, ... } -> { input1, input2 } -> bam
  */
  align = callBionixE ./star-align.nix;
  index = callBionixE ./star-index.nix;
}