cancerDHC / sheet2linkml

Python package for conversion of Google Sheet to LinkML for CCDH
Apache License 2.0
1 stars 3 forks source link

Separate enums from codeable concepts #25

Closed sujaypatil96 closed 2 years ago

sujaypatil96 commented 2 years ago

The main fix that is addressed in this PR is facilitating the use of values_from property associated with a slot to specify that the values for CodeableConcepts are coming from an enumeration.

Some other small fixes in this PR include: updates to CHANGELOG and the CONTRIBUTING.md docs.