Skip to content

Add pattern for optional execution using until operator #13

@evanfloden

Description

@evanfloden

See example from @micans

ch_fastqs_cram
.mix(ch_fastqs_dir)
.into{ ch_rnaseq; ch_fastqc; ch_mixcr }

ch_rnaseq
.until{ skip_align_step }
.into { ch_star; ch_hisat2; ch_salmon }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions