-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge linkML into main #44
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for more information, see https://pre-commit.ci
fix altLabel
…ue, updated to ResponseOption and image
updates to the model after testing library
* add print for testing * update clear_header * remove print * fix order and other errors * change ui yesno to radio * fix typo * update context, field->item, fix isVis * remove useless due to failed validation * remove visibility at the item level & remove matrixInfo * fix choice * remove identifier * updating validate command to the new pydantic model * updating/fixing the tests; updating the model to use CreativeWork; changes in formating * fix conversion tests * remove test output * change test output directory * final improvments on tests * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * model version after adding Thing class * updating model after removing CreativeWork and ImageUrl * adding tests to initialize the model classes * fixing load_file; adding write_obj_jsonld function and expanding test_schema * changing redcap2reproschema to use ned pydantic classes; some small changes to the pydantic model * changing name from string to landstring with en as language * fixing jsonld files * Adding option to return compact schema to load_file * fixing the protocol jsonld file * changing reproschema2redcap to use the new model * adding contectfile to write_obj_jsonld function and improving test; improving compact option for load_file * fixing reproschema2redcap and tests * removing file with the context and fixing references to the context_url (for now the link rfom the ref/linkm branch * updating the reproschema2redcap to work for activity/items from urls * improving error message for file_load and validate; checking the suffix of the file before treating it as jsonld * fixing identify_model_class, so Item and Field are treated the same * fixing reproschema2redcap so it reads responseOptions from another file * rewriting parts of redcap2reproschema, fixing some bugs[wip] * fixing compute: removing isvis condition * fixing process_csv so it doesn't go multiple time through the same condition * changes to input and value mapping (mapping explicitly or raising errors if not found); fixing choices and adding slider; adding sql to compute types (this does not work properly right now); adding many comments * adding output for redcap2reproschema command; removing argparse * model without decimal; revert changes to valueType in the model * adding migrade command * fixing multiple issues with redcap2rp and rp2redcap: adding compute, fixing preamble (can be either activity level or issue level * WIP: addining test to test rp2redcap and redcap2repo using nimh exampl * fixing paths in the tests, should run now * ignore .DS_Store files in validation * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: yibeichan <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
for more information, see https://pre-commit.ci
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
okay, I merged the PR to ref/linkml, but forgot to rebase.... now we need to solve some conflicts...