Skip to content

Commit

Permalink
Modified help on pdb retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
jlgelpi committed Dec 12, 2023
1 parent 9c34afc commit 6ce1625
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions biobb_structure_checking/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@ def set_defaults(base_dir_path, args=None):
dest='input_structure_path',
help='Input structure. '
'1) Fetch from remote pdb:{pdbid}[.format] '
'2) Local file: Formats pdb(qt)|pqr|cif. '
'Format assumed from extension.'
'2) Direct fetch from custom URL '
'3) Local file: Formats pdb(qt)|pqr|cif. '
'For 2) and 3) Format assumed from extension.'
)

CMD_LINE.add_argument(
Expand Down Expand Up @@ -133,7 +134,7 @@ def set_defaults(base_dir_path, args=None):
CMD_LINE.add_argument(
'--pdb_server',
dest='pdb_server',
help='Server for retrieving structures (default(wwPDB)|MMB|BSC) (Ignored, used default)'
help='Server for retrieving structures (default(ftp at wwPDB)|MMB|BSC), use alternate server for http(s) download'
)

CMD_LINE.add_argument(
Expand All @@ -146,7 +147,7 @@ def set_defaults(base_dir_path, args=None):
'--nocache',
dest='nocache',
action='store_true',
help='Do not cache remote downloaded structures'
help='Do not cache downloaded structures'
)

CMD_LINE.add_argument(
Expand Down

0 comments on commit 6ce1625

Please sign in to comment.