You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: platform_versioned_docs/version-24.3/getting-started/studios.mdx
+24-2Lines changed: 24 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -355,6 +355,12 @@ Run the following script in your Jupyter notebook to install the necessary packa
355
355
356
356
</details>
357
357
358
+

359
+
360
+
#### Interactive collaboration
361
+
362
+
To share a link to the running Studio session with collaborators inside your workspace, select the options menu for your Jupyter Studio session, then select **Copy Studio URL**. Using this link, other authenticated users can access the session directly to collaborate in real time.
363
+
358
364
## RStudio: Analyze RNASeq data and differential expression statistics
359
365
360
366
RStudio notebooks enable interactive analysis using R libraries and tools. For example, Shiny for R enables you to render functions in a reactive application and build a custom user interface to explore your data. The public data used in this section consists of RNA sequencing data that was processed by the **nf-core/rnaseq** pipeline to quantify gene expression, followed by **nf-core/differentialabundance** to derive differential expression statistics. This section demonstrates how to create a Studio to perform further analysis with these results from cloud storage. One of these outputs is an RShiny application that can be deployed for interactive analysis.
@@ -450,6 +456,10 @@ The following R script installs and configures the prerequisite packages and lib
450
456
451
457

452
458
459
+
#### Interactive collaboration
460
+
461
+
To share a link to the running Studio session with collaborators inside your workspace, select the options menu for your RStudio session, then select **Copy Studio URL**. Using this link, other authenticated users can access the session directly to collaborate in real time.
462
+
453
463
## Xpra: Visualize genetic variants with IGV
454
464
455
465
Studios and Xpra provides remote desktop functionality that enables many interactive analysis and troubleshooting workflows. One such workflow is to perform genetic variant visualization using IGV desktop, a powerful open-source tool for the visual exploration of genomic data. This section demonstrates how to add public data from the [1000 Genomes project](https://www.coriell.org/1/NHGRI/Collections/1000-Genomes-Project-Collection/1000-Genomes-Project) to your workspace, set up an Xpra environment with IGV desktop pre-installed, and explore a variant of interest.
@@ -514,9 +524,13 @@ From the **Studios** tab, select **Add a Studio** and complete the following:
514
524
1. Search for PCSK9 and zoom into one of the exons of the gene. A coverage graph and reads should be shown, as below:
## VS Code: Create an interactive Nextflow developer environment
527
+
#### Interactive collaboration
528
+
529
+
To share a link to the running Studio session with collaborators inside your workspace, select the options menu for your Xpra Studio session, then select **Copy Studio URL**. Using this link, other authenticated users can access the session directly to collaborate in real time.
518
530
519
-
Using Studios and Visual Studio Code allows you to create a portable and interactive Nextflow development environment with all the tools you need to develop and run Nextflow pipelines. This section demonstrates how to set up a VS Code Studio with Conda and nf-core tools, add public data and run the nf-core/fetchngs pipeline with the `test` profile, and create a VS Code project to start coding your own Nextflow pipelines.
531
+
## VS Code: Create an interactive Nextflow development environment
532
+
533
+
Using Studios and Visual Studio Code allows you to create a portable and interactive Nextflow development environment with all the tools you need to develop and run Nextflow pipelines. This section demonstrates how to set up a VS Code Studio with Conda and nf-core tools, add public data and run the nf-core/fetchngs pipeline with the `test` profile, and create a VS Code project to start coding your own Nextflow pipelines. The Studio includes the [Nextflow VS Code extension](https://marketplace.visualstudio.com/items?itemName=nextflow.nextflow), which makes use of the Nextflow language server to provide syntax highlighting, code navigation, code completion, and diagnostics for Nextflow scripts and configuration files.
520
534
521
535
#### Create an AWS Batch compute environment
522
536
@@ -567,6 +581,10 @@ From the **Studios** tab, select **Add a Studio** and complete the following:
567
581
- If you chose to **Add** the Studio in the preceding step, select **Connect** in the options menu to open a Studio session in a new browser tab.
568
582
- Once inside the Studio session, run `code .` to use the clipboard.
569
583
584
+
:::tip
585
+
See [User and workspace settings](https://code.visualstudio.com/docs/editor/settings) if you wish to import existing VS Code configuration and preferences to your Studio session's VS Code environment.
586
+
:::
587
+
570
588
### Run nf-core/fetchngs with Conda
571
589
572
590
Run the following Nextflow command to run nf-core/fetchngs with Conda:
- Run `nf-core pipelines create` to create a new pipeline. Choose which parts of the nf-core template you want to use.
581
599
- Run `code [your new pipeline]` to open the new pipeline as a project in VSCode. This allows you to code your pipeline with the help of the Nextflow language server and nf-core tools.
600
+
601
+
#### Interactive collaboration
602
+
603
+
To share a link to the running Studio session with collaborators inside your workspace, select the options menu for your VS Code Studio session, then select **Copy Studio URL**. Using this link, other authenticated users can access the session directly to collaborate in real time.
0 commit comments