Skip to content

Commit f552f52

Browse files
committed
v0.1.5: Add text for stability and mutation count to the de novo signature plots.
1 parent 23e9b3d commit f552f52

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

SigProfilerAssignment/decompose_subroutines.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,6 +1448,8 @@ def make_final_solution(
14481448
solution_prefix,
14491449
m,
14501450
True,
1451+
custom_text_upper=signature_stabilities,
1452+
custom_text_middle=signature_total_mutations,
14511453
)
14521454
else:
14531455
custom_signatures_plot(processes, layer_directory + "/Signatures")

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
if os.path.exists("dist"):
77
shutil.rmtree("dist")
88

9-
VERSION = "0.1.4"
9+
VERSION = "0.1.5"
1010

1111

1212
def write_version_py(filename="SigProfilerAssignment/version.py"):
@@ -15,7 +15,7 @@ def write_version_py(filename="SigProfilerAssignment/version.py"):
1515
# THIS FILE IS GENERATED FROM SigProfilerAssignment SETUP.PY
1616
short_version = '%(version)s'
1717
version = '%(version)s'
18-
Update = 'v0.1.4: Add SV decomposition plotting.'
18+
Update = 'v0.1.5: Add text for stability and mutation count to the de novo signature plots.'
1919
2020
2121
"""
@@ -37,7 +37,7 @@ def write_version_py(filename="SigProfilerAssignment/version.py"):
3737
"numpy>=1.21.2",
3838
"pandas>=1.2.4,<2.0.0",
3939
"SigProfilerMatrixGenerator>=1.2.17",
40-
"sigProfilerPlotting>=1.3.20",
40+
"sigProfilerPlotting>=1.3.23",
4141
"statsmodels>=0.9.0",
4242
"scikit-learn>=0.24.2",
4343
"psutil>=5.6.1",

0 commit comments

Comments
 (0)