Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Metagenomics
metagenedb
Commits
5e73562e
Commit
5e73562e
authored
Jun 24, 2019
by
Kenzo-Hugo Hillion
♻
Browse files
fix flake8
parent
f0f3419e
Pipeline
#12757
failed with stage
in 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
backend/metagenedb/apps/catalog/views/statistics.py
View file @
5e73562e
...
...
@@ -34,6 +34,7 @@ def _count_windows(df, window_col, window_size=10000):
'labels'
:
labels
}
@
api_view
([
'GET'
])
def
gene_length
(
request
):
df
=
pd
.
DataFrame
(
list
(
Gene
.
objects
.
all
().
values
(
GENE_LENGTH_COL
)))
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment