Skip to content

Commit

Permalink
Merge pull request #122 from AlexsLemonade/allyhawkins/v0.1.3
Browse files Browse the repository at this point in the history
Prep for v0.1.3
  • Loading branch information
allyhawkins authored Feb 7, 2025
2 parents 004a165 + e39418f commit 3725aca
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ Add new release notes in reverse numerical order (newest first) below this comme
You may want to add temporary notes here for tracking as features are added, before a new release is ready.
-->

## v0.1.3

- Two new modules:
- `seurat-conversion`: converts processed `SingleCellExperiment` objects to `Seurat` objects
- `cell-type-consensus`: assigns consensus cell type labels
- Default release date for ScPCA data is set to `2024-11-25`
- A `nextflow_schema.json` file defining all workflow parameters is now available
- Parameters are also validated as part of the main workflow
- The `testing` profile can now be used for local testing of the workflow


## v0.1.2

- Update scpcaTools images to v0.4.1 versions
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ manifest {
homePage = 'https://github.com/AlexsLemonade/openScPCA-nf'
mainScript = 'main.nf'
defaultBranch = 'main'
version = 'v0.1.2'
version = 'v0.1.3'
nextflowVersion = '>=24.04.0'
contributors = [
[
Expand Down
8 changes: 4 additions & 4 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,19 +115,19 @@
},
"simulate_sce_container": {
"type": "string",
"default": "public.ecr.aws/openscpca/simulate-sce:v0.2.0"
"default": "public.ecr.aws/openscpca/simulate-sce:v0.2.1"
},
"doublet_detection_container": {
"type": "string",
"default": "public.ecr.aws/openscpca/doublet-detection:v0.2.0"
"default": "public.ecr.aws/openscpca/doublet-detection:v0.2.1"
},
"seurat_conversion_container": {
"type": "string",
"default": "public.ecr.aws/openscpca/seurat-conversion:v0.2.0"
"default": "public.ecr.aws/openscpca/seurat-conversion:v0.2.1"
},
"consensus_cell_type_container": {
"type": "string",
"default": "public.ecr.aws/openscpca/cell-type-consensus:latest"
"default": "public.ecr.aws/openscpca/cell-type-consensus:v0.2.1"
}
}
}
Expand Down

0 comments on commit 3725aca

Please sign in to comment.