BU-ISCIII / relecov-tools

set of helper tools for the assembly of the different elements in the RELECOV platform (Spanish Network for genomic surveillance of SARS-Cov-2) as data download, processing, validation and upload to public databases, as well as analysis runs and database storage.
GNU General Public License v3.0
5 stars 21 forks source link

Changing how analysis_date is collected from variants_long_table #266

Closed Shettland closed 1 month ago

Shettland commented 5 months ago

Right now, when read-bioinfo-metadata is executed for viralrecon, the analysis_date field is extracted from the name of the variants_long_table file using the following regex variants_long_table_YYYYMMDD.csv. This is not very convenient as this is not its name by default and this information can be extracted from other more reliable files like pipeline_info/execution_trace*.txt which the date of the execution of each process in column 7 (name: submit)

submit
2024-03-19 12:46:55.262 
Shettland commented 1 month ago

Included in #306