From 6f6c26e84d2ca56847f558c63aeb329d5bbca1c0 Mon Sep 17 00:00:00 2001 From: Laura Luebbert <56094636+lauraluebbert@users.noreply.github.com> Date: Tue, 11 Jul 2023 21:03:06 -0700 Subject: [PATCH] Update gget_pdb.py --- gget/gget_pdb.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gget/gget_pdb.py b/gget/gget_pdb.py index d2f734f3..4b0a5a0d 100644 --- a/gget/gget_pdb.py +++ b/gget/gget_pdb.py @@ -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). """