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

Description
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.