Skip to content
Snippets Groups Projects
Commit 5e73562e authored by Kenzo-Hugo Hillion's avatar Kenzo-Hugo Hillion :recycle:
Browse files

fix flake8

parent f0f3419e
No related branches found
No related tags found
No related merge requests found
Pipeline #12757 failed
......@@ -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)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment