You probably already have one.
RefTrace works completely offline and collects no data.
If you want to test out RefTrace, you can use the nf-core/rnaseq pipeline:
3. Create a rules.py file
RefTrace rules are written in Python*. They’re functions that start with rule_ and take a Module object as input. See the API documentation for what you can do.
Here’s a starter rules.py file:
*Technically Starlark - no while loops or recursion