Archived site. See the  latest event.
Lukas Forer
Lukas Forer

Oct 19, 2023, 5:15 PM CET

Watch on YouTube

nf-test: a simple but powerful testing framework for Nextflow pipelines

Tooling

Lukas Forer and Sebastian Schönherr


Nextflow has emerged as a powerful and flexible platform for building scalable and reproducible computational pipelines. However, as pipeline complexity grows, ensuring their correctness and reliability becomes a critical challenge. The lack of a unified and robust testing framework specific to Nextflow pipelines limits the validation of their functionality and makes it difficult for developers to guarantee the accuracy of their workflows.

nf-test is a testing framework developed explicitly for Nextflow pipelines. It uses Nextflow itself to facilitate comprehensive testing at multiple stages of pipeline development. It introduces a modular approach which enables developers to isolate and validate individual process blocks, workflow patterns, and even entire pipelines. This modularity not only simplifies the debugging process but also encourages iterative development and code reuse. nf-test is based on Groovy and provides a similar syntax as Nextflow DSL 2 including assertions for channels and powerful snapshot testing. Moreover, it is extendable by custom Groovy functions and provides a plugin system to include domains specific functions (e.g. support of Bioinformatics file formats). Furthermore, nf-test can be easily integrated with continuous integration (CI) systems, enabling automated testing on code changes and updates. This all helps pipeline developers to catch issues early in the development cycle and enables a robust and agile development process.

In this talk, I will introduce nf-test and give an overview of its core functionality. Furthermore, I show on different code examples how it helps to improve the maintainability of complex computational pipelines and give an outlook on planned features.

Watch on YouTube
Lukas Forer

Lukas Forer

Senior Scientist at the Medical University of Innsbruck

Tooling
Speaker