You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is technically two issues, but I'm combining into one for now.
Find where warnings come from about name being an uninitialized column. The validate_by_study tests produce this warning.
Currently have the tests using real templates to check the test data on, which is tedious to maintain and not necessary to check the functionality itself. Instead, use fake annotations, templates, and test data to test validation of files/studies.
The text was updated successfully, but these errors were encountered:
An update to 1: validate_by_study() no longer has this issue since the validation is done by dccvalidator now. Instead, combine_all_metadata() warns about specimenID.
This is technically two issues, but I'm combining into one for now.
Find where warnings come from about
name
being an uninitialized column. The validate_by_study tests produce this warning.Currently have the tests using real templates to check the test data on, which is tedious to maintain and not necessary to check the functionality itself. Instead, use fake annotations, templates, and test data to test validation of files/studies.
The text was updated successfully, but these errors were encountered: