Skip to content

Commit

Permalink
molecule.download_structure minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranavkhade committed Jun 29, 2024
1 parent c801909 commit 49e01fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packman/molecule/molecule.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49e01fb

Please sign in to comment.