-
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
Bump rseqc #4601
Bump rseqc #4601
Conversation
This reverts commit d350b3b.
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.
Would be nice to move away from md5s in the snaps and more about the file contents. Would be nice to cut out any changes to the tests on version bumps.
Something for next time, maybe. These all look good to me.
Do you have a reason for that? Just curious.
I agreed initially, and was taking those out, but there are good reasons for not doing that- see discussion here: https://nfcore.slack.com/archives/C049MBCEW06/p1702571330445939
|
* Bump rseqc * snapshot updates for junc sat * Update timestamp here- it's just a non-lethal warning about missing index files * Bump a couple of versions * Bump the read distribution versions * Bump some more vesions in the snapshots * Bump tin snapshot * Hide pysam warning that causes mismatch with docker * Revert "Hide pysam warning that causes mismatch with docker" This reverts commit d350b3b. * Remove index warning from conda logs * Fix snap * Revert md5 fix no longer needed --------- Co-authored-by: Matthias Hörtenhuber <[email protected]>
* Bump rseqc * snapshot updates for junc sat * Update timestamp here- it's just a non-lethal warning about missing index files * Bump a couple of versions * Bump the read distribution versions * Bump some more vesions in the snapshots * Bump tin snapshot * Hide pysam warning that causes mismatch with docker * Revert "Hide pysam warning that causes mismatch with docker" This reverts commit d350b3b. * Remove index warning from conda logs * Fix snap * Revert md5 fix no longer needed --------- Co-authored-by: Matthias Hörtenhuber <[email protected]>
In this PR I'm bumping all the RSeQC modules. This is mostly straightforward, the snapshot updates are pretty much just versions.
The unusual thing is:
This is necessitated by this issue, whereby pysam prints a particular warning to logs. It only does so with Conda, so I've just grep'd out the warning so that the Docker and Conda versions behave the same.
See nf-core/rnaseq#1140 for motivation.
PR checklist
Closes #XXX
versions.yml
file.label
PROFILE=docker pytest --tag <MODULE> --symlink --keep-workflow-wd --git-aware
PROFILE=singularity pytest --tag <MODULE> --symlink --keep-workflow-wd --git-aware
PROFILE=conda pytest --tag <MODULE> --symlink --keep-workflow-wd --git-aware