5.12 EXERCISE 3
Try to make the previous pipeline resilient to the failing of a process and store the results in order to skip the process execution when launched again.
First make the process reverseSequence
failing by creating a mistake in the command line, then add the directive to the process.
Answer
Write the first workflow using pipes. Nextflow DLS2 allows you to use pipes for connecting channels via input / output.
See the documentation on pipes.