galaxyproject / blend4php

A PHP API for interacting with Galaxy
http://galaxyproject.github.io/blend4php
GNU Lesser General Public License v3.0
6 stars 3 forks source link

'Parameters' for Workflows invoke() function #10

Closed i-am-b-soto closed 8 years ago

i-am-b-soto commented 8 years ago

The invoke function in the python workflows class allows for an argument titled 'Parameters' in it's Payload. In theory, a workflow can be modified in how it is run by editing it's parameters. Assumed to be formatted in a similar way to the 'parameters argument for the create() function, it is still unknown how these parameters are to be formatted.