wikipathways / wikipathways-api-client-py

Python API client for WikiPathways webservices.
1 stars 0 forks source link

Missing entry in latin_name_to_iri_mappings dict #6

Open lucasfein opened 6 years ago

lucasfein commented 6 years ago

Currently the mapping in line 482 organism['@id'] = self.latin_name_to_iri_mappings[latin_name] fails as 'Brassica napus': 'http://identifiers.org/taxonomy/3708', appears to be missing in the corresponding dictionary.

Edit: 'rapeseed': 'http://identifiers.org/taxonomy/3708', in the english_name_to_iri_mappings dictionary would then also be missing, however, I haven't noticed any impact on functionality caused by this.