Skip to content
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

Merged
merged 10 commits into from
May 23, 2024

Conversation

jashapiro
Copy link
Member

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 to edge.

Copy link
Member

@allyhawkins allyhawkins left a 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.

modules/classify-celltypes.nf Outdated Show resolved Hide resolved
@@ -138,7 +138,7 @@ process filter_sce {
}

process genetic_demux_sce {
container params.SCPCATOOLS_CONTAINER
container params.SCPCATOOLS_SLIM_CONTAINER
Copy link
Member

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?

Copy link
Member Author

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!

@jashapiro jashapiro merged commit 9063499 into development May 23, 2024
4 checks passed
@jashapiro jashapiro deleted the jashapiro/nextgen-containers branch May 23, 2024 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants