Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formatting and adding intro #6

Merged
merged 24 commits into from
Jan 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adding instructor guide information
ehumph committed Jan 24, 2024
commit 1f2b57e06b08489b3aef0143cbf70ed09fc43915
152 changes: 0 additions & 152 deletions 02-instructor_guide.Rmd

This file was deleted.

2 changes: 1 addition & 1 deletion 05-billing_modules.Rmd → 03-billing_modules.Rmd
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
knitr::opts_chunk$set(out.width = "100%")
```

# Billing
# Billing on AnVIL

Modules about billing and Billing Projects on Google Cloud Platform and Terra.

27 changes: 27 additions & 0 deletions 04-instructor_guide.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

# AnVIL Workspace

```{r, include = FALSE}
ottrpal::set_knitr_image_path()
```

You can easily access the data on AnVIL by cloning the dedicated workspace.


## Create Google Account

```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_google_create_account.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```

## Clone the Workspace

```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_workspace_clone.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```
File renamed without changes.
15 changes: 0 additions & 15 deletions 06-onboarding_modules.Rmd

This file was deleted.

6 changes: 4 additions & 2 deletions _bookdown.yml
Original file line number Diff line number Diff line change
@@ -4,10 +4,12 @@ repo: https://github.com/jhudsl/AnVIL_Template/
rmd_files: ["index.Rmd",
"01-BioDIGS_project_overview.Rmd",
"02-data_tour.Rmd",
"03-billing_modules.Rmd",
"04-anvil_workspace.Rmd",
"05-using_platforms_modules.Rmd",
"08-data_cleaning.Rmd",
"08-data_exploration.Rmd",
"About.Rmd",
"References.Rmd"]
"About.Rmd"]
new_session: yes
bibliography: [book.bib]
delete_merged_file: true