CoolFace
Modelpublic

NCHC-bio/cell_x_gene_exploratory_data_analysis

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
50 commits on main
febaca17mo ago

feat(data): add new .h5ad sample file for scRNA-seq dataset

whats2000
e8290637mo ago

fix(gitattributes): add .h5ad file type to LFS tracking

whats2000
a61de1d7mo ago

Merge branch 'main' of https://huggingface.co/NCHC-bio/cell_x_gene_visualization into main

whats2000
0aa30217mo ago

feat(visualization): add detail gene visualization reuslt

whats2000
e0bac177mo ago

Upload d7476ae2-e320-4703-8304-da5c42627e71__HTAPP-330-SMP-1082_scRNA-seq.h5ad

freshnemo
766b5e77mo ago

fix(notebook): fix the notebook code

whats2000
95969f77mo ago

feat(eda): normalize dataset paths and deduplicate results in summary

whats2000
5e1e99a8mo ago

feat(eda): retrieve chunk size for each dataset in batch processing

whats2000
b1d3f228mo ago

feat(config): update dataset size thresholds for improved processing efficiency

whats2000
75aa70e8mo ago

feat(eda): update large file processing to support parallel workers and enhance metadata caching

whats2000
685b3618mo ago

feat(config): fix some hard code config and docs

whats2000
f06cfcb8mo ago

feat(eda): categorize datasets into small, dask-ready, and xlarge for improved processing

whats2000
db122fd8mo ago

feat(eda): adjust worker settings and add emergency mode for handling failed slices for extremly large

whats2000
2cdb8478mo ago

feat(eda): enhance dataset processing for extra large

whats2000
311496c8mo ago

fix(eda): correct max_workers and min_workers values for optimal resource allocation

whats2000
d94a3348mo ago

feat(eda): add adaptive scaling parameters and initial worker configuration for improved resource management

whats2000
32516b18mo ago

feat(eda): enhance resource utilization by optimizing worker allocation and processing parameters

whats2000
59104208mo ago

feat(eda): optimize resource allocation and processing parameters for enhanced performance

whats2000
596560a8mo ago

feat(metadata): add handling for missing datasets in CELLxGENE metadata and update status reporting

whats2000
6eb2e4a8mo ago

feat(eda): add cache validation and retry mechanism for metadata build

whats2000
ac073298mo ago

fix(eda): optimize gene statistics calculation in distributed EDA

whats2000
4e03c428mo ago

feat(eda): update resource specifications for optimized performance

whats2000
cbe03418mo ago

feat(slurm): create logs directory and add to gitignore

whats2000
19a65968mo ago

fix(eda): remove undefined 'info' variable reference causing crash

whats2000
6379f628mo ago

fix(slurm): correct job time allocation in SLURM script

whats2000
08c52978mo ago

refactor(slurm): update resource allocation and remove deprecated script

whats2000
5d80e528mo ago

feat(slurm): add SKIP_CACHE_BUILD option to skip metadata cache building

whats2000
34c9a878mo ago

feat(eda): add resume capability and graceful error handling

whats2000
b8d98f38mo ago

feat(eda): implement hybrid processing strategy for small and large datasets

whats2000
74e20c38mo ago

feat(eda): refactor distributed EDA script for improved performance and memory management

whats2000
14cc1698mo ago

fix(eda): optimize memory usage and ensure complete data computation

whats2000
450c8b28mo ago

feat(eda): migrate to Dask distributed with adaptive scaling and memory limits

whats2000
d25b7a08mo ago

fix(eda): use recent throughput instead of cumulative average for adaptive scaling

whats2000
e4396ec8mo ago

feat(eda): add adaptive worker reduction based on throughput monitoring

whats2000
0c8f9128mo ago

fix(config): remove mem_per_worker_gib from config files and calculate dynamically in resource_probe script

whats2000
2cae30c8mo ago

fix(config): clarify max_memory_gib allocation for staged processing

whats2000
21384868mo ago

fix(config): increase max_entries to 1T to include 520B entry dataset

whats2000
05143cc8mo ago

fix(retry): add size categorization after merge to prevent null categories

whats2000
8822a1a8mo ago

fix(retry): include corrupted status in retry logic

whats2000
cc36ee18mo ago

fix(cache): categorize ok_retry and ok_h5py datasets by size

whats2000
d2cd0918mo ago

fix(eda): include all successfully scanned datasets (ok_retry, ok_h5py)

whats2000
436909b8mo ago

docs(cache): clarify incremental cache behavior and metadata skip option

whats2000
25816618mo ago

feat(cache): add enhanced metadata cache to repository

whats2000
cee344c8mo ago

feat(recovery): add corrupted file redownload script and documentation

whats2000
874e4c68mo ago

feat(retry_failed_cache): implement dataset retry mechanism and merging of results

whats2000
3ec846f8mo ago

fix(cache): implement two-phase scanning to handle large files serially and prevent OOM

whats2000
655350f8mo ago

fix(cache): use ProcessPoolExecutor for HDF5 thread-safety

whats2000
856e1ba8mo ago

feat(pipeline): add YAML config, metadata-aware scheduling, and dataset slicing

whats2000
790f4228mo ago

fix(eda): prevent BrokenProcessPool cascade failures

whats2000
dddcc0f8mo ago

Initial commit: distributed EDA pipeline, max non-zero reporting, and notebook

whats2000