UCSF-DSCOLAB / data_processing_pipelines

A repository to store the existing pipelines to process the various CoLabs datasets
0 stars 1 forks source link

Modularized containers for the pipeline #17

Open AlaaALatif opened 1 year ago

AlaaALatif commented 1 year ago

As of now, there is a single Singularity image (SIF) that gets run when deploying the bulk RNAseq pipeline. This makes it difficult to maintain and update the versions of the tools that are involved in the different process steps.

Instead, it would be better if there was an image (SIF) per tool. This would enable a more modularized format for the pipeline's containerization and deployment.