askimed / nf-test

Simple test framework for Nextflow pipelines
https://www.nf-test.com
MIT License
146 stars 23 forks source link

Add flag to filter dependencies based on test case type #219

Closed lukfor closed 5 months ago

lukfor commented 5 months ago

This PR add the --filter flag to filter test cases and dependencies based on the type (e.g. workflow,process,pipeline or function). This addresses #196.