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 methods setup process afterscript #328

Closed j2salmingo closed 4 months ago

j2salmingo commented 5 months ago

Description

Closes #321

Testing Results

Checklist

github-actions[bot] commented 5 months ago

Bleep bloop, I am a robot.

Alas, some of the Nextflow configuration tests failed!

test/configtest-F16.json

@ ["process","afterScript"]
+ {"1":"","2":"","3":"","closure":""}
@ ["process","ext"]
+ {"capture_logs":true,"commonAfterScript":{"1":"","2":"","3":"","closure":""},"log_dir":{"1":"ext","2":"ext","3":"ext","closure":"ext"}}

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.
j2salmingo commented 5 months ago

/fix-tests

github-actions[bot] commented 5 months ago

Bleep bloop, I am a robot.

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

nwiltsie commented 4 months ago

I'll take a look today!