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

with bionix;

{
  /* Split aligned reads based on primary and secondary alignments
    Type: { ... } -> { primary :: bam, secondary :: bam } -> { primary_specific :: bam, primary_multi :: bam, secondary_specific :: bam, secondary_multi :: bam, unassigned :: bam, unresolved :: bam }
  */
  allocate = callBionixE ./xenomapper-allocate.nix;
}