First version of the biobambam/bammarkduplicates2 module#1247
First version of the biobambam/bammarkduplicates2 module#1247drpatelh merged 4 commits intonf-core:masterfrom
Conversation
|
Sorry, I must have entered the wrong MD5 checksums. Will fix it ASAP |
|
I don't understand why the test is failing here. Locally it passes |
|
pytest CI now working as expected with Singularity/Docker. |
|
Hi @muffato can you try and run |
|
Hi @drpatelh . The only difference is the |
Nice! Yes, that's why the tests would have been failing. Looks like the |
|
I don't think that's the case. This line that differs is the extra |
|
Ah, good point. I assumed the In any case, as long as the md5sum checks are passing with Docker/Singularity and the module is running with Conda I think we can merge this in once you have addressed this comment #1247 (comment) |
5131c9b to
ab53534
Compare
|
Oh, there's something interesting: The conda CI now passes ! Another reason to remove But on the other hand, linting now fails. The first error seems to be in markdownlint itself, not my code, and the second error is about |
|
Thanks @muffato ! Still need to update your branch with |
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
652440d to
12fe437
Compare
|
Rebase done |
|
Thank you 🤝 ! |
Closes #1245
versions.ymlfile.labelPROFILE=docker pytest --tag <MODULE> --symlink --keep-workflow-wdPROFILE=singularity pytest --tag <MODULE> --symlink --keep-workflow-wdPROFILE=conda pytest --tag <MODULE> --symlink --keep-workflow-wd