childmindresearch / wristpy

https://childmindresearch.github.io/wristpy/
GNU Lesser General Public License v2.1
2 stars 1 forks source link

Task: write runner #94

Closed frey-perez closed 9 hours ago

frey-perez commented 3 weeks ago

Description

Write a runner that will call the argparser from the cli module, and use those arguments to call the run function from the orchestrator module. This runner will allow wristpy to execute the main data processing pipeline from the command line.

Tasks

Freeform Notes

No response

frey-perez commented 9 hours ago

This runner() module will be combined with the cli module for simplicity.