-
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
Refactor notebooks to be compliant with berkeley rollout #65
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@kheal After doing my changes I noticed that we can't just query Also, I noticed you still have two mentions |
Tried to add you as a reviewer but looks like I can't cause its your PR |
Good catches @brynnz22. I'll fix those and review your changes this week. |
Add filter for MetagenomeAnnotation records only
@brynnz22 . I've updated the R taxonomy notebook. The python taxonomy notebook looks good, but I think we lost step 8's narrative (code looks good, but there's no text describing it anymore). We also have dill as an import and reference it in the first chunk of text, but don't use it anymore. I should have taken that out earlier (#47), but I missed it. It works fine for me because I have dill loaded in my venv, but it's not consistent with the requirements if someone else pulls it locally to use. |
Created branch berkeley_nom off of main to update NOM visualizations folder with Berkeley API calls. Didn't branch off of this berkeley_refactor branch because the branch was created after our notebooks. #80 |
@samobermiller this works too! In the future though, you can just merge main into the Berkeley branch to get main's updates into the Berkeley branch and then branch off the Berkeley. But this way is fine too - it just means we'll have to merge a couple of PRs in after Berkeley. |
@kheal I added step 8 narrative back in and removed the dill import and reference. |
…cessing to data generation
Update API calls in NOM visualizations to reflect Berkeley schema
View / edit / reply to this conversation on ReviewNB bmeluch commented on 2024-10-17T17:17:52Z If we want terms formatted as code in here, the backticks are incomplete |
fixed to do for updating .py link
Long running branch to poise notebooks for conversion to Berkeley schema.
This addresses: microbiomedata/issues#726
Leave "#TODO" notes in notebooks for where we will need to edit urls when berkeley schema is production
Workflows will check the validity of each notebook when a push is made to this branch.
R notebooks that have been updated and are passing checks in this branch:
python notebooks that have been updated and are passing checks in this branch: