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

Implement refactored Nextflow test workflows #282

Closed nwiltsie closed 7 months ago

nwiltsie commented 7 months ago

Description

This incorporates the new testing workflows implemented in https://github.com/uclahs-cds/tool-Nextflow-action/pull/33.

Unfortunately, due to some of the additional safety checks, these workflows specifically cannot be tested in a pull request - they will only function once merged to main. As the workflow is currently disabled (#281), merging this should be innocuous.

Closes #...

Checklist