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 31cc8b7 commit 755a15b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gget/gget_elm.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,13 +217,13 @@ def elm(
out=None,
):
"""
Locally predicts Eukaryotic Linear Motifs from an amino acid sequence or UniProt ID using
Locally predicts Eukaryotic Linear Motifs from an amino acid sequence or UniProt Acc using
data from the ELM database (http://elm.eu.org/).
Args:
- sequence Amino acid sequence or Uniprot ID (str).
If Uniprot ID, set 'uniprot==True'.
- uniprot Set to True if the input is a Uniprot ID instead of an amino acid sequence. Default: False.
- sequence Amino acid sequence or Uniprot Acc (str).
If Uniprot Acc, set 'uniprot==True'.
- uniprot Set to True if the input is a Uniprot Acc instead of an amino acid sequence. Default: False.
- sensitivity Sensitivity of DIAMOND alignment.
One of the following: fast, mid-sensitive, sensitive, more-sensitive, very-sensitive, or ultra-sensitive.
Default: "very-sensitive"
Expand Down

0 comments on commit 755a15b

Please sign in to comment.