forked from jhudsl/AnVIL_Book_Getting_Started
-
Notifications
You must be signed in to change notification settings - Fork 0
/
06-tools.Rmd
49 lines (29 loc) · 2.34 KB
/
06-tools.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Tools
Four of the analysis platforms available on AnVIL include Jupyter Notebook, RStudio, Galaxy, and WDL Workflows. Each tool offers a unique set of strengths such as accessible analysis reports incorporating multiple languages in the case of [Jupyter](https://anvilproject.org/learn/interactive-analysis/getting-started-with-jupyter-notebooks), rich genomics support through [Bioconductor](https://anvilproject.org/learn/interactive-analysis/getting-started-with-bioconductor) in the case of RStudio, a graphical interface for thousands of tools in the case of [Galaxy](https://anvilproject.org/learn/interactive-analysis/getting-started-with-galaxy), and extreme compute scalability in the case of WDL Workflows. This chapter focuses on launching and highlighting a few features for the three interactive tools while a later chapter discusses [WDL Workflows](workflows.html).
```{r, echo=FALSE}
ottrpal::include_slide("https://docs.google.com/presentation/d/1Ehj38V8fp7eI9Hx1XWtdr8z1_AH1rXEyJoX9zMOaKKA/edit#slide=id.geb3ae37d4e_0_10")
```
## Starting Jupyter Notebook
<iframe src="https://drive.google.com/file/d/1ZhPYFy4zuAHhPhF6T4pUgSReBmPJM-wg/preview" width="640" height="360" allow="autoplay"></iframe>
### Objectives
- Start compute for your Jupyter environment
- Create notebook to perform analysis
- Stop compute to minimize expenses
### Slides
The slides for this tutorial are are located [here](https://docs.google.com/presentation/d/1GYUP874Qd7K3S0Ls6iWY_M4jywpRb53qw0f78OBCFwk).
## Starting RStudio
<iframe src="https://drive.google.com/file/d/1v72ZG8JIRDUaewFQgGfcCO_qoM4eYmYX/preview" width="640" height="360" allow="autoplay"></iframe>
### Objectives
- Start compute for your RStudio environment
- Tour RStudio on AnVIL
- Stop compute to minimize expenses
### Slides
The slides for this tutorial are are located [here](https://docs.google.com/presentation/d/1eypYLLqD11-NwHLs4adGpcuSB07dYEJfAaALSMvgzqw).
## Starting Galaxy
<iframe src="https://drive.google.com/file/d/16QEY8x-gBsUkKEeO3w_H-I4SLIBPloXd/preview" width="640" height="360" allow="autoplay"></iframe>
### Objectives
- Start compute for your Galaxy on AnVIL
- Run tool to quality control sequencing reads
- Stop compute to minimize expenses
### Slides
The slides for this tutorial are are located [here](https://docs.google.com/presentation/d/1yYCg4cPVBMMDghT17B4XzROieqyMH99Ex9nMm_Scm9Q).