Skip to content

do drake tags properly #47

Description

@potash

Currently drake tag names (which come from either step class names or step names) get included on the line of each step. For example if there are two A steps their drake lines look like:

%A, A/1/target <- A/1/step.yaml, ...
%A, A/2/target <- A/2/step.yaml, ...

For rebuilding all A steps then it makes more sense to write a drakefile like:

A/1/target <- A/1/step.yaml, ...
A/2/target <- A/2/step.yaml, ...
%A <- A/1/target, A/2/target

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions