Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
metagenedb
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Metagenomics
metagenedb
Commits
f9ded802
Commit
f9ded802
authored
5 years ago
by
Kenzo-Hugo Hillion
Browse files
Options
Downloads
Patches
Plain Diff
update bioapi version
parent
f482559f
No related branches found
No related tags found
2 merge requests
!59
Prod
,
!25
integration eggnog to catalog
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
backend/Pipfile.lock
+2
-2
2 additions, 2 deletions
backend/Pipfile.lock
backend/scripts/populate_db/import_igc_data.py
+2
-2
2 additions, 2 deletions
backend/scripts/populate_db/import_igc_data.py
with
4 additions
and
4 deletions
backend/Pipfile.lock
+
2
−
2
View file @
f9ded802
...
...
@@ -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
== '
D
arwin'"
,
"markers"
:
"
sys_
platform == '
d
arwin'"
,
"version"
:
"==0.1.0"
},
"astroid"
:
{
...
...
This diff is collapsed.
Click to expand it.
backend/scripts/populate_db/import_igc_data.py
+
2
−
2
View file @
f9ded802
...
...
@@ -10,7 +10,7 @@ from bioapi import (
MetageneDBCatalogGeneAPI
,
MetageneDBCatalogTaxonomyAPI
,
MetageneDBCatalogKeggOrthologyAPI
,
MetageneDBCatalogEggN
og
API
,
MetageneDBCatalogEggN
OG
API
,
)
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
=
MetageneDBCatalogEggN
og
API
METAGENEDB_EGGNOG_API
=
MetageneDBCatalogEggN
OG
API
PHYLUM_COL
=
'
taxo_phylum
'
GENUS_COL
=
'
taxo_genus
'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment