Skip to content
Snippets Groups Projects
Commit bb3848d1 authored by Stephane Chavin's avatar Stephane Chavin
Browse files

Update file utils.py

parent 42d80066
No related branches found
No related tags found
No related merge requests found
......@@ -343,7 +343,7 @@ def prepare_dataframe(df, args):
species_list = df.groupby('species').size().sort_values(
ascending=False).reset_index()
species_list.columns = ['specie', 'number']
species_list.columns = ['species', 'number']
df['d_annot'] = df.stop - df.start
df['midl'] = (df.stop + df.start) / 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment