You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#989
As I go through writing additional entry points for #517 I thought it worth documenting how to incorporate functionality
into the workflow in terms of adding it to the end-to-end pipeline and how to create an additional entry point so that
the specific functionality can be run on its own.
This is based on having done `filters` (#741) over a few weeks and as I go forward with subsequent (e.g. #742) which I've
started I may well tweak/revise these notes in case I've missed anything or made mistakes.
This should be well documented to make it easy to extend. Broadly the steps involved are...
topostats/<module>.py
topostats/default_config.yaml
topostats/validation.py
topostats/entry_point.py
topostats/run_modules.py
Will bulk this out as I go through the process of writing these.
The text was updated successfully, but these errors were encountered: