cschlaffner / PROTzilla2

12 stars 0 forks source link

implemented a custom workflow #438

Closed RogerAK closed 3 months ago

RogerAK commented 3 months ago

Description

fixes #350 Created a custom workflow, so that the user can select what methods they want to use.

Changes

A new workflow named custom.json has been created, enabling users to import data and customize all other sections as needed.

Testing

On the new run page, select "With workflow:" as custom, and then proceed through the workflow.

PR checklist

Development ~- [ ] If necessary, I have updated the documentation (README, docstrings, etc.)~ ~- [ ] If necessary, I have created / updated tests.~

Mergeability

Code review

github-actions[bot] commented 3 months ago

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  protzilla
  run_helper.py
  ui/runs
  views.py
Project Total  

This report was generated by python-coverage-comment-action

RogerAK commented 3 months ago

@lucatreide In case a user wishes to create their own workflow, they can do so using this custom workflow. However, in the current implementation, the user must delete every other method in the section and then add the methods they want.