Skip to content
Snippets Groups Projects
Commit 96079957 authored by Simon Malesys's avatar Simon Malesys
Browse files

Revert "Remove the filename prefix in metadata name"

This reverts commit dcc5174b
parent e64892f2
No related branches found
No related tags found
1 merge request!88Update frontend
......@@ -28,7 +28,7 @@ def get_inittable_meta(file_name):
init_store = HDFStore(file_name, mode='r')
nb_snps = init_store.get_storer("SumStatTab").nrows
metadata = dict(
title=file_name.split('/')[-1],
title=f"Filename: {file_name.split('/')[-1]}",
description="No description",
ancestry="??",
assembly="????",
......
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