Skip to content

Commit

Permalink
Merge pull request #121 from marrink-lab/group-strands
Browse files Browse the repository at this point in the history
Group nucleic acid strands
  • Loading branch information
pckroon committed Sep 28, 2018
2 parents e6a76c9 + c159a2c commit 053e486
Show file tree
Hide file tree
Showing 16 changed files with 6,485 additions and 645 deletions.
1 change: 1 addition & 0 deletions bin/martinize2
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def pdb_to_universal(system, delete_unknown=False,
canonicalized.force_field = force_field
LOGGER.info('Guessing the bonds.', type='step')
vermouth.MakeBonds().run_system(canonicalized)
vermouth.MergeNucleicStrands().run_system(canonicalized)
if write_graph is not None:
vermouth.pdb.write_pdb(canonicalized, str(write_graph), omit_charges=True)
LOGGER.info('Repairing the graph.', type='step')
Expand Down

0 comments on commit 053e486

Please sign in to comment.