Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
olegsobolev committed Oct 10, 2024
1 parent 31dc566 commit 2e7ba6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions iotbx/pdb/fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
from __future__ import absolute_import, division, print_function
from collections import defaultdict
from libtbx.utils import Sorry, null_out
from libtbx import smart_open
from libtbx import Auto
import libtbx.utils
import libtbx.load_env
from six.moves.urllib.error import HTTPError
Expand Down Expand Up @@ -69,7 +67,6 @@ def get_link(mirror, file_type, pdb_id=None, emdb_number=None):
# },
}


assert mirror in ['rcsb', 'pdbe', 'pdbj']
assert file_type in ['model_pdb', 'model_cif', 'sequence', 'sf', 'map']
if file_type == 'map':
Expand Down
4 changes: 2 additions & 2 deletions mmtbx/command_line/fetch_pdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
.type = choice
.caption = Download_PDB_file(s) Download_all_data Download_all_data_and_convert_CIF_to_MTZ
.style = bold
site = *rcsb pdbe pdbj pdb-redo
site = *rcsb pdbe pdbj
.type = choice
.caption = RCSB PDBe PDBj PDB-REDO
.caption = RCSB PDBe PDBj
.short_caption = Mirror site
.style = bold
}""")
Expand Down

0 comments on commit 2e7ba6b

Please sign in to comment.