diff --git a/resources/home/dnanexus/make_workbook.py b/resources/home/dnanexus/make_workbook.py index 4a7c1e5..fa7115e 100644 --- a/resources/home/dnanexus/make_workbook.py +++ b/resources/home/dnanexus/make_workbook.py @@ -719,6 +719,10 @@ def create_additional_analysis_page(self): # Get list of all columns except 'Priority' column col_except_priority = self.column_list col_except_priority.remove('Priority') + # Convert all df columns to object type to allow merging without + # conflicts + ex_df = ex_df.astype(object) + self.var_df = self.var_df.astype(object) # Merge exomiser df with tiered variants df, indicating if there # is a difference between Priority ex_df = ex_df.merge(