-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from microbiomedata/52-readme_link_fix
Updates links in all readmes to point to new repo location
- Loading branch information
Showing
4 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Taxonomic Distribution of Contigs by Soil Layer in Colorado | ||
|
||
This folder includes one notebook (in Python) that explores how the taxonomic distribution of contigs differs by soil layer (M or O horizon) in Colorado using the [NMDC-runtime API](https://api.microbiomedata.org/docs#). More documentation on the NMDC-runtime API can be found [here](https://github.com/microbiomedata/NMDC_documentation/blob/main/docs/howto_guides/api_gui.md). This notebook is an example of using the NMDC metadata to access processed metagenome data that describes the taxa present. | ||
This folder includes two notebooks, in R and Python that explore how the taxonomic distribution of contigs differs by soil layer (M or O horizon) in Colorado using the [NMDC-runtime API](https://api.microbiomedata.org/docs#). More documentation on the NMDC-runtime API can be found [here](https://github.com/microbiomedata/NMDC_documentation/blob/main/docs/howto_guides/api_gui.md). This notebook is an example of using the NMDC metadata to access processed metagenome data that describes the taxa present. | ||
|
||
## R | ||
- [Static rendered Jupyter notebook](https://nbviewer.org/github/microbiomedata/notebook_hackathons/blob/main/taxonomic_dist_by_soil_layer/R/taxonomic_dist_by_soil_layer_R.ipynb). _Viewing only, not editable_ | ||
- [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/microbiomedata/notebook_hackathons/blob/main/taxonomic_dist_by_soil_layer/R/taxonomic_dist_by_soil_layer_R.ipynb). **Running this notebook in the colab interactive environment is not recommended due to long API calls**. _You need a google account to use this option_. | ||
- [Static rendered Jupyter notebook](https://nbviewer.org/github/microbiomedata/nmdc_notebooks/blob/main/taxonomic_dist_by_soil_layer/R/taxonomic_dist_soil_layer_R.ipynb). _Viewing only, not editable_ | ||
- [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/microbiomedata/nmdc_notebooks/blob/main/taxonomic_dist_by_soil_layer/R/taxonomic_dist_soil_layer_R.ipynb). **Running this notebook in the colab interactive environment is not recommended due to long API calls**. _You need a google account to use this option_. | ||
|
||
## Python | ||
- [Static rendered Jupyter notebook](https://nbviewer.org/github/microbiomedata/notebook_hackathons/blob/main/taxonomic_dist_by_soil_layer/python/taxonomic_dist_soil_layer.ipynb). _Viewing only, not editable_ | ||
- [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/microbiomedata/notebook_hackathons/blob/main/taxonomic_dist_by_soil_layer/python/taxonomic_dist_soil_layer.ipynb). **Running this notebook in the colab interactive environment is not recommended due to long API calls**. _You need a google account to use this option_. | ||
- [Static rendered Jupyter notebook](https://nbviewer.org/github/microbiomedata/nmdc_notebooks/blob/main/taxonomic_dist_by_soil_layer/python/taxonomic_dist_soil_layer.ipynb). _Viewing only, not editable_ | ||
- [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/microbiomedata/nmdc_notebooks/blob/main/taxonomic_dist_by_soil_layer/python/taxonomic_dist_soil_layer.ipynb). **Running this notebook in the colab interactive environment is not recommended due to long API calls**. _You need a google account to use this option_. |