Closed Shettland closed 2 months ago
This includes only the excel generation for the json validation step? How do you plan to include the warnings and errors arised from download and read metadata lab steps?
This includes only the excel generation for the json validation step? How do you plan to include the warnings and errors arised from download and read metadata lab steps?
If you want this excel to include logs from other modules I could include this new method in log_summary.py
instead
Now
json_validation.py
also creates an excel file with the logs from the validation process. The excel file includes two sheets, one with errors and the other one with warnings. Each sheet has three columns, the first corresponds withsequencing_sample_id
, the second indicates if the sample was valid or not, and the third is the content of the logs (either errors or warnings, depending on the sheet).Closes #283