askimed / nf-test

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

In-verse tag selection #260

Open edmundmiller opened 2 months ago

edmundmiller commented 2 months ago

Is there anyway to negatively select a tag?

For example in the nf-core modules CI, when we're running conda tests, I'd like to skip the test if it has a "conda_fail" tag.

It would run nf-test test ... --tag !conda_fail or something. --inverse-tag maybe?

https://github.com/nf-core/modules/pull/6286