Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pdbfixer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pdbfixer
Commits
f86fccc9
Commit
f86fccc9
authored
Mar 22, 2016
by
John Chodera (MSKCC)
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/master'
parents
948fcdd9
22b96f46
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
devtools/createSoftForcefield.py
+0
-0
pdbfixer/pdbfixer.py
+1
-1
pdbfixer/tests/test_build_and_simulate.py
+1
-1
No files found.
pdbfixer
/createSoftForcefield.py
→
devtools
/createSoftForcefield.py
View file @
f86fccc9
File moved
pdbfixer/pdbfixer.py
View file @
f86fccc9
...
...
@@ -1104,7 +1104,7 @@ class PDBFixer(object):
element
=
atom
.
element
typeName
=
'extra_'
+
element
.
symbol
if
element
not
in
atomTypes
:
atomTypes
[
element
]
=
(
typeName
,
0.0
,
element
)
atomTypes
[
element
]
=
app
.
ForceField
.
_AtomType
(
typeName
,
''
,
0.0
,
element
)
forcefield
.
_atomTypes
[
typeName
]
=
atomTypes
[
element
]
if
water
:
# Select a reasonable vdW radius for this atom type.
...
...
pdbfixer/tests/test_build_and_simulate.py
View file @
f86fccc9
...
...
@@ -12,7 +12,7 @@ import tempfile
from
threading
import
Timer
#from a solution on stackoverflow
class
Watchdog
:
class
Watchdog
(
BaseException
)
:
def
__init__
(
self
,
timeout
,
userHandler
=
None
):
# timeout in seconds
self
.
timeout
=
timeout
self
.
handler
=
userHandler
if
userHandler
is
not
None
else
self
.
defaultHandler
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment