Releases: broadinstitute/scp-ingest-pipeline
Releases · broadinstitute/scp-ingest-pipeline
1.10.0
Added
- adds user identifier in logs from Ingest Pipeline to Bard (#203)
1.9.1
Changed
ExpressionFiles#get_cell_names_from_study_file_id
no longer throws an error when finding other expression matrices without cells associated with them (#201)
ExpressionFiles#check_unique_cells
will throw an exception if no cell names are passed (#201)
1.9.0
Added
Validation check to assure cells in cluster file appear in metadata file (#197 )
Fixed
Database contention by introducing jitter (#198 )
1.8.7
Added
- Scratch script for splitting large matrices into smaller chunks for troubleshooting ingest errors (#181)
Changed
Fixed
- Ingest disorder MTX files with headers (#195)
1.8.6
Added
- Scratch script for splitting large matrices into smaller chunks for troubleshooting ingest errors (#181)
Changed
Fixed
- Correctly scope cell validation query for processed expression matrices (#193)
1.8.5
Added
Changed
Fixed
Fix Merge #190 (#191 )
1.8.4
Added
Changed
Fixed
Fixed how duplicate cells are validated with raw and processed matrices. (#188 )
1.8.3
Fixed
- Issue with check_unique_cells() handling of None values causing single_cell_portal_core test failures ( #172 )
- Resolved "not enough values to unpack (expected 3, got 1)" issue (#174 )
1.8.1
Fixed
- Handle ".gz" file extension, and add extra validations for gzipped files (#167)