uclahs-cds / pipeline-call-sSNV

A Nextflow pipeline to identify the somatic single nucleotide variants (sSNVs) by comparing a pair of tumor/normal samples.
https://uclahs-cds.github.io/pipeline-call-sSNV/
GNU General Public License v2.0
5 stars 0 forks source link

fix check for panel of normals and add in log #319

Closed sorelfitzgibbon closed 6 days ago

sorelfitzgibbon commented 1 week ago

Description

Running without a panel of normals was triggering a warning. This fixes that and adds the specified panel of normals to the Mutect2 log output.

Closes #308

Testing Results

without panel of normals

NFTest a_mini-all-tools-std-input /hot/software/pipeline/pipeline-call-sSNV/Nextflow/development/unreleased/sfitz-fix-pon-check/log-nftest-20241025T230650Z.log

with panel of normals

config: /hot/code/sfitzgibbon/GitHub/uclahs-cds/pipeline-call-sSNV/test/config/untracked/a_mini-all-tools-pon.config yaml: /hot/code/sfitzgibbon/GitHub/uclahs-cds/pipeline-call-sSNV/test/yaml/a_mini_n2-std-input.yaml log: /hot/software/pipeline/pipeline-call-sSNV/Nextflow/development/unreleased/sfitz-fix-pon-check/slurm-230914.out

Checklist

github-actions[bot] commented 1 week ago

Bleep bloop, I am a robot.

Alas, some of the Nextflow configuration tests failed!

test/configtest-F16.json

@ ["params","panel_of_normals_vcf"]
+ ""

test/configtest-F32.json

@ ["params","panel_of_normals_vcf"]
+ ""

If the above changes are surprising, stop and determine what happened.

If the above changes are expected, there are two ways to fix this:

  1. Automatically: Post a comment starting with "/fix-tests" (without the quotes) and I will update the tests for you (you must review my work afterwards).
  2. Manually: Follow these steps on Confluence.
sorelfitzgibbon commented 1 week ago

/fix-tests

github-actions[bot] commented 6 days ago

Bleep bloop, I am a robot.

I have updated all of the failing tests for you with b03b04930551e35e83af4b8a214034451d35b17e. You must review my work before merging this pull request!

wiz-inc-8da00b022c[bot] commented 6 days ago

Wiz Scan Summary

Scan Module Critical High Medium Low Info Total
IaC Misconfigurations 0 0 0 0 0 0
Vulnerabilities 0 0 0 0 0 0
Sensitive Data 0 0 0 0 1 1
Secrets 0 0 0 0 0 0
Total 0 0 0 0 1 1

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.