Skip to content
Snippets Groups Projects
Commit 2bb1e5b3 authored by nfontrod's avatar nfontrod
Browse files

src/db_utils/projects_metadata/config_metadata.py: fix config metadata by changing 2 variables

parent a7bbd691
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ class Config_metadata:
"""
Configuration variable for this subfolder
"""
geo_id_file = Config.data / 'metadata_files' / 'dataset_list_GSM.txt'
geo_id_file = Config.data / 'metadata_files' / 'chia_pet_list_GSM.txt'
output = Config.results / 'projects_metadata'
metadata_file = Config.data / 'metadata_files' / 'dataset_list.csv'
metadata_file = Config.data / 'metadata_files' / 'chia_pet_list.csv'
outfile = 'datasets'
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