aboutsummaryrefslogtreecommitdiff
path: root/examples/ex-nextflow/nextflow-example1.nix
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ex-nextflow/nextflow-example1.nix')
-rw-r--r--examples/ex-nextflow/nextflow-example1.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ex-nextflow/nextflow-example1.nix b/examples/ex-nextflow/nextflow-example1.nix
index 0ec1cae..4f00431 100644
--- a/examples/ex-nextflow/nextflow-example1.nix
+++ b/examples/ex-nextflow/nextflow-example1.nix
@@ -24,7 +24,7 @@ let
'';
};
-in pipe [
+in pipe input [
splitSequences
(each reverse)
-] input
+]