Skip to content

Commit

Permalink
Update variant filtering exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
percyfal committed Oct 18, 2023
1 parent 8981254 commit 4410e3d
Show file tree
Hide file tree
Showing 5 changed files with 246 additions and 108 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ repos:
docs/slides/pgip/index\.qmd|
docs/slides/datageneration/index\.qmd|
docs/slides/foundations/index\.qmd|
docs/exercises/data_filtering/index\.qmd|
docs/exercises/variant_filtering/index\.qmd|
docs/slides/simulation/index\.qmd
)$
minimum_pre_commit_version: "2.13.0"
Expand Down
2 changes: 1 addition & 1 deletion docs/_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ exercises/variant_calling:
- __variants__
- __redyellow_variants__

exercises/data_filtering:
exercises/variant_filtering:
__data__:
- __red_recal_bam__
- __yellow_recal_bam__
Expand Down
2 changes: 1 addition & 1 deletion docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ project:
- "exercises/index.qmd"
- "exercises/simulation/index.qmd"
- "exercises/variant_calling/index.qmd"
- "exercises/data_filtering/index.qmd"
- "exercises/variant_filtering/index.qmd"
# Slides
- "slides/index.qmd"
- "slides/pgip/index.qmd"
Expand Down
2 changes: 1 addition & 1 deletion docs/exercises/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ listing:
- datasets/monkeyflowers.qmd
- simulation/index.qmd
- variant_calling/index.qmd
- data_filtering/index.qmd
- variant_filtering/index.qmd
date: ""
toc: false
sidebar: false
Expand Down
Loading

0 comments on commit 4410e3d

Please sign in to comment.