diff --git a/README.md b/README.md index 8e9d6ab..27ab954 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,4 @@ A curated collections of Nextflow implementation patterns * [Optional input](docs/optional-input.adoc) * [Optional output](docs/optional-output.adoc) * [Process when empty](docs/process-when-empty.adoc) +* [Process when another process fails](docs/process-when-another-process-fails.adoc) \ No newline at end of file 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 @@
- + - +