You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, we are using a single scpcaTools image for all processes that call code from that package. That image includes all recommended dependencies for scpcaTools, and python packages including scvi-tools. This makes for a pretty large image, and most steps don't use most of the packages that are included.
Following AlexsLemonade/scpcaTools#270, we should have the ability to make more focused images, with either minimal dependencies, or adding additional dependencies to support single tasks. These might include tasks like Seurat demux, AnnData export, or Rmarkdown report generation. We can define which set of extras are are needed for each process, and then create and use smaller images at each step as required.
The text was updated successfully, but these errors were encountered:
Note that the base image name with AlexsLemonade/scpcaTools#270 changed to scpcatools with no hyphen. The hyphens now designate the smaller subimages for specific tasks, such as scpcatools-slim or scpcatools-scvi.
At the moment, we are using a single
scpcaTools
image for all processes that call code from that package. That image includes all recommended dependencies forscpcaTools
, and python packages includingscvi-tools
. This makes for a pretty large image, and most steps don't use most of the packages that are included.Following AlexsLemonade/scpcaTools#270, we should have the ability to make more focused images, with either minimal dependencies, or adding additional dependencies to support single tasks. These might include tasks like
Seurat
demux, AnnData export, or Rmarkdown report generation. We can define which set of extras are are needed for each process, and then create and use smaller images at each step as required.The text was updated successfully, but these errors were encountered: