From 5bfe697b854535d9c5ef4f3614632f7cd2466532 Mon Sep 17 00:00:00 2001 From: lizgehret Date: Sat, 30 Mar 2024 12:34:20 +0000 Subject: [PATCH] deploy: ba251f4b0e423e44619225224f4993a34b8384a2 --- 80-leiden-tutorial.html | 4 +++- _sources/80-leiden-tutorial.md | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/80-leiden-tutorial.html b/80-leiden-tutorial.html index 1198a06..5724059 100644 --- a/80-leiden-tutorial.html +++ b/80-leiden-tutorial.html @@ -531,7 +531,9 @@

Metadata

Note

We will be using QIIME 2 View (view.qiime2.org) to examine our QIIME 2 visualizations. In order to do this, we first need to grab the URL for each visualization from the workshop server. For each visualization, you’ll navigate to:

-

https://workshop-server.qiime2.org/[your-username]/

+
https://workshop-server.qiime2.org/[your-username]/
+
+

From here, you’ll right click on the hyperlink associated with the visualization you’d like to view, copy the URL, navigate to QIIME 2 View and paste this URL under a file from the web. Note that you can also download any of these files directly from the server by left clicking on the hyperlink associated with the visualization you’d like to download.

diff --git a/_sources/80-leiden-tutorial.md b/_sources/80-leiden-tutorial.md index d13c7ec..ca44f06 100644 --- a/_sources/80-leiden-tutorial.md +++ b/_sources/80-leiden-tutorial.md @@ -96,13 +96,13 @@ qiime metadata tabulate \ --o-visualization sample-metadata.qzv ``` -```{note} +````{note} We will be using QIIME 2 View (view.qiime2.org) to examine our QIIME 2 visualizations. In order to do this, we first need to grab the URL for each visualization from the workshop server. For each visualization, you'll navigate to: - +```shell https://workshop-server.qiime2.org/[your-username]/ - -From here, you'll right click on the hyperlink associated with the visualization you'd like to view, copy the URL, navigate to QIIME 2 View and paste this URL under `a file from the web`. Note that you can also download any of these files directly from the server by left clicking on the hyperlink associated with the visualization you'd like to download. ``` +From here, you'll right click on the hyperlink associated with the visualization you'd like to view, copy the URL, navigate to QIIME 2 View and paste this URL under `a file from the web`. Note that you can also download any of these files directly from the server by left clicking on the hyperlink associated with the visualization you'd like to download. +```` ## Read-based analysis ````{toggle} ```shell