Skip to content

Commit

Permalink
Add "Zea mays" to parser (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo authored Mar 15, 2024
1 parent a6e751d commit adf8570
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/wikipathways/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def get_taxid(species):
"Saccharomyces cerevisiae": 559292,
"Populus trichocarpa": 3694,
"Sus scrofa": 9823,
"Zea mays": 4577,
}
if species in taxids:
return str(taxids[species])
Expand Down

0 comments on commit adf8570

Please sign in to comment.