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