Skip to content
Snippets Groups Projects
Commit 9600a43a authored by Noordijk, Ben's avatar Noordijk, Ben
Browse files

Updated comment

parent 9c14f019
No related branches found
No related tags found
1 merge request!3Added data preparation, hyperparameter optimisation, benchmarking code and k-mer library visualisation
......@@ -51,7 +51,7 @@ def main():
df = pd.DataFrame.from_records(ground_truths, columns=['file name',
'species',
'species id'])
# Dirty fix because id still belongs to same species.
# Dirty fix because NZ_DS264585.1 and NZ_DS264586.1 belong to same species.
# Name is different due to scaffold so we have to change the species id
df.loc[df['species id'] == 'NZ_DS264585.1', 'species id'] = 'NZ_DS264586.1'
df.to_csv(args.out_path, index=False)
......
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