Skip to content

Commit

Permalink
Fix bug in Pfam mixin.
Browse files Browse the repository at this point in the history
  • Loading branch information
njohner committed Feb 20, 2024
1 parent b4b0382 commit 7e2913c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/lib/db_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit 7e2913c

Please # to comment.