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
c96b2440
Commit
c96b2440
authored
Mar 03, 2015
by
John Chodera (MSKCC)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a second occurrence of the same issue.
parent
e935d42a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
pdbfixer/tests/test_removechains.py
+1
-1
No files found.
pdbfixer/tests/test_removechains.py
View file @
c96b2440
...
...
@@ -26,7 +26,7 @@ def remove_chain_indices_and_verify(pdbid, chain_indices_to_remove, expected_cha
fixer
.
removeChains
(
chainIndices
=
chain_indices_to_remove
)
# Check to make sure asserted chains remain.
chain_ids_remaining
=
[
c
.
id
for
c
in
fixer
.
topology
.
chains
()]
assert_
items
_equal
(
chain_ids_remaining
,
expected_chain_ids_remaining
)
assert_
list
_equal
(
chain_ids_remaining
,
expected_chain_ids_remaining
)
def
test_removechain_indices
():
remove_chain_indices_and_verify
(
'4JSV'
,
[],
[
'B'
,
'D'
,
'A'
,
'C'
,
'B'
,
'A'
])
...
...
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