Update seqfu to version 1.25.1#1634
Conversation
|
This test layer looks like it failed: |
|
Some of the built-in tests also failed |
|
And python is missing |
I think I just fixed it. It has to do with the -f flag |
|
Okay I believe this one fix fixed it all! I am no longer seeing it in the workflow tests. |
| seqfu count \ | ||
| -f SRR13957123_1.fastq.gz \ | ||
| -r SRR13957123_2.fastq.gz |
There was a problem hiding this comment.
Can you update the example usage so that it matches the current usage?
|
I'm still seeing this error |
Okay, I think its all fixed!! |
|
I did some trouble shooting this morning. In essence, the dependencies for seqfu have shifted. I don't have permission to edit your PR, so this is what I need you do: Replace your apt-get layer in the 'builder' stage with Replace your apt-get layer in the 'app' stage with seqfu needs Also, before you run the tests, you need a non-root user. This is likely going to be the norm soon (see #1651), so you can add the user as recommended in that PR or, since it's not the norm yet, you can add these lines to the test stage: This should cause all the tests to pass, so moving one of the tests to ignore it is no longer needed. |
|
@erinyoung Thanks for the troubleshooting! I appreciate it. I've updated the Dockerfile with the dependency layers to suggested for the builder and app stages. I also added the non-root user lines to the test stage with the two lines you gave, and removed the test-check.sh skip. That is odd it won't let you edit my PR. Is there something I can do in the future/settings so you can? |
|
Okay I had to add chown to the app user, because |
|
Thank you! I can confirm that this seems to work as intended. I will merge this PR and get this deployed. |
|
Thank you for putting so much effort into this! You can check the status of the deploy here : https://github.com/StaPH-B/docker-builds/actions/runs/25459021903 |
Pull Request (PR) checklist:
docker build --tag samtools:1.15test --target test docker-builds/build-files/samtools/1.15)docker-builds/build-files/spades/3.12.0/Dockerfile)build-files/shigatyper/2.0.1/test.sh)docker-builds/build-files/spades/3.12.0/README.md)Description
Updated seqfu to 1.25.1 version from 21.23.0
Test Build
Diff output