Task #3309
Updated by Tom Clegg over 10 years ago
Approximate outline:
* Find/make a small test dataset and put it in Keep
* Clone git repository to shell VM (or start a new one)
* Put python module in @/foobar/__init__.py@
* Put crunch wrapper in @/crunch_scripts/foobar@
* Run on VM in terminal using crunch-job
* Repeat until this works
* Commit and push
* Run as a real job using small test dataset
* Repeat until this works
* Run as a real job using real data
Simplifying assumptions:
* One task per job
* Tool being developed is usable as a Python module (CLI-only case is more like #3308)