Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ESB
ONT_pilot_gitlab
Commits
95485d2e
Commit
95485d2e
authored
Mar 25, 2021
by
Valentina Galata
Browse files
report: gdb: metap stats: rm dupl set(...) in collect_metap_prots in utils.py (issue
#97
)
parent
88dfe576
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflow/scripts/utils.py
View file @
95485d2e
...
...
@@ -391,5 +391,5 @@ def collect_metap_prots(metap):
metap_prots
=
set
(
metap
[
"Main Accession"
])
# add: sec. accessions
for
i
in
metap
.
index
:
metap_prots
.
update
(
set
(
set
(
proc_metap_sec_accs
(
metap
.
loc
[
i
,
"Secondary Accessions"
],
False
)))
)
metap_prots
.
update
(
set
(
proc_metap_sec_accs
(
metap
.
loc
[
i
,
"Secondary Accessions"
],
False
)))
return
metap_prots
\ No newline at end of file
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