EpiModel / slurmworkflow

Home Page:https://epimodel.github.io/slurmworkflow/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

helpers with `change_next_workflow_step`

AdrienLeGuillou opened this issue · comments

it would be useful to refer to a step by it's name (if it has one)

change_next_workflow_step(next_step = "step_name") instead of the number. Maybe with helpers like the select helpers in dplyr (on the top of my head: current_step(), previous_step(), etc)

0177629 now implements get_current_workflow_step to allow relative step changes