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

Small tweaks #17

Merged
merged 7 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion 06-using_galaxy.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
knitr::opts_chunk$set(out.width = "100%")
```

# Programming Platforms
# Using Galaxy

This section provide a general overview of how to use Galaxy on AnVIL.

Expand Down
4 changes: 4 additions & 0 deletions 08-student_guide.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
ottrpal::set_knitr_image_path()
```

# AMR Resistance with Galaxy

## AnVIL Account Setup

:::: {.borrowed_chunk}
Expand Down Expand Up @@ -31,3 +33,5 @@ cow::borrow_chapter(
)
```
::::

More details coming soon!
16 changes: 11 additions & 5 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ favicon: assets/GDSCN_style/gdscn_favicon.ico

# About this Book {-}

This is a companion training guide for BioDIGS, a GDSCN project that brings a research experience into the classroom. In this module, students will investigate whether metagenomic samples from the BioDIGS project contain either antimicrobial resistance genes or biosynthesis genes. They will run analyses using ABRicate as implemented on Galaxy. Visit the BioDIGS (BioDiversity and Informatics for Genomics Scholars) website [here](https://biodigs.org/) for more information about this collaborative, distributed research project, including how you can get involved!
This is a companion training guide for BioDIGS, a GDSCN project that brings a research experience into the classroom. In this module, students will investigate **whether metagenomic samples from the BioDIGS project contain antimicrobial resistance genes**. They will run analyses using **ABRicate as implemented on Galaxy**.

```{r, echo=FALSE, fig.alt="Landing page for the AMR Activity.", fig.align='center', out.width = '80%'}
ottrpal::include_slide("https://docs.google.com/presentation/d/1Hb51t_aYJtY6u97-w6F8vnP1edPActzY3uYyG6AXtlY/edit#slide=id.g2d459dad204_0_16")
```

Visit the BioDIGS (BioDiversity and Informatics for Genomics Scholars) website [here](https://biodigs.org/) for more information about this collaborative, distributed research project, including how you can get involved!

The GDSCN (Genomics Data Science Community Network) is a consortium of educators who aim to create a world where researchers, educators, and students from diverse backgrounds are able to fully participate in genomic data science research. You can find more information about its mission and initiatives [here](https://www.gdscn.org/home).

Expand All @@ -26,11 +32,11 @@ knitr::include_graphics("https://raw.githubusercontent.com/fhdsl/GDSCN_BioDIGS_B
The activities in this guide are written for undergraduate students and beginning graduate students.

::: {.notice}
_Genetics_
<!-- **Beginner**: some genetics knowledge needed -->
_Genetics_
**Beginner**: some genetics knowledge needed

_Programming skills_
<!-- **Novice**: no programming experience needed -->
_Programming skills_
**Novice**: no programming experience needed
:::

## Platform
Expand Down
Loading