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
Merge requests
!25
integration eggnog to catalog
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
integration eggnog to catalog
24-eggnog
into
dev
Overview
3
Commits
28
Pipelines
16
Changes
45
Merged
Kenzo-Hugo Hillion
requested to merge
24-eggnog
into
dev
5 years ago
Overview
2
Commits
28
Pipelines
16
Changes
45
Expand
TO DO left
script to create functional categories
Link gene to its eggnog
add eggnog card to gene-detail view on frontend (may create new issue for this)
Closes #24
Edited
5 years ago
by
Kenzo-Hugo Hillion
0
0
Merge request reports
Compare
dev
version 15
29c96688
5 years ago
version 14
9ac29916
5 years ago
version 13
ba640447
5 years ago
version 12
62293850
5 years ago
version 11
3443bdfc
5 years ago
version 10
f1873596
5 years ago
version 9
bef0add0
5 years ago
version 8
db4cb890
5 years ago
version 7
793e61eb
5 years ago
version 6
e7f37e19
5 years ago
version 5
c78cb131
5 years ago
version 4
f0fb2d72
5 years ago
version 3
e7c74843
5 years ago
version 2
4f5b73fc
5 years ago
version 1
b3c47f2f
5 years ago
dev (base)
and
latest version
latest version
01af97e5
28 commits,
5 years ago
version 15
29c96688
27 commits,
5 years ago
version 14
9ac29916
26 commits,
5 years ago
version 13
ba640447
25 commits,
5 years ago
version 12
62293850
24 commits,
5 years ago
version 11
3443bdfc
23 commits,
5 years ago
version 10
f1873596
22 commits,
5 years ago
version 9
bef0add0
18 commits,
5 years ago
version 8
db4cb890
17 commits,
5 years ago
version 7
793e61eb
16 commits,
5 years ago
version 6
e7f37e19
15 commits,
5 years ago
version 5
c78cb131
14 commits,
5 years ago
version 4
f0fb2d72
12 commits,
5 years ago
version 3
e7c74843
11 commits,
5 years ago
version 2
4f5b73fc
10 commits,
5 years ago
version 1
b3c47f2f
7 commits,
5 years ago
45 files
+
1043
−
209
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
45
Search (e.g. *.vue) (Ctrl+P)
backend/metagenedb/api/catalog/filters/__init__.py
+
1
−
1
Options
from
.function
import
FunctionFilter
# noqa
from
.function
import
EggNOGFilter
,
FunctionFilter
# noqa
from
.gene
import
GeneFilter
# noqa
from
.taxonomy
import
TaxonomyFilter
# noqa
Loading