Sigprofilermatrixgenerator

Latest version: v1.3.2

Safety actively analyzes 724051 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.3.2

Fixed
- The save_context_distribution script had an error on the edges of chromosomes where the window would extend beyond the chromosome length. This was fixed by limiting the window to the chromosome length.
- The save_context_distribution script had an error when running multiple jobs in paralell because the exome file was being sorted differently for male and female genomes and concurrent jobs would overwrite each other. This was fixed by creating unique temporary files for each run.

Added
- Context distribution files for mm39 and rn7 genomes.
- Exome file for rn7 genome.

1.3.1

Fixed
- SV Matrix generation compatibility: Updated remnant Pandas and NumPy < 2.0.0 syntax to ensure compatibility with newer versions.
- Indexing error in reference genome handling: Edge cases where BED file indices extended beyond the reference genome range caused crashes. Index accesses are now restricted to valid ranges, and cases where the genomic context extends beyond valid positions are skipped.
- Uninitialized variable: The dinuc_mat variable was accessed before being initialized, causing a runtime error. It is now explicitly initialized to None before use.

1.3.0

Changed
- Updated dependencies: Now requires **Pandas >= 2.0.0**, **NumPy >= 2.0.0**, and **Python >= 3.9**.
- Dropped support for **Python 3.8**

1.2.31

Fixed
- Resolved a bug where DBS and ID matrices were not being returned due to an indentation issue when the parameter 'chrom_based' was set as True.

Notice
- Python 3.8 support will be phased out in future updates as we align with Python's ongoing release cycle. Users on Python 3.8 are encouraged to consider upgrading to Python 3.9 or newer.

1.2.30

Fixed
- Resolved a bug that caused the code to crash when running with `exome=True` during INDEL processing. The issue was due to incorrect indentation.

1.2.29

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.

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.