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
1f4b9ed7
Commit
1f4b9ed7
authored
May 29, 2014
by
Kyle Beauchamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test atoms in LEU mutation
parent
63c86249
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
tests/test_mutate.py
+4
-0
No files found.
tests/test_mutate.py
View file @
1f4b9ed7
...
@@ -43,6 +43,10 @@ def test_mutate_2():
...
@@ -43,6 +43,10 @@ def test_mutate_2():
desired_atom_names
=
set
([
"N"
,
"CA"
,
"CB"
,
"C"
,
"O"
,
"H"
,
"HA"
,
"HB1"
,
"HB2"
,
"HB3"
])
desired_atom_names
=
set
([
"N"
,
"CA"
,
"CB"
,
"C"
,
"O"
,
"H"
,
"HA"
,
"HB1"
,
"HB2"
,
"HB3"
])
assert
atom_names
==
desired_atom_names
,
"Atom Names did not match for ALA 56"
assert
atom_names
==
desired_atom_names
,
"Atom Names did not match for ALA 56"
atom_names
=
set
([
atom
.
name
for
atom
in
new_residue57
.
atoms
()])
desired_atom_names
=
set
([
"C"
,
"N"
,
"CA"
,
"CB"
,
"CG"
,
"CD1"
,
"CD2"
,
"O"
,
"H"
,
"HA"
,
"HB2"
,
"HB3"
,
"HD11"
,
"HD12"
,
"HD13"
,
"HD21"
,
"HD22"
,
"HD23"
,
"HG"
])
assert
atom_names
==
desired_atom_names
,
"Atom Names did not match for LEU 57"
@raises
(
ValueError
)
@raises
(
ValueError
)
...
...
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