Skip to content
Snippets Groups Projects
Commit 3b5028cd authored by alapendr's avatar alapendr
Browse files

get_fill_metadata.py: modify a mistake in the get_fill_metadata script

parent d54709d3
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ def merge_metadata() -> pd.DataFrame: ...@@ -77,7 +77,7 @@ def merge_metadata() -> pd.DataFrame:
"Real source": "database", "Real source": "database",
"Kept GSM": "id_sample", "Kept GSM": "id_sample",
"Antibody": "antibody"}, inplace=True) "Antibody": "antibody"}, inplace=True)
projects = projects.reset_index().rename(columns={"index": "id"}) # projects = projects.reset_index().rename(columns={"index": "id"})
logging.debug(projects.head()) logging.debug(projects.head())
return projects return projects
......
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