From d4fe5ce2aaea3f951fe21094ccfa90360c12c760 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Fri, 27 Mar 2020 10:59:44 +1100 Subject: update exampes to use nixpkgs.lib.pipe --- examples/ex-tnpair/tnpair.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/ex-tnpair') diff --git a/examples/ex-tnpair/tnpair.nix b/examples/ex-tnpair/tnpair.nix index ada96c8..51cd703 100644 --- a/examples/ex-tnpair/tnpair.nix +++ b/examples/ex-tnpair/tnpair.nix @@ -11,7 +11,7 @@ with lib; let input = mapAttrs (_: fetchFastQGZ); - preprocess = pipe [ + preprocess = flip pipe [ input (bwa.align { ref = fetchFastA ref; }) (samtools.fixmate {}) -- cgit v1.2.3