Skip to content

Commit

Permalink
Merge pull request #197 from AlexandrovLab/sorting_input_exome
Browse files Browse the repository at this point in the history
Sorting input exome
  • Loading branch information
mdbarnesUCSD authored Sep 24, 2024
2 parents a34ed84 + bb889f0 commit d17ac81
Show file tree
Hide file tree
Showing 276 changed files with 1,724,987 additions and 1,501,391 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [1.2.29] - 2024-09-24

### Added
- Added sort function to handle non-sorted input and BED files. This posed as an issue for when the BED file was not sorted by chromosome and start position in cases when certain reference genomes were used because of roman numerals and decimal (ie ChrX vs chr10).

### Changed
- Transcript files were modified to adopt the new sorting standard.


## [1.2.28] - 2024-08-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM python:3.8-slim
WORKDIR /usr/src/app

# Install SigProfilerMatrixGenerator from PyPI
RUN pip install SigProfilerMatrixGenerator==1.2.27
RUN pip install SigProfilerMatrixGenerator==1.2.29

# Create a non-root user named 'spm_user'
RUN useradd -m -s /bin/bash spm_user
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -473062,4 +473062,4 @@ Y 59343020 59343139 + targeting_new_exome_1.1_content
22 51237148 51237267 + bait_302440
22 51237268 51237387 + bait_302441
22 51237388 51237507 + bait_302442
22 51237508 51237627 + bait_302443
22 51237508 51237627 + bait_302443
Loading

0 comments on commit d17ac81

Please sign in to comment.