diff --git a/gpcrmining/gpcrdb/sequence.py b/gpcrmining/gpcrdb/sequence.py index 8258d6b..6687a30 100644 --- a/gpcrmining/gpcrdb/sequence.py +++ b/gpcrmining/gpcrdb/sequence.py @@ -308,7 +308,7 @@ def gpcrdb_to_sequential(gpcr_name, resnums): gpcr_name : str Name of the GPCR as in the GPCRdb. resnums : list of int - Sequential residue numbers. + Residue numbers in GPCRdb format without AA name, e.g., '5.42x43'. Returns -------