diff options
Diffstat (limited to 'examples/call.nix')
-rw-r--r-- | examples/call.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/call.nix b/examples/call.nix index 0e4ea05..90832ee 100644 --- a/examples/call.nix +++ b/examples/call.nix @@ -7,9 +7,10 @@ ,ref ? bionix.ref.grch38.seq }: with bionix; +with lib; let - preprocess = pipe [ + preprocess = flip pipe [ (bwa.align { inherit ref; }) (samtools.fixmate {}) (samtools.sort {}) |