Actions
Idea #8663
closed[Python SDK] Import commonly used methods to arvados.crunch
Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Start date:
03/08/2016
Due date:
Story points:
-
Description
The pipeline developers have noticed they reuse a lot of functions when writing crunch scripts. Port these into the sdk
- Get path of file matching regex given input parameter
- Add regex support for one_task_per_input_file
- Add function to spawn one_task_per_iterator that takes an iterator and does the rest
Examples of functions: https://github.com/bcosc/arvados-tools/blob/master/arvados_tools.py
Actions