Skip to content

Commit

Permalink
refactor: Rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
roquelopez committed Jan 13, 2025
1 parent 6db4b66 commit 7e2f82e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion bdikit/standards/gdc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from bdikit.standards.base import BaseStandard


GDC_SCHEMA_PATH = join(dirname(__file__), "../resource/gdc_data.json")
GDC_SCHEMA_PATH = join(dirname(__file__), "../resource/gdc_schema.json")


class GDC(BaseStandard):
Expand Down
4 changes: 2 additions & 2 deletions scripts/format_gdc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
from os.path import join, dirname


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

metadata = {}

Expand Down
File renamed without changes.

0 comments on commit 7e2f82e

Please sign in to comment.