Skip to content

Commit

Permalink
Add runimport application
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Feb 19, 2024
1 parent 1552508 commit 83f2384
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config-haddock3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ applications:
command_template: haddock3 workflow.cfg
upload_needs:
- workflow.cfg
runimport:
summary: Import a HADDOCK3 run.
description: >
Upload an archive of haddock3 output.
The archive should have run dir as root.
The run should have haddock3-clean and haddock3-analyse executed on it.
command_template: mkdir -p output && mv * output || true
# Below are other haddock3 commands,
# that could be hosted by bartender web service.
# haddock3-pp:
Expand Down

0 comments on commit 83f2384

Please sign in to comment.