You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ReproSchema Python library and CLI for working with ReproSchema format - a stand
13
13
# Install in development mode
14
14
pip install -e .
15
15
16
-
# Install with all development dependencies
16
+
# Install with all development dependencies
17
17
pip install -e ".[dev]"
18
18
19
19
# Run pre-commit hooks
@@ -56,7 +56,7 @@ codespell
56
56
-**reproschema/models/model.py**: Pydantic models auto-generated from LinkML schema. DO NOT modify directly - changes should be made in ReproNim/reproschema repository.
57
57
-**reproschema/validate.py**: Schema validation using PyShacl
58
58
-**reproschema/redcap2reproschema.py**: Convert REDCap CSV to ReproSchema format
59
-
-**reproschema/reproschema2redcap.py**: Convert ReproSchema to REDCap CSV format
59
+
-**reproschema/reproschema2redcap.py**: Convert ReproSchema to REDCap CSV format
60
60
-**reproschema/reproschema2fhir.py**: Convert ReproSchema to FHIR Questionnaire resources
61
61
-**reproschema/output2redcap.py**: Process reproschema-ui output into REDCap CSV
62
62
@@ -83,4 +83,4 @@ codespell
83
83
- The Pydantic models in `reproschema/models/model.py` are auto-generated - DO NOT edit directly
84
84
- All schema changes must be made in the LinkML source at ReproNim/reproschema repository
85
85
- Uses pre-commit for code quality - commits may require running twice
86
-
- Line length limit: 79 characters (enforced by black)
86
+
- Line length limit: 79 characters (enforced by black)
0 commit comments