From 95ebc36a3f16950e05d4a8b1fec5a3efe0987347 Mon Sep 17 00:00:00 2001 From: mahinth1 Date: Tue, 22 Oct 2024 20:23:12 +0000 Subject: [PATCH] style --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 86c1858..c0f2251 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ cd newbrick 2. Edit stages according to your needs: Scripts: - - ``stages/01_get_openaccess.py`` : + ``stages/01_get_openaccess.py`` : - currently writting into 8 parquet output files - updates new data into a file without rewriting the entire file - - ``stages/02_download.py`` : + ``stages/02_download.py`` : - downloads pdf files - writes new metadata files containing information of the downloaded articles - restarts from previously downloaded pdf @@ -20,7 +20,7 @@ cd newbrick 3. Replace stages in dvc.yaml with your new stages - Please modify according to your needs (e.g., multiple output directories or parallel runs) - - See dvc_parallel.yaml and run_parallel.sh as example + - See ``dvc_parallel.yaml`` and ``run_parallel.sh`` as example 4. Build your brick ```