The QCs should be able to deal with more than one metadata_phase.txt. Currently, it throws an error:
+ Motrpac phase reported: HUMAN-PRECOVIDHUMAN-PRECOVID (info from metadata_phase.txt available): OK
Error in if (grepl("\\|", phase_details)) { :
the condition has length > 1
In addition: Warning messages:
1: In is.na(phase_details) || phase_details == "" :
'length(x) = 2 > 1' in coercion to 'logical(1)'
2: In is.na(phase_details) || phase_details == "" :
'length(x) = 2 > 1' in coercion to 'logical(1)'
The QCs should be able to deal with more than one
metadata_phase.txt
. Currently, it throws an error: