-
Notifications
You must be signed in to change notification settings - Fork 739
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
First version of the biobambam/bammarkduplicates2 module #1247
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
652440d
to
12fe437
Compare
Rebase done |
Thank you 🤝 ! |
Closes #1245
versions.yml
file.label
PROFILE=docker pytest --tag <MODULE> --symlink --keep-workflow-wd
PROFILE=singularity pytest --tag <MODULE> --symlink --keep-workflow-wd
PROFILE=conda pytest --tag <MODULE> --symlink --keep-workflow-wd