askimed / nf-test

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

In-verse tag selection #260

Open edmundmiller opened 1 week ago

edmundmiller commented 1 week 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