Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Support for simple arrays in YAML samplesheets #78

@awgymer

Description

@awgymer

It would be great to be able to supply an arbitrary length array of files that is associated with just one other file like so:

---
- id: sample1
  normal: /path/to/some/file.bam
  tumour:
    - /path/to/tumour1.bam
    - /path/to/tumour2.bam
  cancer_type: aml

And then I would want to create some channel like: [[id: sample1], [normal_bam], [tumour_bams]]

In a perfect world that would be possible via fromSamplesheet but for now I would be happy with just having the samplesheet schema validation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthackathonIssues that can be worked on in the nf-core hackathon

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions