i-VRESSE / bartender

Middleware web service to schedule jobs on various infrastructures
https://i-vresse-bartender.readthedocs.io
Apache License 2.0
1 stars 0 forks source link

Application with arguments #43

Closed sverhoeven closed 9 months ago

sverhoeven commented 1 year ago

Currently we allow one argument for a application which is config.

Some applications might need some extra arguments.

For example:

command: haddock3-analyse --run-dir . --modules $modules

The modules should be given by the consumer.

The web service consumer should be able to query the web service for which arguments are needed.

The web service should convert the arguments in the request to a command that can be executed.

sverhoeven commented 9 months ago

Fixed in #81