diff --git a/webapp/lib/db_utils.py b/webapp/lib/db_utils.py index e5ca7cce9..244040abe 100644 --- a/webapp/lib/db_utils.py +++ b/webapp/lib/db_utils.py @@ -2127,7 +2127,7 @@ def get_identity_closest_homolog(self, reference_taxid, target_taxids): # df_pivot = df.pivot_table(index=["seqfeature_id_1"], columns="target_taxid",values="identity", aggfunc=lambda x: max(x)) return df - def get_pfam_def(self, pfam_ids, add_ttl_count=False): + def get_pfam_def(self, pfam_ids, add_ttl_count=False, **kwargs): ttl_cnt, ttl_join, ttl_grp = "", "", "" ttl_join_template = ( " INNER JOIN pfam_hits AS hits ON hits.pfam_id=pfam_defs.pfam_id "