Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shbrief committed Aug 5, 2021
1 parent 27e087f commit b93f3cf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion vignettes/hands-on.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This workspace performs bulk RNASeq differential expression from FASTQ files.
Salmon quantification step is implemented in WORKFLOWS and the downstream
analysis by DESeq2 is available under NOTEBOOKS.

1. Login to Terra and navigate to **"Bioconductor-Workflow-DESeq2"** workspace
1. Login to Terra and navigate to **"Bioconductor-Workflow-DESeq2-BioC2021"** workspace
2. Clone this workspace:
- Assign a *unique* workspace name
- Use the billing project, **"bioc2021-workshop"**
Expand Down
Binary file modified vignettes/images/clone_demo_workspace2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 1 addition & 5 deletions vignettes/live-demo.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If necessary, install the AnVILPublish library.

```{r message=FALSE, eval=FALSE}
if (!"AnVILPublish" %in% rownames(installed.packages()))
BiocManager::install("AnVILPublish")
AnVIL::install("AnVILPublish")
```

There are only a small number of functions in the package; it is
Expand Down Expand Up @@ -60,10 +60,6 @@ Note that these be used to set, as well as interrogate, the account and project.
Conversion of .Rmd vignettes to .ipynb notebooks uses [notedown](https://github.com/aaren/notedown)
python software. It must be available from within _R_, e.g.,

```{r echo=FALSE, eval=FALSE}
Sys.setenv(PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/rstudio/.local/bin")
```

```{r}
system2("notedown", "--version")
```
Expand Down
6 changes: 4 additions & 2 deletions vignettes/overview.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -140,17 +140,19 @@ This section also includes links to other helpful open source workflow repositor

![](images/code_workflows.png)

<br>

# Examples for today's workshop
In this workshop, we will introduce multiple examples demonstrating what you
can do using Terra.

|Session | Example | Where | Objective |
|---|---|---|---|
|Usecase|CNV analysis|Terra|Reproducibility + Storage/Compute|
||Teaching|Terra|Convenient setup|
||Teaching|Terra|Convenient setup + Collaboration|
|Live demo|AnVILPublish|Your laptop --> Terra|Reproducibility|
||GenomicSuperSignature|Terra RStudio|Convenient setup + Reproducibility|
||RunTerraWorkflow (beta)|Your laptop|Remote use of Terra|
|Hands-on|DESeq2|Terra|Demonstrate Terra Structure|
|Hands-on|DESeq2|Terra|Demonstrate Terra|


0 comments on commit b93f3cf

Please sign in to comment.