Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bis-aria
ariaec
Commits
8e50b10d
Commit
8e50b10d
authored
Jan 07, 2019
by
Fabrice Allain
Browse files
fix: add debug log message in ssclash
parent
beb49352
Changes
1
Hide whitespace changes
Inline
Side-by-side
aria/conbox/protmap.py
View file @
8e50b10d
...
...
@@ -2185,8 +2185,8 @@ class MapFilter(object):
start_list
=
[
ss_start_end
[
elm
][
0
]
for
elm
in
ss_start_end
]
end_list
=
[
ss_start_end
[
elm
][
1
]
for
elm
in
ss_start_end
]
LOG
.
debug
(
"Checking secondary structures clashes for contact list {0} "
"with secondary structure list {
1}
"
.
format
(
str
(
contact_list
),
str
(
ss_list
)))
"
[{1}]
with secondary structure list {
2} [{3}]
"
.
format
(
str
(
contact_list
),
len
(
contact_list
),
str
(
ss_list
),
len
(
ss_list
)))
for
icontact
,
contact
in
enumerate
(
contact_list
):
# For each res-res contact
outcontact
=
str
(
hum_contact
(
contact
))
...
...
Write
Preview
Supports
Markdown
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