Description of feature
In our old ci.yml we had to use some custom bash scripts to download the hardcoded mOTUs database and generate the database.csv on the fly.
We need to replicate this with nf-test.
Fortunately @prototaxites already found out we CAN use setup blocks at a pipeline level:
https://nfcore.slack.com/archives/C049MBCEW06/p1750157651873419?thread_ts=1750157415.432189&cid=C049MBCEW06
As demonstrated here:
https://github.com/sanger-tol/metagenomeassembly/blob/main/tests/default.nf.test
So we should try and do something similar