Skip to content

Commit

Permalink
fix: Update max in memory rows for diffexp report (#122)
Browse files Browse the repository at this point in the history
This PR increases the maximum in memory genes/transcripts for the
diffexp datavzrd report.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Increased capacity for handling larger datasets in memory by adjusting
the `max-in-memory-rows` parameter from 15,000 to 42,000.

- **Bug Fixes**
	- No bug fixes were included in this release.

- **Documentation**
- Configuration file structure remains unchanged, ensuring clarity in
dataset definitions and views.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: David Laehnemann <[email protected]>
  • Loading branch information
fxwiegand and dlaehnemann authored Oct 18, 2024
1 parent 3a4c020 commit 830e678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/resources/datavzrd/diffexp-template.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__use_yte__: true
max-in-memory-rows: 15000
max-in-memory-rows: 42000

name: ?f"Differential expression analysis for model {wildcards.model}"
datasets:
Expand Down

0 comments on commit 830e678

Please sign in to comment.