Project

General

Profile

Idea #3347

Updated by Tom Clegg over 9 years ago

See [[Python SDK]] design draft. 

 Running programs with Crunch should look more like this 

     python foo.py input.txt 

 and less like this 

     git commit -am - 
 git push 
 arv job create --job '{"script_name":"foo.py","script_parameters":{"input":"acbd18db4cc2f85cedef654fccc4a4d8+3/input.txt"},"script_version":"master"}' 

Back