khanlab / snakebids

Snakemake + BIDS
https://snakebids.readthedocs.io
MIT License
17 stars 14 forks source link

Allow simult. use of partic incl and excl flags #404

Closed pvandyken closed 5 months ago

pvandyken commented 5 months ago

The previous restriction was arbitrary. The use of both works according to the set operation:

POPULATION ∩ INCLUDE - EXCLUDE

This will allow better CLI composability.

The tests for include and exclude-participant-label have been rolled into one test.

Resolves #343

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.08%. Comparing base (36c3ee6) to head (0b558e4). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #404 +/- ## ========================================== - Coverage 92.10% 92.08% -0.02% ========================================== Files 41 41 Lines 1785 1782 -3 ========================================== - Hits 1644 1641 -3 Misses 141 141 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.