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 without config #42

Closed sverhoeven closed 9 months ago

sverhoeven commented 1 year ago

An application could not need a config file. We should support this.

For example haddock3-pp can run on all the PDB files the user submtted using following config.yaml

applications:
  haddock3-pp:
    label: HADDOCK3 preprocess PDB files
    command: haddock3-pp --output-directory . *.pdb
sverhoeven commented 9 months ago

Since #81 following is allowed

applications:
  du:
    command_template: du -hs .