Skip to content

Master script for pipeline exec #24

@arrigonialberto86

Description

@arrigonialberto86

It would be great if we could define one 'master' step inside pipeline.yml that aggregates and executes other steps.
Maybe with a syntax like (lets say we have already defined three steps, namely 'trimming', 'mapping' and 'quantification')

  master_step:
    desc: Step that aggregates other sub-steps
    run:
      > trimming
      > mapping
      > quantification

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