Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon committed May 23, 2024
1 parent 270c628 commit 47b12a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/atuo_ba1_bs1_bs_2_ps4_pm2.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def _get_variant_info(self, seqvar: SeqVar) -> Optional[AnnonarsVariantResponse]
return self.annonars_client.get_variant_info(seqvar)
except AutoAcmgBaseException as e:
logger.error("Failed to get variant information. Error: {}", e)
return None

def predict(self) -> Optional[BA1BS1BS2PS4PM2]:
"""
Expand Down

0 comments on commit 47b12a3

Please sign in to comment.