-
Notifications
You must be signed in to change notification settings - Fork 26
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 process to automatically download data from MIBItracker prior to QC analysis #483
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Coverage has gone down because we do not test |
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.
Nice start, minor comments only
View / edit / reply to this conversation on ReviewNB ngreenwald commented on 2021-11-23T00:54:59Z I think having this file in templates will be confusing. Let's move the MIBI-specific notebooks to a separate folder. alex-l-kong commented on 2021-11-23T18:02:58Z Sounds good. |
View / edit / reply to this conversation on ReviewNB ngreenwald commented on 2021-11-23T00:55:00Z Which projects does this account have access to? alex-l-kong commented on 2021-11-23T17:48:32Z It connects to Jaiswal's data (Mouse Heart: Aortic Root). Any reason we can't use this dataset for testing? |
View / edit / reply to this conversation on ReviewNB ngreenwald commented on 2021-11-23T00:55:00Z Line #8. save_dir=None Is there an option to save the data file in addition to saving the plots for these functions? alex-l-kong commented on 2021-11-23T17:48:58Z That's done in a prior cell in the notebook (the one commented |
It connects to Jaiswal's data (Mouse Heart: Aortic Root). View entire conversation on ReviewNB |
That's done in a prior cell in the notebook. View entire conversation on ReviewNB |
Sounds good. View entire conversation on ReviewNB |
… and one with QC stuff
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 largely fine to me; basically just one security thing
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.
Looking good!
What is the purpose of this PR?
Addresses and closes #482.
How did you implement your changes
Please read the design doc in the link to the issue for more info.