Skip to content
Snippets Groups Projects
Commit e683b6f1 authored by mjbonifa's avatar mjbonifa
Browse files

Merge branch '53-fix-make-concept-set-directory-plural-as-more-intuitive' into 'dev'

(fix) changed concept-set to concept-sets as more intuitive due to the plural...

Closes #53 and #51

See merge request meldb/concepts-processing!29
parents 37c76993 68944076
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ DEFAULT_PHEN_PATH = Path("./workspace") / PHEN_DIR ...@@ -32,7 +32,7 @@ DEFAULT_PHEN_PATH = Path("./workspace") / PHEN_DIR
CONCEPTS_DIR = "concepts" CONCEPTS_DIR = "concepts"
MAP_DIR = "map" MAP_DIR = "map"
CONCEPT_SET_DIR = "concept-set" CONCEPT_SET_DIR = "concept-sets"
CSV_PATH = Path(CONCEPT_SET_DIR) / "csv" CSV_PATH = Path(CONCEPT_SET_DIR) / "csv"
OMOP_PATH = Path(CONCEPT_SET_DIR) / "omop" OMOP_PATH = Path(CONCEPT_SET_DIR) / "omop"
DEFAULT_PHEN_DIR_LIST = [CONCEPTS_DIR, MAP_DIR, CONCEPT_SET_DIR] DEFAULT_PHEN_DIR_LIST = [CONCEPTS_DIR, MAP_DIR, CONCEPT_SET_DIR]
......
...@@ -45,8 +45,8 @@ The tool supports verification and mapping across diagnostic coding formats belo ...@@ -45,8 +45,8 @@ The tool supports verification and mapping across diagnostic coding formats belo
``` ```
workspace/ # Default workspace directory workspace/ # Default workspace directory
├── phen/ # Default phenotype directory ├── phen/ # Default phenotype directory
│ ├── codes/ # Phenotype source concept code lists directory │ ├── concepts/ # Phenotype source concept code lists directory
│ ├── concept-set/ # Processed phenotype concept sets │ ├── concept-sets/ # Processed phenotype concept sets
│ │ ├── csv/ # Processed phenotype concept sets in ACMC CSV format │ │ ├── csv/ # Processed phenotype concept sets in ACMC CSV format
│ │ ├── omop/ # Processed phenotype concept sets in OMOP CDM database exported as CSV files │ │ ├── omop/ # Processed phenotype concept sets in OMOP CDM database exported as CSV files
│ ├── map/ # Process mapping from source to target code types │ ├── map/ # Process mapping from source to target code types
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment