ksahlin / strobealign

Aligns short reads using dynamic seed size with strobemers
MIT License
128 stars 16 forks source link

Simplify baseline comparison on CI #391

Closed marcelm closed 5 months ago

marcelm commented 5 months ago

Do not let GitHub Actions do the work, but rely on the baseline comparison script. Only ensure caches are filled before starting it.

This reduces a little bit of code in the GitHub Actions workflow file (reduces essentially duplicate code).

We will only be able to see whether retrieving the cached baseline file works correctly on the next PR.

ksahlin commented 5 months ago

approved