From fb24f24134e2eba607bc15f77d02962fa2ce5fce Mon Sep 17 00:00:00 2001 From: Davide Albanese Date: Thu, 14 May 2020 15:21:19 +0200 Subject: [PATCH 1/2] Add 'process when another process fails' pattern --- docs/index.adoc | 1 + docs/index.html | 688 ++++++++++++------- docs/process-when-another-process-fails.adoc | 104 +++ process-when-another-process-fails.nf | 54 ++ process-when-another-process-fails2.nf | 61 ++ 5 files changed, 649 insertions(+), 259 deletions(-) create mode 100644 docs/process-when-another-process-fails.adoc create mode 100644 process-when-another-process-fails.nf create mode 100644 process-when-another-process-fails2.nf diff --git a/docs/index.adoc b/docs/index.adoc index 23e12ce..6d2d984 100644 --- a/docs/index.adoc +++ b/docs/index.adoc @@ -60,5 +60,6 @@ include::feedback-loop.adoc[] include::optional-input.adoc[] include::optional-output.adoc[] include::process-when-empty.adoc[] +include::process-when-another-process-fails.adoc[] :leveloffset: -2 diff --git a/docs/index.html b/docs/index.html index 9c8c164..730e0d2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,22 +2,24 @@ - + - + Nextflow Patterns - + +