uclahs-cds / pipeline-align-DNA

Nextflow pipeline to align paired DNA FASTQs and sort, mark duplicates, and index resulting alignment
https://uclahs-cds.github.io/pipeline-align-DNA/
GNU General Public License v2.0
4 stars 1 forks source link

Add Nextflow configuration regression test Action and case #298

Closed nwiltsie closed 8 months ago

nwiltsie commented 8 months ago

Description

This PR adds in the new Nextflow configuration regression test Action from https://github.com/uclahs-cds/tool-Nextflow-action/pull/16.

I've added one test corresponding to the "a_mini_n2-picard_yaml" NFTest case - I can't add the others as-is because they require reading an intermediate CSV file stored in /hot/.

I specifically make no claims that the values shown in this test are what we intend - I only claim that they match the current output of the configuration process.

Checklist