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

Update Docker Images #302

Closed j2salmingo closed 5 months ago

j2salmingo commented 6 months ago

Description

Updates BWA-MEM2 and HISAT2 Docker images to use the image built using SAMTools 1.17. Updates the Picard image to use version 3.1.1.

Closes #258

Testing Results

Checklist

j2salmingo commented 6 months ago

/fix-tests

nwiltsie commented 6 months ago

(Sorry, this isn't working yet, frustratingly!)

nwiltsie commented 6 months ago

Gahhhh, more permissions issues. The tests are indeed passing but the old review can't be dismissed. I promise I tested all of this, these are new failures!

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

@ ["params","bwa_and_samtools_version"]
+ "2.2.1_samtools-1.17"
@ ["params","hisat2_and_samtools_version"]
+ "2.2.1_samtools-1.17"
@ ["params","picardtools_version"]
+ "3.1.1"

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 0daf51f99bc530966d1320e32f685ceeb52e15d3. You must review my work before merging this pull request!