generated from jhudsl/OTTR_Template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path06-tools-galaxy.Rmd
44 lines (32 loc) · 1.12 KB
/
06-tools-galaxy.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
# Galaxy
One of the analysis platforms available on AnVIL is Galaxy. This platform offers a graphical interface for thousands of tools(https://anvilproject.org/learn/interactive-analysis/getting-started-with-galaxy). This chapter focuses on launching and highlighting a few features for Galaxy.
## Galaxy: Video tutorial
```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_galaxy_video.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```
## Galaxy: Step-by-step guide
This step-by-step guide provides written instructions and screenshots for getting started with Galaxy on AnVIL.
### Starting Galaxy
```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_galaxy_start.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```
### Navigating Galaxy
```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_galaxy_navigate.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```
### Deleting Galaxy environment
```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_galaxy_delete.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```