uclahs-cds / pipeline-call-gSV

Nextflow pipeline to call germline structural variants and copy number variants using DELLY and Manta
https://uclahs-cds.github.io/pipeline-call-gSV/
GNU General Public License v2.0
2 stars 1 forks source link

Mask version number in config tests #156

Closed nwiltsie closed 4 months ago

nwiltsie commented 4 months ago

Description

This updates the Nextflow configuration regression tests to use the new feature from https://github.com/uclahs-cds/tool-Nextflow-action/pull/40 and mask the version numbers. This should ensure that we never need to "fix" the tests by updating the versions ever again.

Checklist