Skip to content

Commit

Permalink
Update gget_pdb.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluebbert authored Jul 12, 2023
1 parent 8f3a7d5 commit 6f6c26e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gget/gget_pdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def pdb(pdb_id, resource="pdb", identifier=None, save=False):
- identifier Can be used to define assembly, entity or chain ID if applicable (default: None).
Assembly/entity IDs are numbers (e.g. 1), and chain IDs are letters (e.g. "A").
- save True/False wether to save JSON/PDB with query results in the current working directory (default: False).
- verbose True/False whether to print progress information. Default True.
Returns requested information in JSON format (except for resource="pdb" which returns protein structure in PDB format).
"""
Expand Down

0 comments on commit 6f6c26e

Please sign in to comment.