Closed FelixAntoineLeSieur closed 3 months ago
Changed the expected input format of the samplesheet as discussed on notion.
We now expect a CSV file, with exactly 5 columns per sample (header required):
A metadata block (familyID, sampleID, sequencingType, number of samples) now follow the channel for each function across the pipeline.
The pipeline still works with the same functions as before, we still need to separate them in modules.
Tested on juno
Changed the expected input format of the samplesheet as discussed on notion.
We now expect a CSV file, with exactly 5 columns per sample (header required):
A metadata block (familyID, sampleID, sequencingType, number of samples) now follow the channel for each function across the pipeline.
The pipeline still works with the same functions as before, we still need to separate them in modules.