Skip to content
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

Reorganise repo structure and store input data as parquet #50

Merged
merged 41 commits into from
Sep 4, 2024

Conversation

milanmlft
Copy link
Member

@milanmlft milanmlft commented Sep 2, 2024

Did some file reorganisation to reduce the dev/ folder.

  • Scripts now live in scripts/
  • Raw data (i.e. OMOP extracts yet to be processed) live in data-raw/
  • Processed data lives in data/, which is build ignored so it's not part of the package, so we can mount this folder in the Docker container and live update the data while the app is running (see Set up deploy environment #45 (comment))
  • Renamed inst/test_data/ to inst/dev_data/ to make it more explicit that this is dummy data used for development

Fixes #28
Fixes #34

@milanmlft milanmlft requested a review from a team September 2, 2024 17:00
@milanmlft milanmlft marked this pull request as ready for review September 2, 2024 17:00
Copy link
Contributor

@BaptisteBR BaptisteBR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably need to work together to merge the "low-frequency-stats" branch to this one

@milanmlft
Copy link
Member Author

We probably need to work together to merge the "low-frequency-stats" branch to this one

Possibly, can you open a PR already for your branch? And if you're happy with my replies to your comments above, can you approve this PR? We can then deal with any merge conflicts when the time comes.

Copy link
Contributor

@BaptisteBR BaptisteBR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems of for me.

@milanmlft milanmlft merged commit 1183389 into main Sep 4, 2024
2 checks passed
@milanmlft milanmlft deleted the milanmlft/reorganise-repo branch September 4, 2024 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move pre-processing helper functions into the main package Review file organisation
2 participants