Starter Project

Starter Project

We've got a starting point example living here (opens in a new tab)! 😎

The bare minimum to get you started with a new project! Technically only two files are necessary, your Python script and the config.json which defines the run parameters. Included in this repo is a script that can run your pipeline locally in the same fashion as on the Rigor platform, i.e. with a loader function and in parallel 😇 You are not obliged to use it, but if you want to just use run python ./rigor-executor.py <file-name>

If there is potentially a better starter pipeline, please feel free to open an issue or PR!