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
94f3192d
Commit
94f3192d
authored
Oct 31, 2014
by
peastman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated version number to 1.1
parent
da477548
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
pdbfixer/pdbfixer.py
+1
-2
No files found.
pdbfixer/pdbfixer.py
View file @
94f3192d
...
...
@@ -29,7 +29,7 @@ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
"""
__author__
=
"Peter Eastman"
__version__
=
"1.
0
"
__version__
=
"1.
1
"
import
simtk.openmm
as
mm
import
simtk.openmm.app
as
app
...
...
@@ -221,7 +221,6 @@ class PDBFixer(object):
self
.
pdb
=
app
.
PDBFile
(
structure
)
self
.
topology
=
self
.
pdb
.
topology
self
.
positions
=
self
.
pdb
.
positions
self
.
centroid
=
unit
.
sum
(
self
.
positions
)
/
len
(
self
.
positions
)
self
.
structureChains
=
list
(
self
.
structure
.
iter_chains
())
# Load the templates.
...
...
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