NRCan / Q2Pipe

Qiime2 based pipeline designed to facilitate and standardise ecological studies by metabarcoding using Illumina Miseq data
MIT License
1 stars 0 forks source link

Need a checkup system in step 1 for matching metadata and manifest #10

Open Patg13 opened 1 year ago

Patg13 commented 1 year ago

Because metadata are only used in step 2.5+, a mismatch between them is only detected there, which can lead to more serious problem. For exemple, forgetting a sample file that is supposed to be included in the analysis, this is probably a worst-case scenario because the denoising step must be redone to correct the error, which can be time consuming.

The idea here is to design a fast comparison system in step 1 to confirm that the manifest are matching the metadata file.