From 49e01fb003a863c595b23546516877b07ffe8a9e Mon Sep 17 00:00:00 2001 From: Pranav Khade Date: Sat, 29 Jun 2024 15:08:23 -0700 Subject: [PATCH] molecule.download_structure minor correction --- packman/molecule/molecule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packman/molecule/molecule.py b/packman/molecule/molecule.py index dc64903..4201bc6 100644 --- a/packman/molecule/molecule.py +++ b/packman/molecule/molecule.py @@ -497,7 +497,7 @@ def download_structure(pdbid: str, save_name: str=None, ftype: str='cif', biolog Args: pdbid (str) : A Unique 4 Letter PDB ID (eg.. 1PRW) save_name (str) : Save name of the downloaded file (extension will be added automatically depending on the ftype argument). - ftype (str) : Format name ('.cif' or '.pdb') + ftype (str) : Format name ('cif' or 'pdb') biological_assembly (bool) : Download biological assemblies in lieu of PDB entry. (Default: False) """ import urllib.request as ur