Skip to content

Commit 97fa339

Browse files
authored
updated annotate_v.py
1 parent 52a3e6e commit 97fa339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

annotate_v.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ class `annotate`.
1717
1818
Initiator `__init__` has 2 parameters:
1919
20-
:param aaseq: STRING: A SINGLE-LETTER, amino acid sequence corresponding to the complete VH or VL chain. Both uppercase and lowercase are accepted.
20+
:param aaseq: STRING: A SINGLE-LETTER, amino acid sequence corresponding to the complete VH or VL chain.
2121
2222
:param scheme: STRING: "kabat", "chothia", "contact", or "imgt". Must be in LOWERCASE
2323
24-
Class has 3 methods. `retrieve()`: retrieves numbered seqs from Abnum website, then sends it to method `analyze` to determine the FR and CDR regions, and to `output() ` to print the result and return a list of 2 dictionaries, the first of which contains to region:seq pairs, the second of which contains number:residue pairs.
24+
Class has 3 methods. `retrieve()`: retrieves numbered seqs from Abnum website, then sends it to method `analyze` to determine the FR and CDR regions, and to `output() ` to print the result
2525
2626
"""
2727

0 commit comments

Comments
 (0)