Sage-Bionetworks / Genie

Validation and processing of GENIE files
https://genie.synapse.org/
MIT License
12 stars 9 forks source link

[GEN-756] Fix maf validation #530

Closed rxu17 closed 1 year ago

rxu17 commented 1 year ago

Purpose: This adds a helper function to maf.py's _get_dataframe function to allow for handing of files where it gets read in as mixed dtypes to avoid doing so.

Note that we still need to run a larger maf dataset that has mixed dtypes prior to validating through validation as part of an integration test.