Skip to content

Commit

Permalink
Merge pull request #119 from hydra-genetics/develop
Browse files Browse the repository at this point in the history
chore: dev to master
  • Loading branch information
padraicc authored Apr 18, 2024
2 parents 133f545 + 47ebeac commit 6ae06fd
Show file tree
Hide file tree
Showing 31 changed files with 33,488 additions and 144 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/test-build-docs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@

name: build mkdocs

on:
push:
branches:
- develop
- master
pull_request:
branches:
- develop
- master
workflow_dispatch:

jobs:
build-mkdocs:
name: build mkdocs
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v3
with:
python-version: 3.8
- name: Install requirements.txt
run: |
pip install -r requirements.txt
- name: Install requirements.test.txt
run: |
pip install -r requirements.test.txt
pip install -r docs/requirements.txt
- name: build mkdocs
run: |
mkdocs build
20 changes: 20 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"

mkdocs:
configuration: mkdocs.yml

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
8 changes: 8 additions & 0 deletions .tests/integration/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ multiqc:
included_unit_types: ['N', 'T']
qc_files:
- "qc/fastqc/{sample}_{type}_{flowcell}_{lane}_{barcode}_{read}_fastqc.zip"
- "qc/peddy/peddy.sex_check.csv"
- "qc/peddy/peddy.ped_check.csv"
- "qc/picard_collect_alignment_summary_metrics/{sample}_{type}.alignment_summary_metrics.txt"
- "qc/picard_collect_duplication_metrics/{sample}_{type}.duplication_metrics.txt"
- "qc/picard_collect_gc_bias_metrics/{sample}_{type}.gc_bias.summary_metrics"
Expand Down Expand Up @@ -89,3 +91,9 @@ rseqc_gene_body_coverage:
rseqc_inner_distance:
bed: "reference/gene_model.bed"
container: "docker://hydragenetics/rseqc:4.0.0"

verifybamid2:
container: "docker://hydragenetics/verifybamid2:2.0.1"
svd_mu: "verifybamid2/1000g.phase3.10k.b38.exome.vcf.gz.dat.mu"


9,892 changes: 9,892 additions & 0 deletions .tests/integration/verifybamid2/1000g.phase3.10k.b38.exome.vcf.gz.dat.UD

Large diffs are not rendered by default.

2,504 changes: 2,504 additions & 0 deletions .tests/integration/verifybamid2/1000g.phase3.10k.b38.exome.vcf.gz.dat.V

Large diffs are not rendered by default.

Loading

0 comments on commit 6ae06fd

Please sign in to comment.