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
a4a79948
Commit
a4a79948
authored
4 years ago
by
Kenzo-Hugo Hillion
Browse files
Options
Downloads
Patches
Plain Diff
fix flake8
parent
b1397b4d
No related branches found
Branches containing commit
No related tags found
1 merge request
!68
Retrieve taxonomy details from gene list
Pipeline
#37453
passed
4 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
backend/metagenedb/apps/catalog/management/commands/create_light_db.py
+1
-1
1 addition, 1 deletion
...enedb/apps/catalog/management/commands/create_light_db.py
with
1 addition
and
1 deletion
backend/metagenedb/apps/catalog/management/commands/create_light_db.py
+
1
−
1
View file @
a4a79948
...
@@ -9,7 +9,7 @@ from metagenedb.apps.catalog.models import (
...
@@ -9,7 +9,7 @@ from metagenedb.apps.catalog.models import (
Gene
,
Function
,
Taxonomy
Gene
,
Function
,
Taxonomy
)
)
from
metagenedb.apps.catalog.management.commands.compute_stats
import
(
from
metagenedb.apps.catalog.management.commands.compute_stats
import
(
ComputeStatistics
,
ComputeCounts
,
ComputeGeneLength
,
ComputeTaxonomyRepartition
,
ComputeTaxonomyPresence
ComputeCounts
,
ComputeGeneLength
,
ComputeTaxonomyRepartition
,
ComputeTaxonomyPresence
)
)
from
metagenedb.apps.catalog.management.commands.compute_stats
import
clean_db
as
clean_db_stats
from
metagenedb.apps.catalog.management.commands.compute_stats
import
clean_db
as
clean_db_stats
...
...
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