ccdhmodel icon indicating copy to clipboard operation
ccdhmodel copied to clipboard

CRDC-H model in LinkML, developed by the Center for Cancer Data Harmonization (CCDH)

Results 62 ccdhmodel issues
Sort by recently updated
recently updated
newest added

We released v1.2 of the Python data classes just before the Christmas break (see https://pypi.org/project/crdch-model/1.2/). We've published this to the documentation site (https://cancerdhc.github.io/ccdhmodel/v1.2/). However, we wanted to check with the...

This PR adds a Makefile target (`test-code-style`) that uses Black to test Python code in the `/tests` directory (the only directory containing hand-written Python code at the moment). It also...

It might be quite interesting to see if we can generate code coverage stats for the generated Python Data Classes.

This PR seeks to implement some of the repo clean up strategies discussed in issue #105. The major change in this PR is the integration of the `sheet2linkml` package as...

In the CRDC Tech talk just now, Denise Warzel pointed out that there were different kinds of weights, and that we should be very specific of which kind of weight...

model

This PR seeks to address the design consideration in issue #113. @gaurav: what content should I include the README, to indicate that the examples for discussion folder has been moved...

documentation
design

Change author from MAM to GV for issue #134 does Poetry read the package's author data from this setup.cfg? Or pyproject.toml?

This would allow us to generate JSON-LD contexts from the Python Data Classes, which would be nice. This might eventually be fixed in LinkML: https://github.com/linkml/linkml/issues/475