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
!46
Integrate VIRGO genes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Integrate VIRGO genes
111-integrate-virgo
into
dev
Overview
3
Commits
21
Pipelines
20
Changes
42
Merged
Kenzo-Hugo Hillion
requested to merge
111-integrate-virgo
into
dev
5 years ago
Overview
3
Commits
21
Pipelines
20
Changes
42
Expand
Closes #111
TO DO
Create VIRGO source in the model and have the corresponding migration
Create all Genes
IDs
Sequences
KEGG annotations
EggNOG annotations
Taxonomy
Display source on frontend and possibility to filter
Edited
5 years ago
by
Kenzo-Hugo Hillion
0
0
Merge request reports
Compare
dev
version 18
95ed8a65
5 years ago
version 17
e90b0218
5 years ago
version 16
55f6ce95
5 years ago
version 15
a6bc8b0f
5 years ago
version 14
657d1d9e
5 years ago
version 13
e346db16
5 years ago
version 12
534effc0
5 years ago
version 11
1a863324
5 years ago
version 10
0d87ecd0
5 years ago
version 9
6bbb575f
5 years ago
version 8
220bb356
5 years ago
version 7
415c1eb0
5 years ago
version 6
d316b528
5 years ago
version 5
eaee3b93
5 years ago
version 4
0d566f27
5 years ago
version 3
d86cb8e1
5 years ago
version 2
519dd6a9
5 years ago
version 1
97562745
5 years ago
dev (base)
and
latest version
latest version
c529bad7
21 commits,
5 years ago
version 18
95ed8a65
20 commits,
5 years ago
version 17
e90b0218
19 commits,
5 years ago
version 16
55f6ce95
18 commits,
5 years ago
version 15
a6bc8b0f
17 commits,
5 years ago
version 14
657d1d9e
16 commits,
5 years ago
version 13
e346db16
15 commits,
5 years ago
version 12
534effc0
14 commits,
5 years ago
version 11
1a863324
13 commits,
5 years ago
version 10
0d87ecd0
11 commits,
5 years ago
version 9
6bbb575f
10 commits,
5 years ago
version 8
220bb356
9 commits,
5 years ago
version 7
415c1eb0
8 commits,
5 years ago
version 6
d316b528
7 commits,
5 years ago
version 5
eaee3b93
6 commits,
5 years ago
version 4
0d566f27
5 commits,
5 years ago
version 3
d86cb8e1
4 commits,
5 years ago
version 2
519dd6a9
2 commits,
5 years ago
version 1
97562745
1 commit,
5 years ago
42 files
+
1525
−
226
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
42
Search (e.g. *.vue) (Ctrl+P)
backend/metagenedb/api/catalog/filters/gene.py
+
1
−
1
Options
@@ -33,4 +33,4 @@ class GeneFilter(filters.FilterSet):
class
Meta
:
model
=
Gene
fields
=
[
'
length
'
,
'
name
'
]
fields
=
[
'
length
'
,
'
name
'
,
'
source
'
]
Loading