From 0728b1d60d9c26fe0710dde35fa1fe8adb869a1d Mon Sep 17 00:00:00 2001 From: Laura Masa Date: Wed, 10 Jul 2024 08:35:59 +0000 Subject: [PATCH] Update README.md --- data_processing/scripts/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data_processing/scripts/README.md b/data_processing/scripts/README.md index 96cb609..3dddfbf 100644 --- a/data_processing/scripts/README.md +++ b/data_processing/scripts/README.md @@ -1,8 +1,8 @@ The scripts in this folder are organized as follows: -* download_files.py: Contains functions for downloading and decompressing the files needed for analysis. -* download_files.ipynb: Jupyter notebook that applies the download functions to retrieve and decompress the files used for analysis. -* preprocess_functions.py: Contains functions for preprocessing and filtering the data from the files. -* insert_tables.py: Contains functions for inserting tables into the MySQL database. -* preprocess_upload_data.ipynb: Jupyter notebook that preprocesses annotations and inserts all tables into the MySQL database. -* gpl_main.ipynb: Jupyter notebook used to insert GPL data into the MySQL database. \ No newline at end of file +* ** download_files.py**: Contains functions for downloading and decompressing the files needed for analysis. +* **download_files.ipynb**: Jupyter notebook that applies the download functions to retrieve and decompress the files used for analysis. +* **preprocess_functions.py**: Contains functions for preprocessing and filtering the data from the files. +* **insert_tables.py**: Contains functions for inserting tables into the MySQL database. +* **preprocess_upload_data.ipynb**: Jupyter notebook that preprocesses annotations and inserts all tables into the MySQL database. +* **gpl_main.ipynb**: Jupyter notebook used to insert GPL data into the MySQL database. \ No newline at end of file -- 2.24.1