We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the taxonomy and NOM notebooks use functions for interacting with the NMDC API. The functions exist in https://github.com/microbiomedata/nmdc_notebooks/blob/main/NOM_visualizations/python/nmdc_api.py and https://github.com/microbiomedata/nmdc_notebooks/blob/main/taxonomic_dist_by_soil_layer/python/taxonomic_dist_soil_layer.ipynb, it would be better if they were collected into a module accessible by all Python notebooks in this repo.
Completion criteria:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, the taxonomy and NOM notebooks use functions for interacting with the NMDC API.
The functions exist in https://github.com/microbiomedata/nmdc_notebooks/blob/main/NOM_visualizations/python/nmdc_api.py and https://github.com/microbiomedata/nmdc_notebooks/blob/main/taxonomic_dist_by_soil_layer/python/taxonomic_dist_soil_layer.ipynb, it would be better if they were collected into a module accessible by all Python notebooks in this repo.
Completion criteria:
The text was updated successfully, but these errors were encountered: