Skip to content

Commit

Permalink
deploy: 7a10b6c
Browse files Browse the repository at this point in the history
  • Loading branch information
ahernank committed Apr 18, 2024
1 parent b54ea8f commit fbe1b96
Show file tree
Hide file tree
Showing 28 changed files with 1,116 additions and 7 deletions.
94 changes: 94 additions & 0 deletions _sources/vobs/vobs-data-access.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "038d7e27-4cd4-45bc-bb2c-f73b9993e444",
"metadata": {},
"source": [
"# Vector Observatory Data Access\n",
"\n",
"MalariaGEN data resources provide an integrated view of malaria vector genomes from across the globe. These data are available to everyone to benefit the science and surveillance of malaria. You can find more information on the vector data resources [here](https://www.malariagen.net/mosquito/).\n",
"\n",
"Vector Observatory data are stored in Google Cloud Storage (GCS). The current set-up requires users to request access and authenticate prior to accessing data. \n",
"\n",
"Please note that although all data are available for immediate access for public health and educational purposes, the releases accessible through the Vector Observatory are **subject to different terms of use, including an embargo on public communications**, which encompasses academic publications. Each release, has specific terms of use attached, which are described within each release page.\n",
"\n",
"---\n",
"\n",
"To access data from the Vector Observatory, you will need to follow these steps:\n",
"\n",
"### Step 1. Make sure you have a Google Account\n",
"\n",
"To allow us to configure data access permissions, you will need to provide us with an email address that is associated with a Google account. This could be a standard Google (i.e., GMail) account, or alternatively it could be your work email if your employer uses Google Workspace.\n",
"\n",
"### Step 2. Fill out the data access request form\n",
"\n",
"Please fill out and submit the following form:\n",
"\n",
"https://forms.gle/kCqistorZyxaU4LP7 \n",
"\n",
"All requests for data access will be granted, subject to verification checks and agreement to reasonable use. This is to ensure that the data resources remain accessible to everyone. Submitting this form will allow us to configure storage permissions and monitor storage for excessive network usage in future.\n",
"\n",
"### Step 3. Ensure you are using the latest version of the `malariagen_data` Python package\n",
"\n",
"If you access data via the `malariagen_data` Python package, please upgrade to version 9.0 or higher. These versions will automatically use your authentication credentials when accessing data in Google Cloud.\n",
"\n",
"### Step 4. Set up Google Cloud authentication credentials\n",
"\n",
"If you are only accessing data via the malariagen_data Python package from within Google Colab, you can skip this step, because authentication credentials will be obtained automatically.\n",
"\n",
"If you are accessing data from any other location, you will need to authenticate with Google Cloud. To do this, you will need to:\n",
"\n",
"1. Install the [Google Cloud CLI](https://cloud.google.com/sdk/gcloud). See the details in the Google Documentation [here](https://cloud.google.com/sdk/docs/install-sdk).\n",
"\n",
"2. Check gcloud is installed correctly:\n",
"\n",
"```bash\n",
"gcloud help\n",
"```\n",
"- If you need to authenticate within the `malariagen_data` package, you will need to use the following command:\n",
"\n",
"```bash\n",
"gcloud auth application-default login\n",
"```\n",
"\n",
"- If you need to authenticate to access Google Cloud Storage from the command line using `gsutil`, you will need to use the following command:\n",
"\n",
"```bash\n",
"gcloud auth login\n",
"```\n",
"\n",
"If you have any questions, please contact us at: [email protected]"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "ade225aa-7bd3-44e6-95a6-17e81cb53557",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.11"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
18 changes: 15 additions & 3 deletions ag3/ag3.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Ag3.1" href="ag3.1.html" />
<link rel="prev" title="MalariaGEN vector data user guide" href="../landing-page.html" />
<link rel="prev" title="Vector Observatory Data Access" href="../vobs/vobs-data-access.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="None">

Expand Down Expand Up @@ -149,6 +149,18 @@ <h1 class="site-logo" id="site-title">MalariaGEN vector data user guide</h1>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Malaria Vector Genome Observatory
</span>
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference internal" href="../vobs/vobs-data-access.html">
Vector Observatory Data Access
</a>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Anopheles gambiae complex
</span>
Expand Down Expand Up @@ -1594,11 +1606,11 @@ <h2>Further reading<a class="headerlink" href="#further-reading" title="Permalin

<!-- Previous / next buttons -->
<div class='prev-next-area'>
<a class='left-prev' id="prev-link" href="../landing-page.html" title="previous page">
<a class='left-prev' id="prev-link" href="../vobs/vobs-data-access.html" title="previous page">
<i class="fas fa-angle-left"></i>
<div class="prev-next-info">
<p class="prev-next-subtitle">previous</p>
<p class="prev-next-title">MalariaGEN vector data user guide</p>
<p class="prev-next-title">Vector Observatory Data Access</p>
</div>
</a>
<a class='right-next' id="next-link" href="ag3.1.html" title="next page">
Expand Down
12 changes: 12 additions & 0 deletions ag3/ag3.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,18 @@ <h1 class="site-logo" id="site-title">MalariaGEN vector data user guide</h1>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Malaria Vector Genome Observatory
</span>
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference internal" href="../vobs/vobs-data-access.html">
Vector Observatory Data Access
</a>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Anopheles gambiae complex
</span>
Expand Down
12 changes: 12 additions & 0 deletions ag3/ag3.2.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,18 @@ <h1 class="site-logo" id="site-title">MalariaGEN vector data user guide</h1>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Malaria Vector Genome Observatory
</span>
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference internal" href="../vobs/vobs-data-access.html">
Vector Observatory Data Access
</a>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Anopheles gambiae complex
</span>
Expand Down
12 changes: 12 additions & 0 deletions ag3/ag3.3.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,18 @@ <h1 class="site-logo" id="site-title">MalariaGEN vector data user guide</h1>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Malaria Vector Genome Observatory
</span>
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference internal" href="../vobs/vobs-data-access.html">
Vector Observatory Data Access
</a>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Anopheles gambiae complex
</span>
Expand Down
12 changes: 12 additions & 0 deletions ag3/ag3.4.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,18 @@ <h1 class="site-logo" id="site-title">MalariaGEN vector data user guide</h1>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Malaria Vector Genome Observatory
</span>
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference internal" href="../vobs/vobs-data-access.html">
Vector Observatory Data Access
</a>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Anopheles gambiae complex
</span>
Expand Down
12 changes: 12 additions & 0 deletions ag3/ag3.5.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,18 @@ <h1 class="site-logo" id="site-title">MalariaGEN vector data user guide</h1>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Malaria Vector Genome Observatory
</span>
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference internal" href="../vobs/vobs-data-access.html">
Vector Observatory Data Access
</a>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Anopheles gambiae complex
</span>
Expand Down
12 changes: 12 additions & 0 deletions ag3/ag3.6.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,18 @@ <h1 class="site-logo" id="site-title">MalariaGEN vector data user guide</h1>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Malaria Vector Genome Observatory
</span>
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference internal" href="../vobs/vobs-data-access.html">
Vector Observatory Data Access
</a>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Anopheles gambiae complex
</span>
Expand Down
12 changes: 12 additions & 0 deletions ag3/ag3.7.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,18 @@ <h1 class="site-logo" id="site-title">MalariaGEN vector data user guide</h1>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Malaria Vector Genome Observatory
</span>
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference internal" href="../vobs/vobs-data-access.html">
Vector Observatory Data Access
</a>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Anopheles gambiae complex
</span>
Expand Down
12 changes: 12 additions & 0 deletions ag3/ag3.8.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,18 @@ <h1 class="site-logo" id="site-title">MalariaGEN vector data user guide</h1>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Malaria Vector Genome Observatory
</span>
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference internal" href="../vobs/vobs-data-access.html">
Vector Observatory Data Access
</a>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Anopheles gambiae complex
</span>
Expand Down
12 changes: 12 additions & 0 deletions ag3/ag3.9.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,18 @@ <h1 class="site-logo" id="site-title">MalariaGEN vector data user guide</h1>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Malaria Vector Genome Observatory
</span>
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference internal" href="../vobs/vobs-data-access.html">
Vector Observatory Data Access
</a>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Anopheles gambiae complex
</span>
Expand Down
12 changes: 12 additions & 0 deletions ag3/analysis.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,18 @@ <h1 class="site-logo" id="site-title">MalariaGEN vector data user guide</h1>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Malaria Vector Genome Observatory
</span>
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference internal" href="../vobs/vobs-data-access.html">
Vector Observatory Data Access
</a>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Anopheles gambiae complex
</span>
Expand Down
12 changes: 12 additions & 0 deletions ag3/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,18 @@ <h1 class="site-logo" id="site-title">MalariaGEN vector data user guide</h1>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Malaria Vector Genome Observatory
</span>
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference internal" href="../vobs/vobs-data-access.html">
Vector Observatory Data Access
</a>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Anopheles gambiae complex
</span>
Expand Down
12 changes: 12 additions & 0 deletions ag3/cloud.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,18 @@ <h1 class="site-logo" id="site-title">MalariaGEN vector data user guide</h1>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Malaria Vector Genome Observatory
</span>
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference internal" href="../vobs/vobs-data-access.html">
Vector Observatory Data Access
</a>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Anopheles gambiae complex
</span>
Expand Down
12 changes: 12 additions & 0 deletions ag3/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,18 @@ <h1 class="site-logo" id="site-title">MalariaGEN vector data user guide</h1>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Malaria Vector Genome Observatory
</span>
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference internal" href="../vobs/vobs-data-access.html">
Vector Observatory Data Access
</a>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Anopheles gambiae complex
</span>
Expand Down
Loading

0 comments on commit fbe1b96

Please sign in to comment.