This document contains release notes for versioned releases of the OpenScPCA-nf workflow.
- Update scpcaTools images to v0.4.1 versions
- Update simulations to match current (v0.8.5)
scpca-nf
output- Change reduced dimension names in AnnData output (to
X_pca
andX_umap
) and updated formatting to match scpca-nf v0.8.5 - Use new age columns
- Metadata for simulated data now includes project-specific fields
- Change reduced dimension names in AnnData output (to
- Centralized docker image definitions in
config/containers.config
- Added initial documentation about porting modules
- Increase default memory for scDblFinder processes
- Initial versioned release of the
OpenScPCA-nf
Nextflow workflow - Current modules:
example
: a very small test module for testing configuration parameterssimulate_sce
: creates simulated and permuted data for testing here and inOpenScPCA-analysis
merge_sce
: merges multiple datasets into a single SCE object and corresponding AnnData objectsdoublet_detection
: runsscDblFinder
to detect doublets in a dataset
- The default workflow entrypoint currently runs the
merge_sce
anddoublet_detection
modules. Other workflow entrypoints are:test
to run theexample
modulesimulate
to run thesimulate_sce
module
- Includes scripts for running the workflow on AWS batch through Code Deploy