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

Dev percyfal #78

Merged
merged 2 commits into from
Nov 5, 2023
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
1 change: 1 addition & 0 deletions docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ project:
- "exercises/selection/index.qmd"
# Slides
- "slides/index.qmd"
- "slides/introduction/index.qmd"
- "slides/pgip/index.qmd"
- "slides/foundations/index.qmd"
- "slides/simulation/index.qmd"
Expand Down
78 changes: 78 additions & 0 deletions docs/exercises/population_structure/index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
---
title: Population structure
author:
- Nikolay Oskolkov
format: html
---

::: {.callout-important collapse=true}

#### {{< fa server >}} Compute environment setup

If you haven't already done so, please read [Compute
environment](../compute_environment/index.qmd) for information on how
to prepare your working directory.

:::

::: {.callout-tip collapse=true}

## Learning objectives

:::

::: {.callout-note collapse=true}

## Data setup

:::{.panel-tabset}

#### UPPMAX

#### Local

:::

:::

::: {.callout-note collapse=true}

## Tools

:::{.panel-tabset}

#### Listing

#### UPPMAX modules

Execute the following command to load modules:

```{bash }
#| label: uppmax-load-modules
#| echo: true
#| eval: false
module load uppmax bioinfo-tools
```

#### Conda

Copy the contents to a file `environment.yml` and install packages
with `mamba env update -f environment.yml`.

```{lang="text" }
channels:
- conda-forge
- bioconda
- default
# dependencies:
```

:::

:::

<!-- markdownlint-disable MD013 -->

The instructions are located at <https://nbisweden.github.io/workshop-pgip/exercises/population_structure/pca_mds_toy_example.html>

<!-- markdownlint-enable MD013 -->
Loading
Loading