Skip to content

Commit

Permalink
Merge pull request #95 from jchodera/master
Browse files Browse the repository at this point in the history
Update Src testsystems
  • Loading branch information
jchodera committed Sep 23, 2015
2 parents 8ac7a90 + 0787c7e commit 8e2cf2d
Show file tree
Hide file tree
Showing 16 changed files with 403,140 additions and 633,715 deletions.
56,633 changes: 56,633 additions & 0 deletions openmmtools/data/src-explicit/1yi6-minimized.pdb

Large diffs are not rendered by default.

56,633 changes: 56,633 additions & 0 deletions openmmtools/data/src-explicit/1yi6-pdbfixer.pdb

Large diffs are not rendered by default.

73,406 changes: 0 additions & 73,406 deletions openmmtools/data/src-explicit/2src-minimized.pdb

This file was deleted.

73,406 changes: 0 additions & 73,406 deletions openmmtools/data/src-explicit/2src-pdbfixer.pdb

This file was deleted.

2 changes: 1 addition & 1 deletion openmmtools/data/src-explicit/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Src (2src) in explicit solvent
# Src (1YI6) in explicit solvent
This file was prepared using the accompanying `prepare_pdb.py` script
4 changes: 2 additions & 2 deletions openmmtools/data/src-explicit/prepare_pdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# OPTIONS
################################################################################

pdbid = '2src' # PDB ID to retrieve
pdbid = '1yi6' # PDB ID to retrieve
chain_ids_to_keep = ['A'] # chains to keep
pH = 7.0 # pH
forcefields_to_use = ['amber99sbildn.xml', 'tip3p.xml'] # list of forcefields to use in parameterization
Expand Down Expand Up @@ -52,7 +52,7 @@ def write_file(filename, contents):
all_chains = list(fixer.topology.chains())
chain_id_list = [c.chain_id for c in fixer.structure.models[0].chains]
chain_ids_to_remove = set(chain_id_list) - set(chain_ids_to_keep)
fixer.removeChains(chain_ids_to_remove)
fixer.removeChains(chainIds=chain_ids_to_remove)

# Find missing residues.
print('Finding missing residues...')
Expand Down
276,835 changes: 113,258 additions & 163,577 deletions openmmtools/data/src-explicit/state.xml

Large diffs are not rendered by default.

Loading

0 comments on commit 8e2cf2d

Please sign in to comment.