Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add targets branching #15

Closed
wants to merge 3 commits into from
Closed

Add targets branching #15

wants to merge 3 commits into from

Conversation

matthew-phelps
Copy link
Contributor

Branching of the targets pipeline enables two features:

  • Allows user to add/modify endpoints without re-running previously added endpoints (via branch caching).
  • Allows user-defined endpoints to be run in parallel. This is not enabled by this merge request as the parallel compute configuration has not been added

Regarding the endpoints (a.k.a. branch) caching, there are several caveats that will trigger re-runs of already computed endpoints:

  • If the user re-orders the endpoints in the mk_endpoints_definition function, any endpoints that have changed position will be re-run
  • Changes to mk_adam, criteria or statistical functions will trigger re-runs of the endpoints that use those functions (this is a feature, as it ensures the endpoints always reflect the current state of the code)

@matthew-phelps matthew-phelps self-assigned this Mar 1, 2024
@hta-pharma hta-pharma locked as resolved and limited conversation to collaborators Mar 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant