flow icon indicating copy to clipboard operation
flow copied to clipboard

programmatic access for power users

Open zackgalbreath opened this issue 11 years ago • 2 comments

A common question during the hackathon was "is there an API to interact with arbor?" Apparently power users prefer to use the keyboard as opposed to the mouse. This issue mostly came up when discussing the possibility of batch processing (performing the same workflow on many different inputs).

Another related request / potential solution was the ability to download a whole workflow as a standalone script for offline use. I could see this working as long as the workflow doesn't swap back and forth between languages.

zackgalbreath avatar Sep 19 '14 13:09 zackgalbreath

Good comments. I have assumed that Arbor/tangelo-hub would eventually mature to support a REST API around upload/analyzing/download items.

On Sep 19, 2014, at 9:48 AM, zackgalbreath [email protected] wrote:

A common question during the hackathon was "is there an API to interact with arbor?" Apparently power users prefer to use the keyboard as opposed to the mouse. This issue mostly came up when discussing the possibility of batch processing (performing the same workflow on many different inputs).

Another related request / potential solution was the ability to download a whole workflow as a standalone script for offline use. I could see this working as long as the workflow doesn't swap back and forth between languages.

— Reply to this email directly or view it on GitHub.

curtislisle avatar Sep 19 '14 13:09 curtislisle

This exists in some form since Girder can be called programmatically, and about everything in TangeloHub is a Girder call. But cleaning up a nice library (maybe Python and R) for running analyses and getting data would be a great addition.

jeffbaumes avatar Sep 22 '14 00:09 jeffbaumes