Ferlab-Ste-Justine / Post-processing-Pipeline

Variant analysis for genome and exome VGCFs
Apache License 2.0
0 stars 0 forks source link

Feat/sample file format + metadata propagation #9

Closed FelixAntoineLeSieur closed 3 months ago

FelixAntoineLeSieur commented 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):

familyID sampleID sequencingType file

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.

FelixAntoineLeSieur commented 3 months ago

Tested on juno