Skip to content

Conversation

@adthrasher
Copy link
Member

@adthrasher adthrasher commented Dec 3, 2025

Adds new WDL task implementations:

  • bwa-mem2
  • minimap2
  • hisat2
  • vg giraffe
  • DeepVariant / DeepSomatic
  • Strelka
  • Manta
  • Clair3
  • NGSEP

Before submitting this PR, please make sure:

  • You have added a few sentences describing the PR here.
  • The code passes all CI tests without any errors or warnings.
  • You have added tests (when appropriate).
  • You have added an entry in any relevant CHANGELOGs (when appropriate).
  • If you have made any changes to the scripts/ or docker/ directories, please ensure any image versions have been incremented accordingly!
  • You have updated the README or other documentation to account for these changes (when appropriate).

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@adthrasher adthrasher marked this pull request as draft December 9, 2025 16:12
@adthrasher adthrasher self-assigned this Dec 9, 2025
@@ -0,0 +1,5 @@
FROM eclipse-temurin:8

Check failure

Code scanning / Snyk Container

Medium severity - Directory Traversal vulnerability in pam High

This file introduces a vulnerable pam package with a medium severity vulnerability.
@@ -0,0 +1,5 @@
FROM eclipse-temurin:8

Check failure

Code scanning / Snyk Container

Low severity - Allocation of Resources Without Limits or Throttling vulnerability in glibc High

This file introduces a vulnerable glibc package with a low severity vulnerability.
@@ -0,0 +1,5 @@
FROM eclipse-temurin:8

Check warning

Code scanning / Snyk Container

Medium severity - Open Redirect vulnerability in wget Medium

This file introduces a vulnerable wget package with a medium severity vulnerability.
@@ -0,0 +1,5 @@
FROM eclipse-temurin:8

Check warning

Code scanning / Snyk Container

Medium severity - Directory Traversal vulnerability in tar Warning

This file introduces a vulnerable tar package with a medium severity vulnerability.
@@ -0,0 +1,5 @@
FROM eclipse-temurin:8

Check warning

Code scanning / Snyk Container

Medium severity - Out-of-bounds Read vulnerability in libpng1.6 Warning

This file introduces a vulnerable libpng1.6 package with a medium severity vulnerability.
@@ -0,0 +1,5 @@
FROM eclipse-temurin:8

Check notice

Code scanning / Snyk Container

Low severity - CVE-2025-0167 vulnerability in curl Note

This file introduces a vulnerable curl package with a low severity vulnerability.
@@ -0,0 +1,5 @@
FROM eclipse-temurin:8

Check notice

Code scanning / Snyk Container

Low severity - CVE-2024-41996 vulnerability in openssl Note

This file introduces a vulnerable openssl package with a low severity vulnerability.
@@ -0,0 +1,5 @@
FROM eclipse-temurin:8

Check notice

Code scanning / Snyk Container

Low severity - CVE-2025-10148 vulnerability in curl Note

This file introduces a vulnerable curl package with a low severity vulnerability.
@@ -0,0 +1,5 @@
FROM eclipse-temurin:8

Check notice

Code scanning / Snyk Container

Low severity - CVE-2024-56433 vulnerability in shadow Note

This file introduces a vulnerable shadow package with a low severity vulnerability.
@@ -0,0 +1,5 @@
FROM eclipse-temurin:8

Check notice

Code scanning / Snyk Container

Low severity - CVE-2025-9086 vulnerability in curl Note

This file introduces a vulnerable curl package with a low severity vulnerability.
@adthrasher adthrasher changed the title feat: minimap2 feat: aligners & variant callers Dec 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants