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
edna
custom_reference_database
Commits
3fe262e9
Commit
3fe262e9
authored
Mar 09, 2021
by
peguerin
Browse files
try pytaxize seems to work
parent
ecf911d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
cure_speciesname.py
0 → 100644
View file @
3fe262e9
from
ete3
import
Tree
,
TreeStyle
,
NodeStyle
,
TextFace
,
NCBITaxa
import
pytaxize
tt
=
gn
.
resolve
(
'Rhinobatos sainsburyi'
,
data_source_id
=
177
)
for
t
in
tt
[
0
]:
print
(
"------------"
)
for
k
,
v
in
t
.
items
():
print
(
k
,
v
)
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