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
medema-group
BiG-SCAPE
Commits
a2706d05
Commit
a2706d05
authored
Mar 07, 2018
by
Jorge Navarro Muñoz
Browse files
Fixed small bug in --mix mode
parent
2fe7ca8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
bigscape.py
View file @
a2706d05
...
...
@@ -2801,7 +2801,7 @@ if __name__=="__main__":
if
predicted_class
.
lower
()
in
valid_classes
:
mix_set
.
append
(
clusterIdx
)
print
(
"
\n
{} ({} BGCs)"
.
format
(
bgc_class
,
str
(
len
(
mix_set
))))
print
(
"
\n
{} ({} BGCs)"
.
format
(
"Mix"
,
str
(
len
(
mix_set
))))
# create output directory
create_directory
(
os
.
path
.
join
(
network_files_folder
,
"mix"
),
" Mix"
,
False
)
...
...
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