-
Notifications
You must be signed in to change notification settings - Fork 3
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
Format data for analysis #131
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
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.
Looks good, mostly just a few questions
|
||
# get list of matching subfolders | ||
partial_folders = io_utils.list_folders(cohort_dir, substrs=run_string) | ||
partial_folders = [partial for partial in partial_folders if partial != run_string] |
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.
is there a risk that partial == run_string
and that case causes issues?
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.
nope, there's a test case for that. It becomes the combined directory and the other fovs are copied into it
If you haven't already, please read through our contributing guidelines before opening your PR
What is the purpose of this PR?
This PR adds a final notebook to organize the processed data so it's ready for analysis in
ark
.Cohorts
folder.Remaining issues
Check that the notebooks run using the default base paths. Update the toffy_setup notebook with the 'cohorts` folder