Skip to content

Commit

Permalink
chore: Add description of the 'scripts' folder
Browse files Browse the repository at this point in the history
  • Loading branch information
roquelopez committed Jan 14, 2025
1 parent d0237aa commit f2e783c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions scripts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Miscellaneous Scripts

This folder contains miscellaneous scripts that are not directly involved in running the bdi-kit library. These scripts serve as utilities for preprocessing or post-processing data required by bdi-kit.

Below are the subfolders and their purposes:

- `format_schema`: Contains scripts for formatting various schemas into the bdi-kit format. These scripts generate the resources used by bdi-kit.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


RAW_GDC_PATH = join(dirname(__file__), "./gdc_raw_schema.json")
FORMATTED_GDC_PATH = join(dirname(__file__), "../bdikit/resource/gdc_schema.json")
FORMATTED_GDC_PATH = join(dirname(__file__), "../../bdikit/resource/gdc_schema.json")

metadata = {}

Expand Down
File renamed without changes.

0 comments on commit f2e783c

Please sign in to comment.