Skip to content
Snippets Groups Projects
Commit f9ded802 authored by Kenzo-Hugo Hillion's avatar Kenzo-Hugo Hillion :recycle:
Browse files

update bioapi version

parent f482559f
No related branches found
No related tags found
2 merge requests!59Prod,!25integration eggnog to catalog
......@@ -25,7 +25,7 @@
},
"bioapi": {
"git": "https://github.com/khillion/bioapi.git",
"ref": "c1430f0668ca15bc5116337110d7a81f0621913a"
"ref": "284ce40cd007c35d4e1fbaa394717ae8c2cc6c5d"
},
"certifi": {
"hashes": [
......@@ -411,7 +411,7 @@
"sha256:5b26757dc6f79a3b7dc9fab95359328d5747fcb2409d331ea66d0272b90ab2a0",
"sha256:8b995ffe925347a2138d7ac0fe77155e4311a0ea6d6da4f5128fe4b3cbe5ed71"
],
"markers": "platform_system == 'Darwin'",
"markers": "sys_platform == 'darwin'",
"version": "==0.1.0"
},
"astroid": {
......
......@@ -10,7 +10,7 @@ from bioapi import (
MetageneDBCatalogGeneAPI,
MetageneDBCatalogTaxonomyAPI,
MetageneDBCatalogKeggOrthologyAPI,
MetageneDBCatalogEggNogAPI,
MetageneDBCatalogEggNOGAPI,
)
from requests.exceptions import HTTPError
from slugify import slugify
......@@ -26,7 +26,7 @@ class ImportIGCGenes(object):
METAGENEDB_TAXONOMY_API = MetageneDBCatalogTaxonomyAPI
METAGENEDB_FUNCTION_API = MetageneDBCatalogFunctionAPI
METAGENEDB_KEGG_API = MetageneDBCatalogKeggOrthologyAPI
METAGENEDB_EGGNOG_API = MetageneDBCatalogEggNogAPI
METAGENEDB_EGGNOG_API = MetageneDBCatalogEggNOGAPI
PHYLUM_COL = 'taxo_phylum'
GENUS_COL = 'taxo_genus'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment