From 11fd48cba942dde8a48090005aed3da57610677b Mon Sep 17 00:00:00 2001 From: Chi Hoang <34893069+anhchi172@users.noreply.github.com> Date: Fri, 5 Jan 2024 13:02:18 -0800 Subject: [PATCH] Update gget_elm.py Change the wording "UniProt ID" to "UniProt Acc" everywhere in the gget code and documentation. --- gget/gget_elm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gget/gget_elm.py b/gget/gget_elm.py index d0a7f985..56e11cfe 100644 --- a/gget/gget_elm.py +++ b/gget/gget_elm.py @@ -295,14 +295,14 @@ def elm( if len(aa_seqs) == 0: raise ValueError( - f"No amino acid sequences found for UniProt ID {sequence} from the UniProt server. Please double-check your UniProt ID and try again." + f"No amino acid sequences found for UniProt Acc {sequence} from the UniProt server. Please double-check your UniProt Accession Number and try again." ) # seq_lens = [len(seq) for seq in aa_seqs] else: raise ValueError( - f"No amino acid sequences found for UniProt ID {sequence} from the UniProt server. Please double-check your UniProt ID and try again." + f"No amino acid sequences found for UniProt Acc {sequence} from the UniProt server. Please double-check your UniProt Accesion Number and try again." ) if len(ortho_df) == 0: