From 4e9574675156b16ec2af502b7b1a6521bbe39e3f Mon Sep 17 00:00:00 2001 From: Gian Arauz Date: Fri, 19 Aug 2022 16:19:08 +0200 Subject: [PATCH] Fix for issue #226 I think that the three columns causing problems with uniprot get_df() are: 'ft_ca_bind' 'ft_np_bind' 'ft_metal' After commenting them, get_df() woks fine again. --- src/bioservices/uniprot.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bioservices/uniprot.py b/src/bioservices/uniprot.py index c8847d5..14f56c1 100644 --- a/src/bioservices/uniprot.py +++ b/src/bioservices/uniprot.py @@ -270,15 +270,15 @@ class UniProt: 'ft_act_site', 'cc_activity_regulation', 'ft_binding', - 'ft_ca_bind', + #'ft_ca_bind', 'cc_catalytic_activity', 'cc_cofactor', 'ft_dna_bind', 'ec', 'cc_function', 'kinetics', - 'ft_metal', - 'ft_np_bind', + #'ft_metal', + #'ft_np_bind', 'cc_pathway', 'ph_dependence', 'redox_potential',