Skip to content

Commit

Permalink
Merge pull request #65 from NBISweden/dev-percyfal
Browse files Browse the repository at this point in the history
Dev percyfal
  • Loading branch information
percyfal authored Oct 23, 2023
2 parents 011fd38 + f1c8cee commit 1359621
Show file tree
Hide file tree
Showing 10 changed files with 1,459 additions and 692 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ repos:
docs/slides/pgip/index\.qmd|
docs/slides/datageneration/index\.qmd|
docs/slides/foundations/index\.qmd|
docs/exercises/data_filtering/index\.qmd|
docs/slides/variant_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
Loading

0 comments on commit 1359621

Please sign in to comment.