-
Notifications
You must be signed in to change notification settings - Fork 2
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
Use new, slimmer sometimes, containers #762
Conversation
This reverts commit 74527c8.
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.
Just two minor comments, but when we do the testing we might find some other issues so I'll go ahead and approve.
@@ -138,7 +138,7 @@ process filter_sce { | |||
} | |||
|
|||
process genetic_demux_sce { | |||
container params.SCPCATOOLS_CONTAINER | |||
container params.SCPCATOOLS_SLIM_CONTAINER |
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.
I can't comment on it, but I think for process cellhash_demux_sce
you need the Seurat container?
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.
Yeah, I think I wasn't sure if that had everything we need, but we might as well give it a shot!
Co-authored-by: Ally Hawkins <[email protected]>
Closes #760
This PR adds the new scpcaTools containers which upgrade everything to R 4.4.0 and Bioconductor 3.19. I tried to use the slimmest container I could find for each task, and I think I got them all correct, but a bit more testing will be required to be sure that all code paths are tests (which is what #761 is for!)
Before merging these into
main
we will need to cut a release of scpcaTools to fix the docker versions, which are currently set toedge
.