Skip to content

Potential improvement to Nextflow for Genomics #518

Open
@vdauwera

Description

@vdauwera

Suggested in a previous PR, saving here in case it's useful for the Genomics rewrite:

This is the equivalent splitCsv():

reads_ch = Channel.fromPath(params.reads_bam)
                .splitCsv()
                .map { bamPath -> file(bamPath[0]) }

I think it looks nicer

Originally posted by @adamrtalbot in #438 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions