Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Amandine PERRIN
pipeline_annotation
Commits
ea523bf1
Commit
ea523bf1
authored
Oct 29, 2020
by
Amandine PERRIN
Browse files
remove debug print
parent
5a6a6372
Pipeline
#40525
passed with stages
in 3 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
PanACoTA/prepare_module/filter_genomes.py
View file @
ea523bf1
...
...
@@ -426,7 +426,6 @@ def read_matrix(genomes, sorted_genomes, matrix):
nbgen
=
len
(
sorted_genomes
)
corresp_abs
=
{
genomes
[
genome
][
2
]:
num
for
num
,
genome
in
enumerate
(
sorted_genomes
)}
print
(
len
(
corresp_abs
))
# Create square matrix with nbgen cols/lines. dok format is a 'Dictionary Of Keys'
# -> writes (0, 1) value
mat_sp
=
dok_matrix
((
nbgen
,
nbgen
),
dtype
=
float
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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