-
Notifications
You must be signed in to change notification settings - Fork 0
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
add sample redcap files #67
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
mshadbolt
reviewed
Jul 5, 2024
mshadbolt
reviewed
Jul 5, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thought it might be neater to keep all the example files inside the one sample_inputs directory . Made some adjustments to the README because of the folder structure change
Thanks for making it better! Feel free to approve & merge. |
mshadbolt
approved these changes
Jul 5, 2024
yavyx
pushed a commit
that referenced
this pull request
Aug 9, 2024
* add sample redcap files * restructure suggestion * mv sample files * update sample inputs links and info * Update README.md --------- Co-authored-by: Marion <mshadbolt@users.noreply.github.com>
mshadbolt
added a commit
that referenced
this pull request
Aug 20, 2024
* adding date format to date intervals * addded date format * updated docs * updated test date formats * make exceptions more readable * make exception specific * cleanup * cleanup * Update src/clinical_etl/CSVConvert.py Co-authored-by: Marion <mshadbolt@users.noreply.github.com> * exception when parser fails * update reference date docs * improved error catching in manifest * better error msg * fix month intervals * remove import * minor fixes * add sample redcap files (#67) * add sample redcap files * restructure suggestion * mv sample files * update sample inputs links and info * Update README.md --------- Co-authored-by: Marion <mshadbolt@users.noreply.github.com> * create mohschemav3 class * validate v3 donors * validate primary diagnoses * validate specimens * validation logic fix * validate treatments * treatment validation fix * validate systemic & radiation therapies * validate followups * replace match with if, less indentation * validate exposures & comorbidities * rename v3 to lowercase * sample registration validation (required) * validate surgeries * added missing argument * fix nested schemas * update references to v3 * fix test * fix test, using v2 by default * update default templates * update test data files * manual mapping function changes to csv templates * update test yamls * update tests * add biomarker validation, edit resolution to work * update templates * fix typo * fix missing comma * remove extra staging validation * rename v2 template * added multisheet line for testing * stage group validation fix * validate systemic therapy dates * test systemic therapy date validation * add sample redcap files (#67) * add sample redcap files * restructure suggestion * mv sample files * update sample inputs links and info * Update README.md --------- Co-authored-by: Marion <mshadbolt@users.noreply.github.com> * Fix up some of the validations (#69) * fix for loop * fix keyerror * fix if elses * another fix * update tests * revert elif * update to version 3 (#70) --------- Co-authored-by: Javier Castillo-Arnemann <javiercastilloar@gmail.com> Co-authored-by: Javi <30913679+yavyx@users.noreply.github.com> Co-authored-by: Karen Cranston <karen.cranston@gmail.com>
mshadbolt
added a commit
that referenced
this pull request
Sep 30, 2024
* adding date format to date intervals * addded date format * updated docs * updated test date formats * make exceptions more readable * make exception specific * cleanup * cleanup * Update src/clinical_etl/CSVConvert.py Co-authored-by: Marion <mshadbolt@users.noreply.github.com> * exception when parser fails * update reference date docs * improved error catching in manifest * better error msg * fix month intervals * remove import * minor fixes * add sample redcap files (#67) * add sample redcap files * restructure suggestion * mv sample files * update sample inputs links and info * Update README.md --------- Co-authored-by: Marion <mshadbolt@users.noreply.github.com> * create mohschemav3 class * validate v3 donors * validate primary diagnoses * validate specimens * validation logic fix * validate treatments * treatment validation fix * validate systemic & radiation therapies * validate followups * replace match with if, less indentation * validate exposures & comorbidities * rename v3 to lowercase * sample registration validation (required) * validate surgeries * added missing argument * fix nested schemas * update references to v3 * fix test * fix test, using v2 by default * update default templates * update test data files * manual mapping function changes to csv templates * update test yamls * update tests * add biomarker validation, edit resolution to work * update templates * fix typo * fix missing comma * remove extra staging validation * rename v2 template * added multisheet line for testing * stage group validation fix * validate systemic therapy dates * test systemic therapy date validation * add sample redcap files (#67) * add sample redcap files * restructure suggestion * mv sample files * update sample inputs links and info * Update README.md --------- Co-authored-by: Marion <mshadbolt@users.noreply.github.com> * Fix up some of the validations (#69) * fix for loop * fix keyerror * fix if elses * another fix * update tests * revert elif * update to version 3 (#70) * Add RedCap export splitting script (#78) * add splitting script * minor refactoring * Update validation and test data for model 3.1 (#80) * fix deceased validation * change bools to single_vals * fix more cause_of_death validations * update test data, fix validations, update template/manifest * update schema urls * more schema changes in v3 templates * DIG-1772 & DIG-1782: Handle -99 and 'Not available' as missing (#83) * numeric not availabe and schema template update * update default url * improve template generation, add not_available to missingness * update v3 template * methods for -99 mappng * update test template and test data * update script and moh_diffs * fix typo in validation * updated mapping functions doc * updates for latest version --------- Co-authored-by: Javier Castillo-Arnemann <javiercastilloar@gmail.com> Co-authored-by: Javi <30913679+yavyx@users.noreply.github.com> Co-authored-by: Karen Cranston <karen.cranston@gmail.com> Co-authored-by: Daisie Huang <daisieh@gmail.com>
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.
Adding sample files for RedCap exports