-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix tests after modules repository restructuring #2154
Comments
No Fixes needed (Tests (
|
We have looked at bcftools/sort and it looks like the md5sum of the zipped output vcf-file is different if you use a conda or docker profile. If you unzip the files the md5sum is the same. The docker one is the same as what is stated in the tests/modules/nf-core/bcftools/sort/test.yml file. Seems like a problem that should probably have appeared before!? Is there a standard solution? Remove the md5sum check of the zipped file?? |
@amasplund I had similar problem for gatk4/applybqsr and validating cram file's md5sum but for me it was depending if I run the test locally or in CI. My solution was, as you suggested, relaxing the assertion by removing md5sum which is validating only file's presence. I don't know however if there is a better way that preserves file's content verification. |
I found quite a few that have been fixed in the past few weeks |
(I've assigned this ticket to myself because I'll try to go through those issues one by one, but please don't hold me responsible for everything 😅 !) |
Finally getting to the bottom of this !
My goal is to close this ticket once I've got an answer from the deeparg author. |
Deeparg issue tracked in #4321 |
After #2141 was merged tests failed in the following modules as nicely reported by @grst in modules slack
Please assign yourself by editing this issue e.g. - [ ] module/foo (@JoseEspinosa) and mark it as resolved when your PR fixing the test is merged.
amps
test #3244bamcmp
module tests #3245ffq
tests #3978flye
stub commands #3977metaphlan3
test #3976uLTRA
to version0.0.4.2
#2479unicycler
test #3982The text was updated successfully, but these errors were encountered: