Closed sverhoeven closed 9 months 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
Since #81 following is allowed
applications: du: command_template: du -hs .
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