Releases: lilab-bcb/cumulus
Releases · lilab-bcb/cumulus
2.6.3
2.6.2
In Cellranger workflow:
cellranger_arc_version
default is"2.0.2.strato"
, which works with workflow v2.6.1 or later.- If using
"2.0.2"
, make sure to use workflow v2.6.0 or earlier. - Set to
"2.0.2.custom-max-cell"
if analyzing 10x multiome data with increased max cell threshold which is80,000
in this version. Notice that this version also only work with workflow v2.6.1 or later.
2.6.1
- In Cellranger workflow: Add new genome references for single-cell/nucleus RNA-Seq: GRCh38-2024-A for human, GRCm39-2024-A for mouse, and GRCh38_and_GRCm39-2024-A for human and mouse.
- In Spaceranger workflow: Add a new probe set mouse_probe_v2 for mouse.
- Some underlying workflow improvement.
2.6.0
2.5.0
Improvements
- In Cellranger workflow:
- Add multi_disk_space input for specifying disk size used by Fixed RNA Profiling or 10x multiome jobs, which usually take large amount.
- In Cellbender workflow:
- With
0.3.0
default Cell Bender version, users don’t need to always specify expected_cells or total_droplets_included input.
- With
Updates
- In Cellranger workflow:
- Upgrade cellranger_version default to
7.2.0
. - Upgrade cumulus_feature_barcoding version default to
0.11.2
. - Add GRCh38 VDJ v7.1.0 reference:
GRCh38_vdj_v7.1.0
.
- Upgrade cellranger_version default to
- In Spaceranger workflow:
- Upgrade spaceranger_version default to
2.1.1
.
- Upgrade spaceranger_version default to
- In Demultiplexing workflow:
- Upgrade souporcell_version default to
2.5
.
- Upgrade souporcell_version default to
- In Cellbender workflow:
- Upgrade cellbender_version default to
0.3.0
.
- Upgrade cellbender_version default to
2.4.1
Improve
- In Cellranger workflow:
- In STARsolo workflow:
- In GeoMx_fastq_to_dcc workflow:
- Support multiple FASTQ folders as input. (#380 by @joshua-gould )
Updates
- In Demultiplexing workflow:
- In STARsolo workflow:
Bug Fixes
2.4.0
- In Cellranger workflow:
- Upgrade
cellranger_version
default to 7.1.0. - Add Mouse probe set v1.0 for Fixed RNA Profiling analysis.
- Add probe set v1.0.1 of both Human and Mouse for Fixed RNA Profiling analysis.
- Upgrade
cumulus_feature_barcoding
version default to 0.11.1.
- Upgrade
- In Cellranger_create_reference workflow: upgrade
cellranger_version
default to 7.1.0. - In Cellranger_vdj_create_reference workflow: upgrade
cellranger_version
default to 7.1.0. - In Spaceranger workflow: upgrade
spaceranger_version
default to 2.0.1.
2.3.0
- New Features:
- Add support for Fixed RNA Profiling to Cellranger workflow.
- Updates:
- In Cellranger workflow:
- Upgrade cellranger_version default to
7.0.1
. - Upgrade cellranger_arc_version default to
2.0.2
.
- Upgrade cellranger_version default to
- In Cellranger_create_reference workflow: upgrade cellranger_version default to
7.0.1
. - In Cellranger_vdj_create_reference workflow: upgrade cellranger_version default to
7.0.1
.
- In Cellranger workflow:
2.2.0
- New Features:
- Add Nanostring GeoMx DSP workflows. It consists of two steps:
- GeoMx_fastq_to_dcc workflow to convert FASTQ files into DCC files by wrapping Nanostring GeoMx Digital Spatial NGS Pipeline.
- GeoMx_dcc_to_count_matrix workflow to generate probe count matrix from DCC files with pathologists’ annotation.
- Add Nanostring GeoMx DSP workflows. It consists of two steps:
- Updates:
- Spaceranger workflow:
- Add support on 10x Space Ranger
v2.0.0
. - Add
human_probe_v2
Probe Set for FFPE samples, which is compatible with CytAssist FFPE samples.
- Add support on 10x Space Ranger
- Upgrade
cumulus_feature_barcoding_version
default to v0.11.0 for Feature Barcoding in Cellranger workflow.
- Spaceranger workflow:
- API Changes:
- Across all workflows, for AWS backend:
- All workflows now have
awsQueueArn
input, which is used for explicitly specifying the Arn string of an AWS Compute Environment. - Remove
awsMaxRetries
input for all workflows. Namely, use Cromwell’s default value 0.
- All workflows now have
- Across all workflows, for AWS backend:
- Bug Fix:
- Fix the issue on localizing GCP folders in Cellranger workflow for ATAC-Seq and 10x Multiome data.