Skip to content

Commit

Permalink
Update gget_elm.py
Browse files Browse the repository at this point in the history
Change the wording "UniProt ID" to "UniProt Acc" everywhere in the gget code and documentation.
  • Loading branch information
choang20 authored Jan 5, 2024
1 parent 755a15b commit 11fd48c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gget/gget_elm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 11fd48c

Please sign in to comment.