Skip to content
Merged

Dev #23

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
3 changes: 3 additions & 0 deletions .github/workflows/Dev-Container-Publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Dev Container Publish
on:
workflow_dispatch:

env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
prepare:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/Sync-dev-with-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- completed
workflow_dispatch:

env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
rebase:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/Tag-and-Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
types: [closed]
branches: ['main']

env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
release:
runs-on: ubuntu-latest
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/Update-Version-and-create-Releases-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
type: string
pattern: '^[0-9]+\.[0-9]+\.[0-9]+$'

env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
version:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -52,7 +55,7 @@ jobs:
title: "Release: Candidate Version ${{ steps.update_version.outputs.version }} Pull Request"
body: "This pull request contains the updated VERSION file with the new release version and an updated CHANGELOG.md file."
base: main
assignees: paulstretenowich
reviewers: paulstretenowich
assignees: paulstretenowich,MareikeJaniak
reviewers: paulstretenowich,MareikeJaniak
delete-branch: true
labels: automated pr
8 changes: 4 additions & 4 deletions .github/workflows/reusable-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
platforms:
required: false
type: string
default: linux/amd64,linux/arm64
default: linux/amd64
dockerfile:
required: false
type: string
Expand All @@ -25,6 +25,9 @@ on:
token:
required: true

env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
docker-publish:
runs-on: ubuntu-latest
Expand All @@ -41,9 +44,6 @@ jobs:
- name: Update package lists
run: sudo apt-get update

- name: Install QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down
9 changes: 8 additions & 1 deletion RunDashboard/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,11 @@ dup=['report_saved_raw_data']['multiqc_general_stats']
vcf=['report_general_stats_data']
bases=['report_saved_raw_data']['multiqc_general_stats']

# add more sequencers as required
[miseq]
depth=['report_saved_raw_data']['multiqc_general_stats']
yield1=['report_saved_raw_data']['multiqc_general_stats']
q30=['report_saved_raw_data']['multiqc_general_stats']
dup=['report_saved_raw_data']['multiqc_general_stats']
vcf=['report_general_stats_data']
bases=['report_saved_raw_data']['multiqc_general_stats']
# add more sequencers as required